Home
last modified time | relevance | path

Searched refs:PRIVATE_FLAG_SHOW_FOR_ALL_USERS (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java81 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in setShowForAllUsers()
84 ~WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in setShowForAllUsers()
DFloatingRotationButton.java85 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in show()
DEdgeBackGestureHandler.java299 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in updateIsEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSysUIToast.java34 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in makeText()
DSizeCompatModeActivityController.java205 mWinParams.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in RestartActivityButton()
DScreenDecorations.java744 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS in getWindowLayoutParams()
/frameworks/base/services/core/java/com/android/server/am/
DUserSwitchingDialog.java85 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in UserSwitchingDialog()
DAppNotRespondingDialog.java97 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in AppNotRespondingDialog()
DAppErrorDialog.java95 | WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in AppErrorDialog()
DActivityManagerService.java8561 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in showSafeModeOverlay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipDismissViewController.java110 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in createDismissTarget()
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/
DAccessibilityShortcutControllerTest.java346 assertEquals(WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS, in testOnAccessibilityShortcut_withDialogShowing_callsServer()
348 & WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS); in testOnAccessibilityShortcut_withDialogShowing_callsServer()
/frameworks/base/services/core/java/com/android/server/wm/
DImmersiveModeConfirmation.java192 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in getClingWindowLayoutParams()
/frameworks/base/core/java/android/view/
DWindowManager.java1688 public static final int PRIVATE_FLAG_SHOW_FOR_ALL_USERS = 0x00000010; field in WindowManager.LayoutParams
1864 mask = PRIVATE_FLAG_SHOW_FOR_ALL_USERS,
1865 equals = PRIVATE_FLAG_SHOW_FOR_ALL_USERS,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java130 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in getWindowLayoutParams()
DRecentsOnboarding.java492 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in getWindowLayoutParams()
/frameworks/base/core/java/com/android/internal/accessibility/
DAccessibilityShortcutController.java249 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in performAccessibilityShortcut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogView.java558 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in getLayoutParams()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2512 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyFrequencyConflict()
3092 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyP2pEnableFailure()
3124 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyInvitationSent()
3150 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyP2pProvDiscShowPinRequest()
3234 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyInvitationReceived()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java270 window.addPrivateFlags(WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS); in SaveUi()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java50 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;
2194 if ((attrs.privateFlags & PRIVATE_FLAG_SHOW_FOR_ALL_USERS) == 0) { in checkShowToOwnerOnly()
2448 params.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in addSplashScreen()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1830 |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in showEnableTouchExplorationDialog()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4224 attrs.privateFlags |= LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in showInputMethodMenu()