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.java67 public static final String EXTRA_WILL_RESIZE_MENU = "resize_menu_on_show"; field in PipMenuActivityController
299 data.putBoolean(EXTRA_WILL_RESIZE_MENU, willResizeMenu); in showMenu()
402 intent.putExtra(EXTRA_WILL_RESIZE_MENU, willResizeMenu); in startMenuActivity()
DPipMenuActivity.java26 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()