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

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java232 public static final int TOUCHABLE_INSETS_CONTENT = 1; field in class:ViewTreeObserver.InternalInsetsInfo
248 * {@link #TOUCHABLE_INSETS_FRAME}, {@link #TOUCHABLE_INSETS_CONTENT},
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java922 public static final int TOUCHABLE_INSETS_CONTENT field in class:VoiceInteractionSession.Insets
923 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
935 * {@link #TOUCHABLE_INSETS_CONTENT}, or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java615 public static final int TOUCHABLE_INSETS_CONTENT field in class:InputMethodService.Insets
616 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
635 * {@link #TOUCHABLE_INSETS_CONTENT}, {@link #TOUCHABLE_INSETS_VISIBLE},

Completed in 5275 milliseconds