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

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java223 * the option {@link #TOUCHABLE_INSETS_REGION}.
249 public static final int TOUCHABLE_INSETS_REGION = 3; field in class:ViewTreeObserver.InternalInsetsInfo
254 * {@link #TOUCHABLE_INSETS_VISIBLE}, or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java913 * {@link #touchableInsets} is set to {@link #TOUCHABLE_INSETS_REGION}.
936 public static final int TOUCHABLE_INSETS_REGION field in class:VoiceInteractionSession.Insets
937 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
942 * {@link #TOUCHABLE_INSETS_CONTENT}, or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java632 * {@link #touchableInsets} is set to {@link #TOUCHABLE_INSETS_REGION}.
662 public static final int TOUCHABLE_INSETS_REGION field in class:InputMethodService.Insets
663 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
669 * or {@link #TOUCHABLE_INSETS_REGION}.

Completed in 107 milliseconds