Searched refs:EXTRA_MOVEMENT_BOUNDS (Results 1 – 2 of 2) sorted by relevance
63 public static final String EXTRA_MOVEMENT_BOUNDS = "movement_bounds"; field in PipMenuActivityController282 data.putParcelable(EXTRA_MOVEMENT_BOUNDS, movementBounds); in showMenu()413 intent.putExtra(EXTRA_MOVEMENT_BOUNDS, movementBounds); in startMenuActivity()
30 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_MOVEMENT_BOUNDS;141 data.getParcelable(EXTRA_MOVEMENT_BOUNDS),412 Rect movementBounds = intent.getParcelableExtra(EXTRA_MOVEMENT_BOUNDS); in updateFromIntent()