Searched refs:PRIVATE_FLAG_SHOW_FOR_ALL_USERS (Results 1 – 18 of 18) sorted by relevance
65 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in setShowForAllUsers()68 ~WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in setShowForAllUsers()
27 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in makeText()
75 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in makeAllUserToastAndShow()
88 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in UserSwitchingDialog()
100 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in AppNotRespondingDialog()
94 | WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in AppErrorDialog()
13614 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;
42 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in UserInactivityCountdownDialog()
97 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()
196 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in performAccessibilityShortcut()
199 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in getClingWindowLayoutParams()
63 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;2526 if ((attrs.privateFlags & PRIVATE_FLAG_SHOW_FOR_ALL_USERS) == 0) { in checkShowToOwnerOnly()2932 params.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in addSplashScreen()
194 window.addPrivateFlags(WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS); in SaveUi()
117 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in getWindowLayoutParams()
1971 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyFrequencyConflict()2491 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyP2pEnableFailure()2523 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyInvitationSent()2605 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyInvitationReceived()
1281 public static final int PRIVATE_FLAG_SHOW_FOR_ALL_USERS = 0x00000010; field in WindowManager.LayoutParams
1709 |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in showEnableTouchExplorationDialog()