Searched refs:EXTRA_STACK_BOUNDS (Results 1 – 2 of 2) sorted by relevance
64 public static final String EXTRA_STACK_BOUNDS = "stack_bounds"; field in PipMenuActivityController296 data.putParcelable(EXTRA_STACK_BOUNDS, stackBounds); in showMenu()395 intent.putExtra(EXTRA_STACK_BOUNDS, stackBounds); in startMenuActivity()436 data.putParcelable(EXTRA_STACK_BOUNDS, stackBounds); in updateMenuActions()
30 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_STACK_BOUNDS;144 data.getParcelable(EXTRA_STACK_BOUNDS),159 setActions(data.getParcelable(EXTRA_STACK_BOUNDS), actions != null462 Rect stackBounds = intent.getParcelableExtra(EXTRA_STACK_BOUNDS); in updateFromIntent()