Searched refs:localBounds (Results 1 – 3 of 3) sorted by relevance
475 if (target.localBounds != null) { in getWindowTargetBounds()476 bounds.set(target.localBounds); in getWindowTargetBounds()869 if (target.localBounds != null) { in getOpeningWindowAnimators()870 tmpPos.set(target.localBounds.left, target.localBounds.top); in getOpeningWindowAnimators()1533 final Rect crop = new Rect(target.localBounds); in getFallbackClosingWindowAnimators()2133 if (target.localBounds != null) { in onUpdate()2134 mTmpPos.set(target.localBounds.left, target.localBounds.top); in onUpdate()
138 app.localBounds.exactCenterX(), app.localBounds.exactCenterY()); in setHomeScaleAndAlpha()
348 RectF localBounds = new RectF(0, 0, ttv.getWidth(), ttv.getHeight()); in createRecentsWindowAnimator() local355 localMt.setRectToRect(localBounds, localBoundsInRoot, ScaleToFit.FILL); in createRecentsWindowAnimator()