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

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java226 public static final int TOUCHABLE_INSETS_FRAME = 0; field in class:ViewTreeObserver.InternalInsetsInfo
248 * {@link #TOUCHABLE_INSETS_FRAME}, {@link #TOUCHABLE_INSETS_CONTENT},
261 mTouchableInsets = TOUCHABLE_INSETS_FRAME;
268 && mTouchableInsets == TOUCHABLE_INSETS_FRAME;
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java915 public static final int TOUCHABLE_INSETS_FRAME field in class:VoiceInteractionSession.Insets
916 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
934 * be one of: {@link #TOUCHABLE_INSETS_FRAME},
1490 * insets are {@link Insets#TOUCHABLE_INSETS_FRAME}, meaning it consumes all touch
1501 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_FRAME;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java337 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
608 public static final int TOUCHABLE_INSETS_FRAME field in class:InputMethodService.Insets
609 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
634 * be one of: {@link #TOUCHABLE_INSETS_FRAME},

Completed in 546 milliseconds