Searched refs:TOUCHABLE_INSETS_VISIBLE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java149 public static final int TOUCHABLE_INSETS_VISIBLE = 2; field in class:ViewTreeObserver.InternalInsetsInfo
154 * or {@link #TOUCHABLE_INSETS_VISIBLE}.
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java525 public static final int TOUCHABLE_INSETS_VISIBLE field in class:InputMethodService.Insets
526 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
531 * {@link #TOUCHABLE_INSETS_CONTENT}, or {@link #TOUCHABLE_INSETS_VISIBLE}.
911 * insets are {@link Insets#TOUCHABLE_INSETS_VISIBLE}.
939 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE;
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java5227 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE: {

Completed in 485 milliseconds