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

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java238 public static final int TOUCHABLE_INSETS_VISIBLE = 2; field in class:ViewTreeObserver.InternalInsetsInfo
249 * {@link #TOUCHABLE_INSETS_VISIBLE}, or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java622 public static final int TOUCHABLE_INSETS_VISIBLE field in class:InputMethodService.Insets
623 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
635 * {@link #TOUCHABLE_INSETS_CONTENT}, {@link #TOUCHABLE_INSETS_VISIBLE},
1181 * insets are {@link Insets#TOUCHABLE_INSETS_VISIBLE}.
1209 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE;

Completed in 3397 milliseconds