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 146 Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) {
148 mTouchHandler.onMovementBoundsChanged(insetBounds, normalBounds, animatingBounds,
PipTouchHandler.java 256 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect animatingBounds,
282 final Rect bounds = new Rect(animatingBounds);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipManager.java 204 Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) {

Completed in 205 milliseconds