Home
last modified time | relevance | path

Searched refs:touchable (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/window/flags/
Daccessibility.aconfig24 …description: "The flag controls whether to use the window original touchable regions in accessibil…
/frameworks/base/core/java/android/view/
DFocusFinder.java718 View touchable = touchables.get(i); in findNearestTouchable() local
721 touchable.getDrawingRect(touchableBounds); in findNearestTouchable()
723 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true); in findNearestTouchable()
752 closest = touchable; in findNearestTouchable()
/frameworks/native/services/inputflinger/tests/
DFakeWindows.h127 inline void setTouchable(bool touchable) { in setTouchable() argument
128 mInfo.setInputConfig(InputConfig::NOT_TOUCHABLE, !touchable); in setTouchable()
/frameworks/base/core/java/android/widget/
DPopupWindow.java821 public void setTouchable(boolean touchable) { in setTouchable() argument
822 mTouchable = touchable; in setTouchable()
854 public void setOutsideTouchable(boolean touchable) { in setOutsideTouchable() argument
855 mOutsideTouchable = touchable; in setOutsideTouchable()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...