Searched refs:allowMenuTimeout (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipMenuActivityController.java | 286 boolean allowMenuTimeout, boolean willResizeMenu) { in showMenu() argument 298 data.putBoolean(EXTRA_ALLOW_TIMEOUT, allowMenuTimeout); in showMenu() 311 startMenuActivity(menuState, stackBounds, movementBounds, allowMenuTimeout, in showMenu() 385 boolean allowMenuTimeout, boolean willResizeMenu) { in startMenuActivity() argument 401 intent.putExtra(EXTRA_ALLOW_TIMEOUT, allowMenuTimeout); in startMenuActivity()
|
D | PipMenuActivity.java | 350 boolean allowMenuTimeout, boolean resizeMenuOnShow) { in showMenu() argument 351 mAllowMenuTimeout = allowMenuTimeout; in showMenu() 379 if (allowMenuTimeout) { in showMenu() 391 if (allowMenuTimeout) { in showMenu() 464 boolean allowMenuTimeout = intent.getBooleanExtra(EXTRA_ALLOW_TIMEOUT, true); in updateFromIntent() 466 showMenu(menuState, stackBounds, movementBounds, allowMenuTimeout, willResizeMenu); in updateFromIntent()
|