Searched defs:mTempPoint (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java111 private final Point mTempPoint = new Point(); field in class:PdfRenderer
303 Point size = mTempPoint;
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java44 private float[] mTempPoint = new float[] { 0, 0 }; field in class:CropView
272 float[] point = mTempPoint;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java71 private int[] mTempPoint = new int[2]; field in class:KeyguardAffordanceView
314 getLocationInWindow(mTempPoint);
316 float width = mTempPoint[0] + mCenterX;
318 float height = mTempPoint[1] + mCenterY;
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java77 private final @NonNull Point mTempPoint = new Point(); field in class:FillUi
137 Point maxSize = mTempPoint;
280 Point maxSize = mTempPoint;
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java101 private final Point mTempPoint = new Point(); field in class:AccessibilityInteractionController
838 attachInfo.mDisplay.getRealSize(mTempPoint);
839 final int displayWidth = mTempPoint.x;
840 final int displayHeight = mTempPoint.y;
H A DViewGroup.java178 private float[] mTempPoint; field in class:ViewGroup
2884 if (mTempPoint == null) {
2885 mTempPoint = new float[2];
2887 return mTempPoint;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java147 private final Point mTempPoint = new Point(); field in class:TouchExplorer
376 Point clickLocation = mTempPoint;
421 Point clickLocation = mTempPoint;
H A DAccessibilityManagerService.java194 private final Point mTempPoint = new Point(); field in class:AccessibilityManagerService
4415 Point screenSize = mTempPoint;
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java459 private final Point mTempPoint = new Point(); field in class:AccessibilityController.DisplayMagnifier.MagnifiedViewport
490 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
491 final int centerXY = mTempPoint.x / 2;
520 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
521 final int screenWidth = mTempPoint.x;
522 final int screenHeight = mTempPoint.y;
707 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
709 SURFACE_TITLE, mTempPoint.x, mTempPoint.y, PixelFormat.TRANSLUCENT,
787 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
988 private final Point mTempPoint = new Point(); field in class:AccessibilityController.WindowsForAccessibilityObserver
[all...]

Completed in 1042 milliseconds