Searched defs:TOUCHABLE_INSETS_REGION (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java218 * the option {@link #TOUCHABLE_INSETS_REGION}.
244 public static final int TOUCHABLE_INSETS_REGION = 3; field in class:ViewTreeObserver.InternalInsetsInfo
249 * {@link #TOUCHABLE_INSETS_VISIBLE}, or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java906 * {@link #touchableInsets} is set to {@link #TOUCHABLE_INSETS_REGION}.
929 public static final int TOUCHABLE_INSETS_REGION field in class:VoiceInteractionSession.Insets
930 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
935 * {@link #TOUCHABLE_INSETS_CONTENT}, or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java599 * {@link #touchableInsets} is set to {@link #TOUCHABLE_INSETS_REGION}.
629 public static final int TOUCHABLE_INSETS_REGION field in class:InputMethodService.Insets
630 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
636 * or {@link #TOUCHABLE_INSETS_REGION}.

Completed in 7428 milliseconds