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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScreenAdjustingEditText

        ScreenAdjustingEditText(Context context)
      • ScreenAdjustingEditText

        ScreenAdjustingEditText(Context context, AttributeSet attrs, int defStyle)
    • Method Detail