/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/stickykeys/ui/ |
D | StickyKeyDialogFactory.kt | 26 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/ |
D | DialogThemedActivity.java | 25 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/ |
D | AutoShowTest.java | 120 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()
|
D | ImeStressTestUtil.java | 65 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/ |
D | FakeBackgroundService.java | 86 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/ |
D | SystemBarHelper.java | 304 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/ |
D | DragResizeInputListener.java | 19 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/ |
D | ClipboardOverlayWindow.java | 162 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/ |
D | InkWindow.java | 22 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/ |
D | DesktopWallpaperActivity.kt | 41 window.addFlags(WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) in onCreate()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowControllerImplTest.java | 20 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/ |
D | SplitWindowManager.java | 19 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/ |
D | AdditionalSystemViewContainer.kt | 46 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE,
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | InsetsStateControllerTest.java | 27 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()
|
D | WindowManagerServiceTests.java | 30 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 …]
|
D | InsetsPolicyTest.java | 27 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/ |
D | BackgroundWindowManager.java | 19 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/ |
D | VoiceInteractionWindow.java | 245 | 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/ |
D | MenuViewLayerController.java | 83 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE, in createDefaultLayerLayoutParams()
|
/frameworks/base/core/java/android/widget/ |
D | ZoomButtonsController.java | 249 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/ |
D | ReachabilityEduWindowManager.java | 19 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/ |
D | SnapshotDrawerUtils.java | 28 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/ |
D | LaunchWarningWindow.java | 35 getWindow().addFlags(WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE in LaunchWarningWindow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/binder/ |
D | KeyboardDockingIndicationViewBinder.kt | 52 (WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE or in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/ |
D | SideFpsProgressBar.kt | 69 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE or
|