Searched refs:mTempPoint (Results 1 – 10 of 10) sorted by relevance
491 private final Point mTempPoint = new Point(); field in AccessibilityController.DisplayMagnifier.MagnifiedViewport523 mDisplay.getRealSize(mTempPoint); in MagnifiedViewport()524 final int centerXY = mTempPoint.x / 2; in MagnifiedViewport()553 mDisplay.getRealSize(mTempPoint); in recomputeBoundsLocked()554 final int screenWidth = mTempPoint.x; in recomputeBoundsLocked()555 final int screenHeight = mTempPoint.y; in recomputeBoundsLocked()674 mDisplay.getRealSize(mTempPoint); in getLetterboxBounds()676 final int screenWidth = mTempPoint.x; in getLetterboxBounds()677 final int screenHeight = mTempPoint.y; in getLetterboxBounds()769 mDisplay.getRealSize(mTempPoint); in ViewportWindow()[all …]
70 private int[] mTempPoint = new int[2]; field in KeyguardAffordanceView323 getLocationInWindow(mTempPoint); in getMaxCircleSize()325 float width = mTempPoint[0] + mCenterX; in getMaxCircleSize()327 float height = mTempPoint[1] + mCenterY; in getMaxCircleSize()
116 private final Point mTempPoint = new Point(); field in PdfRenderer312 Point size = mTempPoint; in Page()
44 private float[] mTempPoint = new float[] { 0, 0 }; field in CropView272 float[] point = mTempPoint; in onTouchEvent()
93 private final @NonNull Point mTempPoint = new Point(); field in FillUi166 final Point outPoint = mTempPoint; in FillUi()235 final Point maxSize = mTempPoint; in FillUi()461 Point maxSize = mTempPoint; in updateContentSize()
145 private final Point mTempPoint = new Point(); field in TouchExplorer373 Point clickLocation = mTempPoint; in onDoubleTapAndHold()419 Point clickLocation = mTempPoint; in onDoubleTap()1347 ", mTempPoint: " + mTempPoint + in toString()
202 private final Point mTempPoint = new Point(); field in AccessibilityManagerService3111 Point screenSize = mTempPoint; in getAccessibilityFocusClickPointInScreenNotLocked()
109 private final Point mTempPoint = new Point(); field in AccessibilityInteractionController921 attachInfo.mDisplay.getRealSize(mTempPoint); in applyAppScaleAndMagnificationSpecIfNeeded()922 final int displayWidth = mTempPoint.x; in applyAppScaleAndMagnificationSpecIfNeeded()923 final int displayHeight = mTempPoint.y; in applyAppScaleAndMagnificationSpecIfNeeded()
187 private float[] mTempPoint; field in ViewGroup2974 if (mTempPoint == null) { in getTempPoint()2975 mTempPoint = new float[2]; in getTempPoint()2977 return mTempPoint; in getTempPoint()
21195 Landroid/graphics/pdf/PdfRenderer;->mTempPoint:Landroid/graphics/Point;73446 Landroid/view/AccessibilityInteractionController;->mTempPoint:Landroid/graphics/Point;78639 Landroid/view/ViewGroup;->mTempPoint:[F