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

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java231 public static final int TOUCHABLE_INSETS_FRAME = 0; field in class:ViewTreeObserver.InternalInsetsInfo
253 * {@link #TOUCHABLE_INSETS_FRAME}, {@link #TOUCHABLE_INSETS_CONTENT},
266 mTouchableInsets = TOUCHABLE_INSETS_FRAME;
273 && mTouchableInsets == TOUCHABLE_INSETS_FRAME;
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java911 public static final int TOUCHABLE_INSETS_FRAME field in class:VoiceInteractionSession.Insets
912 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
930 * be one of: {@link #TOUCHABLE_INSETS_FRAME},
1576 * insets are {@link Insets#TOUCHABLE_INSETS_FRAME}, meaning it consumes all touch
1587 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_FRAME;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java428 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
740 public static final int TOUCHABLE_INSETS_FRAME field in class:InputMethodService.Insets
741 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
766 * be one of: {@link #TOUCHABLE_INSETS_FRAME},

Completed in 151 milliseconds