Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A 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()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DNavigationBarController.java279 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME: in updateTouchableInsets()
H A DInputMethodService.java701 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
1425 public static final int TOUCHABLE_INSETS_FRAME field in InputMethodService.Insets
1426 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java1048 public static final int TOUCHABLE_INSETS_FRAME field in VoiceInteractionSession.Insets
1049 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
2046 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_FRAME; in onComputeInsets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java627 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME); in NavigationBar()
632 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME); in NavigationBar()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java35 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
456 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
3534 case TOUCHABLE_INSETS_FRAME: in getTouchableRegion()
6000 mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME; in clearClientTouchableRegion()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt20129 field public static final int TOUCHABLE_INSETS_FRAME = 0; // 0x0
41418 field public static final int TOUCHABLE_INSETS_FRAME = 0; // 0x0
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64994 Landroid/view/ViewTreeObserver$InternalInsetsInfo;->TOUCHABLE_INSETS_FRAME:I