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

  /frameworks/base/core/java/android/view/
IPinnedStackListener.aidl 41 * current state with the aspect ratio applied. The {@param animatingBounds} are provided
49 void onMovementBoundsChanged(in Rect insetBounds, in Rect normalBounds, in Rect animatingBounds,
  /frameworks/base/services/core/java/com/android/server/wm/
PinnedStackController.java 413 final Rect animatingBounds = mTmpAnimatingBoundsRect;
416 pinnedStack.getAnimationOrCurrentBounds(animatingBounds);
418 animatingBounds.set(normalBounds);
421 animatingBounds, fromImeAdjustement, mDisplayInfo.rotation);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipManager.java 154 Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) {
156 mTouchHandler.onMovementBoundsChanged(insetBounds, normalBounds, animatingBounds,
PipTouchHandler.java 246 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect animatingBounds,
273 final Rect bounds = new Rect(animatingBounds);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipManager.java 185 Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) {

Completed in 4695 milliseconds