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

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java243 public static final int TOUCHABLE_INSETS_VISIBLE = 2; field in class:ViewTreeObserver.InternalInsetsInfo
254 * {@link #TOUCHABLE_INSETS_VISIBLE}, or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java754 public static final int TOUCHABLE_INSETS_VISIBLE field in class:InputMethodService.Insets
755 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
767 * {@link #TOUCHABLE_INSETS_CONTENT}, {@link #TOUCHABLE_INSETS_VISIBLE},
1380 * insets are {@link Insets#TOUCHABLE_INSETS_VISIBLE}.
1408 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE;

Completed in 56 milliseconds