HomeSort by relevance Sort by last modified time
    Searched refs:getLocationOnScreen (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 38 view.getLocationOnScreen(xy);
41 origin.getLocationOnScreen(xyRoot);
60 view.getLocationOnScreen(xy);
63 origin.getLocationOnScreen(xyRoot);
80 view.getLocationOnScreen(xy);
83 origin.getLocationOnScreen(xyRoot);
100 view.getLocationOnScreen(xy);
103 origin.getLocationOnScreen(xyRoot);
118 first.getLocationOnScreen(xy);
121 second.getLocationOnScreen(xy)
    [all...]
TouchUtils.java 233 v.getLocationOnScreen(xy);
253 v.getLocationOnScreen(xy);
293 v.getLocationOnScreen(xy);
328 v.getLocationOnScreen(xy);
389 v.getLocationOnScreen(xy);
476 v.getLocationOnScreen(xy);
498 v.getLocationOnScreen(xy);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabelsTest.java 50 mScrollView.getLocationOnScreen(origin);
83 firstButtonOffScreen.getLocationOnScreen(buttonLoc);
113 lastButton.getLocationOnScreen(buttonLoc);
136 offScreenButton.getLocationOnScreen(buttonLoc);
158 topButton.getLocationOnScreen(buttonLoc);
179 mScrollView.getLocationOnScreen(origin);
186 button.getLocationOnScreen(buttonLoc);
198 mScrollView.getLocationOnScreen(origin);
204 button.getLocationOnScreen(buttonLoc);
RequestRectangleVisibleTest.java 201 view.getLocationOnScreen(xy);
204 origin.getLocationOnScreen(xyRoot);
222 view.getLocationOnScreen(xy);
225 origin.getLocationOnScreen(xyRoot);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureViewOverlay.java 65 getLocationOnScreen(globalPos);
69 original.getLocationOnScreen(globalPos);
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 94 editText.getLocationOnScreen(origLocation);
100 editText.getLocationOnScreen(newLocation);
103 editText.getLocationOnScreen(newLocation);
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 121 method = "getLocationOnScreen",
137 parent.getLocationOnScreen(pLocation);
138 view.getLocationOnScreen(vLocation);
165 parent.getLocationOnScreen(pLocation);
166 view.getLocationOnScreen(vLocation);
ViewTest.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 95 void getLocationOnScreen(int[] loc);
Folder.java 81 v.getLocationOnScreen(pos);
DragController.java 179 v.getLocationOnScreen(loc);
496 target.getLocationOnScreen(dropCoordinates);
DeleteZone.java 154 getLocationOnScreen(location);
CellLayout.java 571 getLocationOnScreen(cellXY);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 408 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY);
409 upperAnchor.getLocationOnScreen(anchorXY);
445 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY);
466 upperAnchor.getLocationOnScreen(anchorXY);
479 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY);
681 mPopupWindow.getContentView().getLocationOnScreen(fstXY);
697 mPopupWindow.getContentView().getLocationOnScreen(sndXY);
768 anchorView.getLocationOnScreen(anchorXY);
784 mPopupWindow.getContentView().getLocationOnScreen(viewXY);
801 mPopupWindow.getContentView().getLocationOnScreen(viewXY)
    [all...]
ToastTest.java 307 view.getLocationOnScreen(xy1);
328 view.getLocationOnScreen(xy2);
374 view.getLocationOnScreen(centerXY);
390 view.getLocationOnScreen(bottomXY);
413 view.getLocationOnScreen(bottomOffsetXY);
MediaControllerTest.java 339 videoView.getLocationOnScreen(xy);
GalleryTest.java 191 v.getLocationOnScreen(xy);
  /cts/tests/src/android/app/cts/
InstrumentationTestActivity.java 84 public void getLocationOnScreen(int[] location) {
85 super.getLocationOnScreen(location);
  /frameworks/base/core/java/android/widget/
PopupWindow.java     [all...]
MediaController.java 291 mAnchor.getLocationOnScreen(anchorpos);
ZoomButtonsController.java 456 mOwnerView.getLocationOnScreen(mOwnerViewRawLocation);
RemoteViews.java 146 v.getLocationOnScreen(pos);
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 698 getLocationOnScreen(mLocationTmp);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarService.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 306 oldTimeDate.getLocationOnScreen(oldLoc);
    [all...]

Completed in 301 milliseconds

1 2