Searched refs:tmpRect (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/WindowManagerStressTest/src/test/windowmanagerstresstest/
H A DMainActivity.java130 final Rect tmpRect = new Rect();
133 View.VISIBLE, Display.DEFAULT_DISPLAY, tmpRect, tmpRect);
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java138 final Rect tmpRect = new Rect();
192 View.VISIBLE, token.getDisplayContent().getDisplayId(), tmpRect, tmpRect,
193 tmpRect, null);
208 tmpRect, tmpContentInsets, tmpRect, tmpStableInsets, tmpRect, tmpRect,
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java296 Rect tmpRect = mPositionIconOutput;
297 getLineBounds(0, tmpRect);
298 mPositionIconAvailable.set(0, 0, getWidth(), tmpRect.top);
/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp268 Rect tmpRect; local
269 properties.getClippingRectForFlags(clipFlags, &tmpRect);
270 clipRect = tmpRect.toSkRect();
/frameworks/base/core/java/android/view/
H A DView.java14923 final RectF tmpRect = mAttachInfo.mTmpTransformRect;
14924 tmpRect.set(0, 0, getWidth(), getHeight());
14925 getMatrix().mapRect(tmpRect); // TODO: mRenderNode.mapRect(tmpRect)
14926 outRect.set((int) tmpRect.left + mLeft, (int) tmpRect.top + mTop,
14927 (int) tmpRect.right + mLeft, (int) tmpRect.bottom + mTop);

Completed in 3405 milliseconds