Searched refs:EXTRA_WILL_RESIZE_MENU (Results 1 – 2 of 2) sorted by relevance
67 public static final String EXTRA_WILL_RESIZE_MENU = "resize_menu_on_show"; field in PipMenuActivityController299 data.putBoolean(EXTRA_WILL_RESIZE_MENU, willResizeMenu); in showMenu()402 intent.putExtra(EXTRA_WILL_RESIZE_MENU, willResizeMenu); in startMenuActivity()
26 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_WILL_RESIZE_MENU;147 data.getBoolean(EXTRA_WILL_RESIZE_MENU));465 boolean willResizeMenu = intent.getBooleanExtra(EXTRA_WILL_RESIZE_MENU, false); in updateFromIntent()