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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDelegateViewHelper.java30 private int[] mTempPoint = new int[2]; field in class:DelegateViewHelper
57 mSourceView.getLocationOnScreen(mTempPoint);
58 final float sourceX = mTempPoint[0];
59 final float sourceY = mTempPoint[1];
95 mDelegateView.getLocationOnScreen(mTempPoint);
96 final float delegateX = mTempPoint[0];
97 final float delegateY = mTempPoint[1];
H A DKeyguardAffordanceView.java69 private int[] mTempPoint = new int[2]; field in class:KeyguardAffordanceView
245 getLocationInWindow(mTempPoint);
247 float width = mTempPoint[0] + mCenterX;
249 float height = mTempPoint[1] + mCenterY;
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java407 private final Point mTempPoint = new Point(); field in class:AccessibilityController.DisplayMagnifier.MagnifiedViewport
452 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
453 final int screenWidth = mTempPoint.x;
454 final int screenHeight = mTempPoint.y;
637 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
639 SURFACE_TITLE, mTempPoint.x, mTempPoint.y, PixelFormat.TRANSLUCENT,
717 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
718 mSurfaceControl.setSize(mTempPoint.x, mTempPoint
915 private final Point mTempPoint = new Point(); field in class:AccessibilityController.WindowsForAccessibilityObserver
[all...]
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java104 private final Point mTempPoint = new Point(); field in class:PdfRenderer
275 Point size = mTempPoint;
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java45 private float[] mTempPoint = new float[] { 0, 0 }; field in class:CropView
273 float[] point = mTempPoint;
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java72 private final Point mTempPoint = new Point(); field in class:AccessibilityInteractionController
753 attachInfo.mDisplay.getRealSize(mTempPoint);
754 final int displayWidth = mTempPoint.x;
755 final int displayHeight = mTempPoint.y;
H A DViewGroup.java166 private float[] mTempPoint; field in class:ViewGroup
2321 if (mTempPoint == null) {
2322 mTempPoint = new float[2];
2324 return mTempPoint;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java180 private final Point mTempPoint = new Point(); field in class:TouchExplorer
1165 Point clickLocation = mTempPoint;
1329 Point clickLocation = mTempPoint;
H A DAccessibilityManagerService.java175 private final Point mTempPoint = new Point(); field in class:AccessibilityManagerService
3209 Point screenSize = mTempPoint;

Completed in 1362 milliseconds