Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java75 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in setShowForAllUsers()
78 ~WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in setShowForAllUsers()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSysUIToast.java27 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in makeText()
DRoundedCorners.java162 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS in getWindowLayoutParams()
/frameworks/base/services/core/java/com/android/server/am/
DLockTaskNotify.java85 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in makeAllUserToastAndShow()
DUserSwitchingDialog.java88 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in UserSwitchingDialog()
DAppNotRespondingDialog.java98 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in AppNotRespondingDialog()
DAppErrorDialog.java92 | WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in AppErrorDialog()
DActivityManagerService.java13758 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipDismissViewController.java96 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in createDismissTarget()
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DAccessibilityShortcutControllerTest.java298 assertEquals(WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS, in testOnAccessibilityShortcut_withDialogShowing_callsServer()
300 & WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS); in testOnAccessibilityShortcut_withDialogShowing_callsServer()
/frameworks/base/services/core/java/com/android/server/policy/
DAccessibilityShortcutController.java204 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in performAccessibilityShortcut()
DImmersiveModeConfirmation.java200 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in getClingWindowLayoutParams()
DPhoneWindowManager.java66 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;
2551 if ((attrs.privateFlags & PRIVATE_FLAG_SHOW_FOR_ALL_USERS) == 0) { in checkShowToOwnerOnly()
2957 params.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in addSplashScreen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java114 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in getWindowLayoutParams()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java284 window.addPrivateFlags(WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS); in SaveUi()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2082 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyFrequencyConflict()
2597 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyP2pEnableFailure()
2629 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyInvitationSent()
2711 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyInvitationReceived()
/frameworks/base/core/java/android/view/
DWindowManager.java1308 public static final int PRIVATE_FLAG_SHOW_FOR_ALL_USERS = 0x00000010; field in WindowManager.LayoutParams
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java19 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;
3738 attrs.privateFlags |= PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in showInputMethodMenu()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1724 |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in showEnableTouchExplorationDialog()