Package com.pspdfkit.ui.editor
Class ScreenAdjustingEditText
-
- All Implemented Interfaces:
-
android.graphics.drawable.Drawable.Callback
,android.view.KeyEvent.Callback
,android.view.ViewTreeObserver.OnPreDrawListener
,android.view.accessibility.AccessibilityEventSource
,androidx.appcompat.widget.EmojiCompatConfigurationView
,androidx.core.view.OnReceiveContentViewBehavior
,androidx.core.view.TintableBackgroundView
,androidx.core.widget.TintableCompoundDrawablesView
public class ScreenAdjustingEditText extends LocalizedEditText
EditText that automatically changes the soft input mode when focused. For use in inspector views.
-
-
Constructor Summary
Constructors Constructor Description ScreenAdjustingEditText(Context context)
ScreenAdjustingEditText(Context context, AttributeSet attrs)
ScreenAdjustingEditText(Context context, AttributeSet attrs, int defStyle)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
ScreenAdjustingEditText
ScreenAdjustingEditText(Context context)
-
ScreenAdjustingEditText
ScreenAdjustingEditText(Context context, AttributeSet attrs)
-
ScreenAdjustingEditText
ScreenAdjustingEditText(Context context, AttributeSet attrs, int defStyle)
-
-
-
-