Package com.pspdfkit.ui.editor
Class ScreenAdjustingTextInputEditText
-
- 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 ScreenAdjustingTextInputEditText extends TextInputEditText
TextInputEditText that automatically changes the soft input mode when focused. For use in inspector views.
-
-
Constructor Summary
Constructors Constructor Description ScreenAdjustingTextInputEditText(Context context)
ScreenAdjustingTextInputEditText(Context context, AttributeSet attrs)
ScreenAdjustingTextInputEditText(Context context, AttributeSet attrs, int defStyle)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
ScreenAdjustingTextInputEditText
ScreenAdjustingTextInputEditText(Context context)
-
ScreenAdjustingTextInputEditText
ScreenAdjustingTextInputEditText(Context context, AttributeSet attrs)
-
ScreenAdjustingTextInputEditText
ScreenAdjustingTextInputEditText(Context context, AttributeSet attrs, int defStyle)
-
-
-
-