Searched refs:tmpBounds (Results 1 – 5 of 5) sorted by relevance
59 final Rect tmpBounds = new Rect(); in getSnapFraction() local60 snapRectToClosestEdge(stackBounds, movementBounds, tmpBounds, stashType); in getSnapFraction()61 final float widthFraction = (float) (tmpBounds.left - movementBounds.left) / in getSnapFraction()63 final float heightFraction = (float) (tmpBounds.top - movementBounds.top) / in getSnapFraction()65 if (tmpBounds.top == movementBounds.top) { in getSnapFraction()67 } else if (tmpBounds.left == movementBounds.right) { in getSnapFraction()69 } else if (tmpBounds.top == movementBounds.bottom) { in getSnapFraction()
165 final Rect tmpBounds = new Rect(); in dumpWindowRec() local166 winfo.getBoundsInScreen(tmpBounds); in dumpWindowRec()167 serializer.attribute("", "bounds", tmpBounds.toShortString()); in dumpWindowRec()
449 SkRect tmpBounds = bounds; in draw() local450 tmpBounds.offsetTo(0, 0); in draw()451 mStagingProperties.setBounds(tmpBounds); in draw()
518 Rect tmpBounds = new Rect();528 tmpBounds.set((int) leftEdge,532 resizeAndAnimatePipUnchecked(tmpBounds, UNSTASH_DURATION);
137 Rect tmpBounds = new Rect(d.getBounds()); in normalizeAdaptiveIcon() local155 d.setBounds(tmpBounds); in normalizeAdaptiveIcon()