Class DynamicTextInputLayout

All Implemented Interfaces:
Drawable.Callback, AccessibilityEventSource, KeyEvent.Callback, ViewManager, ViewParent, ViewTreeObserver.OnGlobalLayoutListener, BaseWidget, DynamicCornerWidget<Float>, DynamicErrorWidget, DynamicWidget

public class DynamicTextInputLayout extends TextInputLayout implements DynamicWidget, DynamicCornerWidget<Float>, DynamicErrorWidget
A TextInputLayout to apply DynamicTheme according to the supplied parameters.
  • Field Details

    • mColorType

      protected int mColorType
      Color type applied to this view.
      See Also:
    • mErrorColorType

      protected int mErrorColorType
      Error color type applied to this view.
      See Also:
    • mContrastWithColorType

      protected int mContrastWithColorType
      Background color type for this view so that it will remain in contrast with this color type.
    • mColor

      @ColorInt protected int mColor
      Color applied to this view.
    • mAppliedColor

      @ColorInt protected int mAppliedColor
      Color applied to this view after considering the background aware properties.
    • mErrorColor

      @ColorInt protected int mErrorColor
      Error color applied to this view.
    • mAppliedErrorColor

      @ColorInt protected int mAppliedErrorColor
      Error color applied to this view after considering the background aware properties.
    • mContrastWithColor

      @ColorInt protected int mContrastWithColor
      Background color for this view so that it will remain in contrast with this color.
    • mBackgroundAware

      protected int mBackgroundAware
      The background aware functionality to change this view color according to the background. It was introduced to provide better legibility for colored views and to avoid dark view on dark background like situations.

      If this is enabled then, it will check for the contrast color and do color calculations according to that color so that this text view will always be visible on that background. If no contrast color is found then, it will take the default background color.

      See Also:
    • mContrast

      protected int mContrast
      Minimum contrast value to generate contrast color for the background aware functionality.
    • mCornerRadius

      @Nullable protected Float mCornerRadius
      Corner radius used by this view.
  • Constructor Details

  • Method Details

    • loadFromAttributes

      public void loadFromAttributes(@Nullable AttributeSet attrs)
      Description copied from interface: BaseWidget
      Load values from the supplied attribute set.
      Specified by:
      loadFromAttributes in interface BaseWidget
      Parameters:
      attrs - The supplied attribute set to load the values.
    • initialize

      public void initialize()
      Description copied from interface: BaseWidget
      Initialize this widget by setting color type. If it is background aware then, background color will also taken into account while setting the color filter.
      Specified by:
      initialize in interface BaseWidget
      See Also:
    • getColorType

      public int getColorType()
      Description copied from interface: DynamicWidget
      Returns the color type applied to this widget.
      Specified by:
      getColorType in interface DynamicWidget
      Returns:
      The color type applied to this widget.
      See Also:
    • setColorType

      public void setColorType(int colorType)
      Description copied from interface: DynamicWidget
      Set the color type to this widget.
      Specified by:
      setColorType in interface DynamicWidget
      Parameters:
      colorType - The color type for this widget.
      See Also:
    • getErrorColorType

      public int getErrorColorType()
      Description copied from interface: DynamicErrorWidget
      Returns the error color type applied to this widget.
      Specified by:
      getErrorColorType in interface DynamicErrorWidget
      Returns:
      The error color type applied to this widget.
      See Also:
    • setErrorColorType

      public void setErrorColorType(int errorColorType)
      Description copied from interface: DynamicErrorWidget
      Set the error color type to this widget.
      Specified by:
      setErrorColorType in interface DynamicErrorWidget
      Parameters:
      errorColorType - Link color type for this widget.
      See Also:
    • getContrastWithColorType

      public int getContrastWithColorType()
      Description copied from interface: DynamicWidget
      Returns the contrast with color type applied to this widget.
      Specified by:
      getContrastWithColorType in interface DynamicWidget
      Returns:
      The contrast with color type applied to this widget.
      See Also:
    • setContrastWithColorType

      public void setContrastWithColorType(int contrastWithColorType)
      Description copied from interface: DynamicWidget
      Set the contrast with color type to this widget.
      Specified by:
      setContrastWithColorType in interface DynamicWidget
      Parameters:
      contrastWithColorType - The contrast with color type for this widget.
      See Also:
    • getColor

      @ColorInt public int getColor(boolean resolve)
      Description copied from interface: DynamicWidget
      Returns the value of color applied to this widget.
      Specified by:
      getColor in interface DynamicWidget
      Parameters:
      resolve - true to resolve the applied color.
      Returns:
      The value of color applied to this widget.
    • getColor

      @ColorInt public int getColor()
      Description copied from interface: DynamicWidget
      Returns the value of color applied to this widget.
      Specified by:
      getColor in interface DynamicWidget
      Returns:
      The value of color applied to this widget.
    • setColor

      public void setColor(@ColorInt int color)
      Description copied from interface: DynamicWidget
      Set the value of color for this widget.
      Specified by:
      setColor in interface DynamicWidget
      Parameters:
      color - Color for this widget.
    • getErrorColor

      @ColorInt public int getErrorColor(boolean resolve)
      Description copied from interface: DynamicErrorWidget
      Returns the value of error color applied to this widget.
      Specified by:
      getErrorColor in interface DynamicErrorWidget
      Parameters:
      resolve - true to resolve the error color applied to this widget.
      Returns:
      The value of error color applied to this widget.
    • getErrorColor

      @ColorInt public int getErrorColor()
      Description copied from interface: DynamicErrorWidget
      Returns the value of error color applied to this widget.
      Specified by:
      getErrorColor in interface DynamicErrorWidget
      Returns:
      The value of error color applied to this widget.
    • setErrorColor

      public void setErrorColor(@ColorInt int errorColor)
      Description copied from interface: DynamicErrorWidget
      Set the value of error color for this widget.
      Specified by:
      setErrorColor in interface DynamicErrorWidget
      Parameters:
      errorColor - Link color for this widget.
    • getContrastWithColor

      @ColorInt public int getContrastWithColor()
      Description copied from interface: DynamicWidget
      Returns the value of contrast with color applied to this widget.
      Specified by:
      getContrastWithColor in interface DynamicWidget
      Returns:
      The value of contrast with color applied to this widget.
    • setContrastWithColor

      public void setContrastWithColor(@ColorInt int contrastWithColor)
      Description copied from interface: DynamicWidget
      Set the value of contrast with color for this widget.
      Specified by:
      setContrastWithColor in interface DynamicWidget
      Parameters:
      contrastWithColor - Contrast with color for this widget.
    • getBackgroundAware

      public int getBackgroundAware()
      Description copied from interface: DynamicWidget
      Returns the background aware functionality used by this widget.
      Specified by:
      getBackgroundAware in interface DynamicWidget
      Returns:
      The background aware functionality used by this widget.
    • isBackgroundAware

      public boolean isBackgroundAware()
      Description copied from interface: DynamicWidget
      Checks whether the background aware functionality is enabled.
      Specified by:
      isBackgroundAware in interface DynamicWidget
      Returns:
      true if this widget changes color according to the background.
    • setBackgroundAware

      public void setBackgroundAware(int backgroundAware)
      Description copied from interface: DynamicWidget
      Set the value to make this widget background aware or not.
      Specified by:
      setBackgroundAware in interface DynamicWidget
      Parameters:
      backgroundAware - The background aware functionality to be set.
    • getContrast

      public int getContrast(boolean resolve)
      Description copied from interface: DynamicWidget
      Get the contrast value used by this widget.
      Specified by:
      getContrast in interface DynamicWidget
      Parameters:
      resolve - true to resolve auto contrast.
      Returns:
      The contrast value used by this widget.
    • getContrast

      public int getContrast()
      Description copied from interface: DynamicWidget
      Get the contrast value used by this widget.
      Specified by:
      getContrast in interface DynamicWidget
      Returns:
      The contrast value used by this widget.
    • getContrastRatio

      public float getContrastRatio()
      Description copied from interface: DynamicWidget
      Returns the contrast ratio for by this widget.
      Specified by:
      getContrastRatio in interface DynamicWidget
      Returns:
      The contrast ratio for by this widget.
    • setContrast

      public void setContrast(int contrast)
      Description copied from interface: DynamicWidget
      Set the contrast value used for this widget.
      Specified by:
      setContrast in interface DynamicWidget
      Parameters:
      contrast - The contrast value to be set.
    • onSizeChanged

      protected void onSizeChanged(int w, int h, int oldw, int oldh)
      Overrides:
      onSizeChanged in class View
    • refreshStartIconDrawableState

      public void refreshStartIconDrawableState()
      Overrides:
      refreshStartIconDrawableState in class TextInputLayout
    • setErrorEnabled

      public void setErrorEnabled(boolean enabled)
      Overrides:
      setErrorEnabled in class TextInputLayout
    • setEnabled

      public void setEnabled(boolean enabled)
      Description copied from interface: DynamicWidget
      Override this method to handle state changes for this widget.

      For example, change alpha according to the enabled or disabled state of this widget.

      Specified by:
      setEnabled in interface DynamicWidget
      Overrides:
      setEnabled in class TextInputLayout
      Parameters:
      enabled - true if this widget is enabled and can receive click events.
    • getCorner

      @NonNull public Float getCorner()
      Description copied from interface: DynamicCornerWidget
      Returns the corner radius used by this widget.
      Specified by:
      getCorner in interface DynamicCornerWidget<Float>
      Returns:
      The corner radius used by this widget.
    • setCorner

      public void setCorner(@NonNull Float cornerSize)
      Description copied from interface: DynamicCornerWidget
      Set the corner radius for this widget.
      Specified by:
      setCorner in interface DynamicCornerWidget<Float>
      Parameters:
      cornerSize - The corner radius to be set.
    • setColor

      public void setColor()
      Description copied from interface: DynamicWidget
      Set color for this widget according to the supplied values.
      Specified by:
      setColor in interface DynamicWidget
    • setErrorColor

      public void setErrorColor()
      Description copied from interface: DynamicErrorWidget
      Set error color for this widget according to the supplied values.

      Generally, it should be a tint color so that link will be visible on this widget background.

      Specified by:
      setErrorColor in interface DynamicErrorWidget