Searched refs:EXTRA_STACK_BOUNDS (Results 1 – 2 of 2) sorted by relevance
62 public static final String EXTRA_STACK_BOUNDS = "stack_bounds"; field in PipMenuActivityController281 data.putParcelable(EXTRA_STACK_BOUNDS, stackBounds); in showMenu()410 intent.putExtra(EXTRA_STACK_BOUNDS, stackBounds); in startMenuActivity()451 data.putParcelable(EXTRA_STACK_BOUNDS, stackBounds); in updateMenuActions()
31 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_STACK_BOUNDS;140 data.getParcelable(EXTRA_STACK_BOUNDS),155 setActions(data.getParcelable(EXTRA_STACK_BOUNDS), actions != null411 Rect stackBounds = intent.getParcelableExtra(EXTRA_STACK_BOUNDS); in updateFromIntent()