HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_MOVEMENT_BOUNDS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipMenuActivityController.java 62 public static final String EXTRA_MOVEMENT_BOUNDS = "movement_bounds";
266 data.putParcelable(EXTRA_MOVEMENT_BOUNDS, movementBounds);
362 intent.putExtra(EXTRA_MOVEMENT_BOUNDS, movementBounds);
PipMenuActivity.java 23 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_MOVEMENT_BOUNDS;
134 data.getParcelable(EXTRA_MOVEMENT_BOUNDS),
405 Rect movementBounds = intent.getParcelableExtra(EXTRA_MOVEMENT_BOUNDS);

Completed in 49 milliseconds