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

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsMouseUtil.java 57 final int[] screenPos = new int[2];
58 anchor.getLocationOnScreen(screenPos);
59 final int x = screenPos[0] + offsetX;
60 final int y = screenPos[1] + offsetY;
  /packages/apps/Messaging/src/com/android/messaging/ui/
ViewPagerTabs.java 88 final int[] screenPos = new int[2];
89 getLocationOnScreen(screenPos);
100 (screenPos[0] + width / 2) - screenWidth / 2, screenPos[1] + height);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ViewPagerTabs.java 285 final int[] screenPos = new int[2];
286 getLocationOnScreen(screenPos);
299 (screenPos[0] + width / 2) - screenWidth / 2,
300 screenPos[1] + height);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 820 RectF screenPos = new RectF(originalBounds);
821 originalToScreen.mapRect(screenPos);
823 boolean rightConstraint = screenPos.right < getWidth() - mShadowMargin
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
PendingItemDragHelper.java 68 * @param screenPos Position of {@link WidgetImageView} on the screen
71 Point screenPos, DragSource source, DragOptions options) {
145 int dragLayerX = screenPos.x + previewBounds.left
147 int dragLayerY = screenPos.y + previewBounds.top
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 228 milliseconds