Home
last modified time | relevance | path

Searched refs:TOUCHABLE_INSETS_FRAME (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/view/
DViewTreeObserver.java269 public static final int TOUCHABLE_INSETS_FRAME = 0; field in ViewTreeObserver.InternalInsetsInfo
307 mTouchableInsets = TOUCHABLE_INSETS_FRAME; in reset()
314 && mTouchableInsets == TOUCHABLE_INSETS_FRAME; in isEmpty()
/frameworks/base/core/java/android/inputmethodservice/
DNavigationBarController.java321 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME: in updateTouchableInsets()
DInputMethodService.java731 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
1550 public static final int TOUCHABLE_INSETS_FRAME field in InputMethodService.Insets
1551 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java1061 public static final int TOUCHABLE_INSETS_FRAME field in VoiceInteractionSession.Insets
1062 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
2084 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_FRAME; in onComputeInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java647 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME); in NavigationBar()
652 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME); in NavigationBar()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java33 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
476 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
3502 case TOUCHABLE_INSETS_FRAME: in getTouchableRegion()
6067 mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME; in clearClientTouchableRegion()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt20864 field public static final int TOUCHABLE_INSETS_FRAME = 0; // 0x0
41707 field public static final int TOUCHABLE_INSETS_FRAME = 0; // 0x0
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13543 field public static final int TOUCHABLE_INSETS_FRAME = 0; // 0x0
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64351 Landroid/view/ViewTreeObserver$InternalInsetsInfo;->TOUCHABLE_INSETS_FRAME:I