Searched refs:PRIVATE_FLAG_WILL_NOT_REPLACE_ON_RELAUNCH (Results 1 – 4 of 4) sorted by relevance
2814 public static final int PRIVATE_FLAG_WILL_NOT_REPLACE_ON_RELAUNCH = 0x00008000; field in WindowManager.LayoutParams2978 PRIVATE_FLAG_WILL_NOT_REPLACE_ON_RELAUNCH,3054 mask = PRIVATE_FLAG_WILL_NOT_REPLACE_ON_RELAUNCH,3055 equals = PRIVATE_FLAG_WILL_NOT_REPLACE_ON_RELAUNCH,
22 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_WILL_NOT_REPLACE_ON_RELAUNCH;1647 p.privateFlags = PRIVATE_FLAG_WILL_NOT_REPLACE_ON_RELAUNCH in createPopupLayoutParams()
66 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_WILL_NOT_REPLACE_ON_RELAUNCH;4545 if ((mAttrs.privateFlags & PRIVATE_FLAG_WILL_NOT_REPLACE_ON_RELAUNCH) != 0 in setWillReplaceWindow()
65222 Landroid/view/WindowManager$LayoutParams;->PRIVATE_FLAG_WILL_NOT_REPLACE_ON_RELAUNCH:I