Searched refs:tmpBounds (Results 1 – 4 of 4) 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()
450 SkRect tmpBounds = bounds; in draw() local451 tmpBounds.offsetTo(0, 0); in draw()452 mStagingProperties.setBounds(tmpBounds); in draw()
502 Rect tmpBounds = new Rect();512 tmpBounds.set((int) leftEdge,516 resizeAndAnimatePipUnchecked(tmpBounds, UNSTASH_DURATION);