Home
last modified time | relevance | path

Searched refs:NOT_FOCUSABLE (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInputWindowHandleWrapper.java73 return (mHandle.inputConfig & InputConfig.NOT_FOCUSABLE) == 0; in isFocusable()
161 mHandle.setInputConfig(InputConfig.NOT_FOCUSABLE, !focusable); in setFocusable()
H A DActivityRecordInputSink.java109 inputWindowHandle.inputConfig = InputConfig.NOT_FOCUSABLE | InputConfig.NO_INPUT_CHANNEL; in createInputWindowHandle()
H A DInputConsumerImpl.java77 mWindowHandle.inputConfig = InputConfig.NOT_FOCUSABLE | InputConfig.TRUSTED_OVERLAY; in InputConsumerImpl()
H A DLetterbox.java319 mWindowHandle.inputConfig = InputConfig.NOT_FOCUSABLE | InputConfig.SLIPPERY; in InputInterceptor()
H A DTaskPositioner.java231 mDragWindowHandle.inputConfig = InputConfig.NOT_FOCUSABLE; in register()
H A DInputMonitor.java236 consumer.mWindowHandle.inputConfig &= ~InputConfig.NOT_FOCUSABLE; in createInputConsumer()
H A DWindowManagerService.java8846 h.inputConfig |= InputConfig.NOT_FOCUSABLE; in updateInputChannel()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DGestureMonitorSpyWindow.java66 InputConfig.NOT_FOCUSABLE | InputConfig.SPY | InputConfig.TRUSTED_OVERLAY; in GestureMonitorSpyWindow()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DHandwritingEventReceiverSurface.java57 InputConfig.NOT_FOCUSABLE in HandwritingEventReceiverSurface()
/aosp14/frameworks/base/core/java/android/widget/
H A DAdapterView.java270 super.setFocusable(NOT_FOCUSABLE); in AdapterView()
741 super.setFocusable((!empty || isInFilterMode()) ? focusable : NOT_FOCUSABLE); in setFocusable()
765 super.setFocusable(focusable ? mDesiredFocusableState : NOT_FOCUSABLE); in checkFocus()
H A DTextView.java1870 ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE)
/aosp14/frameworks/base/core/java/android/view/
H A DInputWindowHandle.java55 InputConfig.NOT_FOCUSABLE,
H A DView.java1050 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
1060 public static final int NOT_FOCUSABLE = 0x00000000; field in View
12906 setFocusable(focusable ? FOCUSABLE : NOT_FOCUSABLE); in setFocusable()
13687 @ViewDebug.IntToString(from = NOT_FOCUSABLE, to = "NOT_FOCUSABLE"),
13692 @EnumEntry(value = NOT_FOCUSABLE, name = "false"),
17452 newFocus = NOT_FOCUSABLE; in setFlags()
17468 } else if (((old & FOCUSABLE) == NOT_FOCUSABLE) in setFlags()
32206 return (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE); in getFocusableAttribute()
/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.txt52754 field public static final int NOT_FOCUSABLE = 0; // 0x0