Searched refs:NOT_FOCUSABLE (Results 1 – 15 of 15) sorted by relevance
73 return (mHandle.inputConfig & InputConfig.NOT_FOCUSABLE) == 0; in isFocusable()161 mHandle.setInputConfig(InputConfig.NOT_FOCUSABLE, !focusable); in setFocusable()
109 inputWindowHandle.inputConfig = InputConfig.NOT_FOCUSABLE | InputConfig.NO_INPUT_CHANNEL; in createInputWindowHandle()
77 mWindowHandle.inputConfig = InputConfig.NOT_FOCUSABLE | InputConfig.TRUSTED_OVERLAY; in InputConsumerImpl()
319 mWindowHandle.inputConfig = InputConfig.NOT_FOCUSABLE | InputConfig.SLIPPERY; in InputInterceptor()
231 mDragWindowHandle.inputConfig = InputConfig.NOT_FOCUSABLE; in register()
236 consumer.mWindowHandle.inputConfig &= ~InputConfig.NOT_FOCUSABLE; in createInputConsumer()
8846 h.inputConfig |= InputConfig.NOT_FOCUSABLE; in updateInputChannel()
66 InputConfig.NOT_FOCUSABLE | InputConfig.SPY | InputConfig.TRUSTED_OVERLAY; in GestureMonitorSpyWindow()
57 InputConfig.NOT_FOCUSABLE in HandwritingEventReceiverSurface()
270 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()
1870 ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE)
55 InputConfig.NOT_FOCUSABLE,
1050 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})1060 public static final int NOT_FOCUSABLE = 0x00000000; field in View12906 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()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
52754 field public static final int NOT_FOCUSABLE = 0; // 0x0