Home
last modified time | relevance | path

Searched refs:FLAG_NOT_FOCUSABLE (Results 1 – 25 of 95) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/stickykeys/ui/
DStickyKeyDialogFactory.kt26 import android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
59 addFlags(FLAG_NOT_FOCUSABLE or FLAG_NOT_TOUCHABLE) in Window()
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DDialogThemedActivity.java25 import static android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
41 getWindow().addFlags(FLAG_NOT_FOCUSABLE); in onCreate()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DAutoShowTest.java120 if ((windowFlags & WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) != 0) { in autoShow_hasFocusedView_notRequestFocus()
149 if ((windowFlags & WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) != 0) { in autoShow_notFocusedView_notRequestFocus()
281 if ((mWindowFocusFlags & WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) != 0) { in clickFocusableView_requestFocus()
303 if ((mWindowFocusFlags & WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) != 0) { in clickFocusableView_notRequestFocus()
376 if ((windowFlags & WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) != 0) { in verifyAutoShowBehavior_forwardWithKeyboardOn()
DImeStressTestUtil.java65 LayoutParams.FLAG_NOT_FOCUSABLE,
67 LayoutParams.FLAG_NOT_FOCUSABLE | LayoutParams.FLAG_ALT_FOCUSABLE_IM,
285 return (windowFlags & LayoutParams.FLAG_NOT_FOCUSABLE) != 0 in hasUnfocusableWindowFlags()
307 if ((windowFlags & WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) != 0) { in verifyImeAlwaysHiddenWithWindowFlagSet()
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
DFakeBackgroundService.java86 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE in onCreate()
90 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE in onCreate()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java304 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE, in temporarilyDisableDialogFocus()
305 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE); in temporarilyDisableDialogFocus()
315 window.clearFlags(WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE); in temporarilyDisableDialogFocus()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragResizeInputListener.java19 import static android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
113 FLAG_NOT_FOCUSABLE, in DragResizeInputListener()
150 FLAG_NOT_FOCUSABLE, in DragResizeInputListener()
192 FLAG_NOT_FOCUSABLE, in setGeometry() local
233 FLAG_NOT_FOCUSABLE, in updateSinkInputChannel() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayWindow.java162 mWindowLayoutParams.flags &= ~WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE; in setWindowFocusable()
164 mWindowLayoutParams.flags |= WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE; in setWindowFocusable()
/frameworks/base/core/java/android/inputmethodservice/
DInkWindow.java22 import static android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
67 | FLAG_NOT_FOCUSABLE); in InkWindow()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopWallpaperActivity.kt41 window.addFlags(WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) in onCreate()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java20 import static android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
282 assertThat((mLayoutParameters.getValue().flags & FLAG_NOT_FOCUSABLE) == 0).isTrue(); in setBouncerShowing_isFocusable_whenNeedsInput()
293 assertThat((mLayoutParameters.getValue().flags & FLAG_NOT_FOCUSABLE) == 0).isTrue(); in setKeyguardShowing_focusable_notAltFocusable_whenNeedsInput()
306 assertThat((mLayoutParameters.getValue().flags & FLAG_NOT_FOCUSABLE) == 0).isTrue(); in setPanelExpanded_notFocusable_altFocusable_whenPanelIsOpen()
333 assertThat((mLayoutParameters.getValue().flags & FLAG_NOT_FOCUSABLE) != 0).isTrue(); in setKeyguardShowing_notFocusable_byDefault()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitWindowManager.java19 import static android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
128 FLAG_NOT_FOCUSABLE | FLAG_NOT_TOUCH_MODAL | FLAG_WATCH_OUTSIDE_TOUCH in init()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/additionalviewcontainer/
DAdditionalSystemViewContainer.kt46 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE,
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsStateControllerTest.java27 import static android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
83 ime.mAttrs.flags |= FLAG_NOT_FOCUSABLE; in testStripForDispatch_navBar()
215 app.mAttrs.flags |= FLAG_NOT_FOCUSABLE; in testStripForDispatch_imeOrderChanged()
227 app.mAttrs.flags &= ~FLAG_NOT_FOCUSABLE; in testStripForDispatch_imeOrderChanged()
271 child.mAttrs.flags |= FLAG_NOT_FOCUSABLE; in testStripForDispatch_childWindow_splitScreen()
289 ime.mAttrs.flags |= FLAG_NOT_FOCUSABLE; in testImeForDispatch()
DWindowManagerServiceTests.java30 import static android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
422 /*startFlags=*/ FLAG_NOT_FOCUSABLE, in testRelayout_secondLayoutMultipleFlagsAddOne_dwpcHelperCalledWithCorrectFlags()
424 /*newFlags=*/ FLAG_SECURE | FLAG_NOT_FOCUSABLE, in testRelayout_secondLayoutMultipleFlagsAddOne_dwpcHelperCalledWithCorrectFlags()
428 /*expectedFlagsValue=*/ FLAG_SECURE | FLAG_NOT_FOCUSABLE, in testRelayout_secondLayoutMultipleFlagsAddOne_dwpcHelperCalledWithCorrectFlags()
1157 surfaceControl, window, null /* hostInputToken */, FLAG_NOT_FOCUSABLE, in testGrantInputChannel_sanitizeSpyWindowForApplications()
1174 window, null /* hostInputToken */, FLAG_NOT_FOCUSABLE, PRIVATE_FLAG_TRUSTED_OVERLAY, in testGrantInputChannel_allowSpyWindowForInputMonitorPermission()
1194 window, null /* hostInputToken */, FLAG_NOT_FOCUSABLE, PRIVATE_FLAG_TRUSTED_OVERLAY, in testUpdateInputChannel_sanitizeSpyWindowForApplications()
1203 FLAG_NOT_FOCUSABLE, PRIVATE_FLAG_TRUSTED_OVERLAY, INPUT_FEATURE_SPY, in testUpdateInputChannel_sanitizeSpyWindowForApplications()
1218 window, null /* hostInputToken */, FLAG_NOT_FOCUSABLE, PRIVATE_FLAG_TRUSTED_OVERLAY, in testUpdateInputChannel_allowSpyWindowForInputMonitorPermission()
1226 FLAG_NOT_FOCUSABLE, PRIVATE_FLAG_TRUSTED_OVERLAY, INPUT_FEATURE_SPY, in testUpdateInputChannel_allowSpyWindowForInputMonitorPermission() local
[all …]
DInsetsPolicyTest.java27 import static android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
242 shade.mAttrs.flags |= FLAG_NOT_FOCUSABLE; in testControlsForDispatch_topAppHidesStatusBar()
495 win.mAttrs.flags |= FLAG_NOT_FOCUSABLE; in addNavigationBar()
508 win.mAttrs.flags |= FLAG_NOT_FOCUSABLE; in addStatusBar()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DBackgroundWindowManager.java19 import static android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
131 FLAG_NOT_FOCUSABLE | FLAG_NOT_TOUCH_MODAL | FLAG_WATCH_OUTSIDE_TOUCH in initView()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionWindow.java245 | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE in initDockWindow()
249 windowSetFlags |= WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE; in initDockWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuViewLayerController.java83 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE, in createDefaultLayerLayoutParams()
/frameworks/base/core/java/android/widget/
DZoomButtonsController.java249 LayoutParams.FLAG_NOT_FOCUSABLE | in createContainer()
303 mContainerLayoutParams.flags &= ~LayoutParams.FLAG_NOT_FOCUSABLE; in setFocusable()
305 mContainerLayoutParams.flags |= LayoutParams.FLAG_NOT_FOCUSABLE; in setFocusable()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DReachabilityEduWindowManager.java19 import static android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
211 return FLAG_NOT_FOCUSABLE | FLAG_NOT_TOUCHABLE; in getWindowManagerLayoutParamsFlags()
/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java28 import static android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
92 static final int FLAG_INHERIT_EXCLUDES = FLAG_NOT_FOCUSABLE
96 | FLAG_NOT_FOCUSABLE
432 | FLAG_NOT_FOCUSABLE in createLayoutParameters()
/frameworks/base/services/core/java/com/android/server/wm/
DLaunchWarningWindow.java35 getWindow().addFlags(WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE in LaunchWarningWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/binder/
DKeyboardDockingIndicationViewBinder.kt52 (WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE or in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
DSideFpsProgressBar.kt69 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE or

1234