Home
last modified time | relevance | path

Searched refs:EXTRA_WILL_RESIZE_MENU (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMenuActivityController.java65 public static final String EXTRA_WILL_RESIZE_MENU = "resize_menu_on_show"; field in PipMenuActivityController
284 data.putBoolean(EXTRA_WILL_RESIZE_MENU, willResizeMenu); in showMenu()
417 intent.putExtra(EXTRA_WILL_RESIZE_MENU, willResizeMenu); in startMenuActivity()
DPipMenuActivity.java32 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_WILL_RESIZE_MENU;
143 data.getBoolean(EXTRA_WILL_RESIZE_MENU));
414 boolean willResizeMenu = intent.getBooleanExtra(EXTRA_WILL_RESIZE_MENU, false); in updateFromIntent()