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

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java206 public static final int TOUCHABLE_INSETS_FRAME = 0; field in class:ViewTreeObserver.InternalInsetsInfo
228 * {@link #TOUCHABLE_INSETS_FRAME}, {@link #TOUCHABLE_INSETS_CONTENT},
241 mTouchableInsets = TOUCHABLE_INSETS_FRAME;
248 && mTouchableInsets == TOUCHABLE_INSETS_FRAME;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java319 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
576 public static final int TOUCHABLE_INSETS_FRAME field in class:InputMethodService.Insets
577 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
602 * be one of: {@link #TOUCHABLE_INSETS_FRAME},
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java192 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
1226 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME:

Completed in 98 milliseconds