Searched defs:TOUCHABLE_INSETS_VISIBLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java180 public static final int TOUCHABLE_INSETS_VISIBLE = 2; field in class:ViewTreeObserver.InternalInsetsInfo
191 * {@link #TOUCHABLE_INSETS_VISIBLE}, or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java582 public static final int TOUCHABLE_INSETS_VISIBLE field in class:InputMethodService.Insets
583 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
595 * {@link #TOUCHABLE_INSETS_CONTENT}, {@link #TOUCHABLE_INSETS_VISIBLE},
1001 * insets are {@link Insets#TOUCHABLE_INSETS_VISIBLE}.
1029 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE;

Completed in 72 milliseconds