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

  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java 406 private final Point mTempPoint = new Point();
437 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
438 final int centerXY = mTempPoint.x / 2;
462 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
463 final int screenWidth = mTempPoint.x;
464 final int screenHeight = mTempPoint.y;
650 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
652 SURFACE_TITLE, mTempPoint.x, mTempPoint.y, PixelFormat.TRANSLUCENT,
730 mWindowManager.getDefaultDisplay().getRealSize(mTempPoint);
    [all...]
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfRenderer.java 104 private final Point mTempPoint = new Point();
275 Point size = mTempPoint;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardAffordanceView.java 71 private int[] mTempPoint = new int[2];
267 getLocationInWindow(mTempPoint);
269 float width = mTempPoint[0] + mCenterX;
271 float height = mTempPoint[1] + mCenterY;
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 44 private float[] mTempPoint = new float[] { 0, 0 };
272 float[] point = mTempPoint;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
CropView.java 44 private float[] mTempPoint = new float[] { 0, 0 };
272 float[] point = mTempPoint;
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 73 private final Point mTempPoint = new Point();
    [all...]
ViewGroup.java 169 private float[] mTempPoint;
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java 180 private final Point mTempPoint = new Point();
    [all...]
AccessibilityManagerService.java 173 private final Point mTempPoint = new Point();
    [all...]
  /external/robolectric/lib/main/
maps_v16.jar 

Completed in 870 milliseconds