HomeSort by relevance Sort by last modified time
    Searched defs:mTempPoint (Results 1 - 11 of 11) sorted by null

  /frameworks/base/graphics/java/android/graphics/pdf/
PdfRenderer.java 113 private final Point mTempPoint = new Point();
307 Point size = mTempPoint;
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 44 private float[] mTempPoint = new float[] { 0, 0 };
272 float[] point = mTempPoint;
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
FillUi.java 95 private final @NonNull Point mTempPoint = new Point();
162 final Point outPoint = mTempPoint;
235 final Point maxSize = mTempPoint;
466 Point maxSize = mTempPoint;
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
CropView.java 44 private float[] mTempPoint = new float[] { 0, 0 };
283 float[] point = mTempPoint;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardAffordanceView.java 71 private int[] mTempPoint = new int[2];
314 getLocationInWindow(mTempPoint);
316 float width = mTempPoint[0] + mCenterX;
318 float height = mTempPoint[1] + mCenterY;
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 101 private final Point mTempPoint = new Point();
    [all...]
ViewGroup.java 179 private float[] mTempPoint;
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java 145 private final Point mTempPoint = new Point();
357 Point clickLocation = mTempPoint;
402 Point clickLocation = mTempPoint;
    [all...]
AccessibilityManagerService.java 194 private final Point mTempPoint = new Point();
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java 453 private final Point mTempPoint = new Point();
485 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
486 final int centerXY = mTempPoint.x / 2;
515 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
516 final int screenWidth = mTempPoint.x;
517 final int screenHeight = mTempPoint.y;
705 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
708 .setSize(mTempPoint.x, mTempPoint.y) // not a typo
    [all...]
  /external/robolectric/v1/lib/main/
maps_v16.jar 

Completed in 696 milliseconds