Home
last modified time | relevance | path

Searched refs:EXTRA_MOVEMENT_BOUNDS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMenuActivityController.java63 public static final String EXTRA_MOVEMENT_BOUNDS = "movement_bounds"; field in PipMenuActivityController
282 data.putParcelable(EXTRA_MOVEMENT_BOUNDS, movementBounds); in showMenu()
413 intent.putExtra(EXTRA_MOVEMENT_BOUNDS, movementBounds); in startMenuActivity()
DPipMenuActivity.java30 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()