Searched refs:PRIVATE_FLAG_SHOW_FOR_ALL_USERS (Results 1 – 19 of 19) sorted by relevance
75 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in setShowForAllUsers()78 ~WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in setShowForAllUsers()
27 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in makeText()
162 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS in getWindowLayoutParams()
85 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in makeAllUserToastAndShow()
88 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in UserSwitchingDialog()
98 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in AppNotRespondingDialog()
92 | WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in AppErrorDialog()
13758 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;
96 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in createDismissTarget()
298 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()
204 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in performAccessibilityShortcut()
200 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in getClingWindowLayoutParams()
66 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()
114 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in getWindowLayoutParams()
284 window.addPrivateFlags(WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS); in SaveUi()
2082 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()
1308 public static final int PRIVATE_FLAG_SHOW_FOR_ALL_USERS = 0x00000010; field in WindowManager.LayoutParams
19 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;3738 attrs.privateFlags |= PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in showInputMethodMenu()
1724 |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in showEnableTouchExplorationDialog()