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

1 2 3 4 5 6 7 8 9

  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 46 view.getLocationOnScreen(xy);
49 origin.getLocationOnScreen(xyRoot);
68 view.getLocationOnScreen(xy);
71 origin.getLocationOnScreen(xyRoot);
88 view.getLocationOnScreen(xy);
91 origin.getLocationOnScreen(xyRoot);
108 view.getLocationOnScreen(xy);
111 origin.getLocationOnScreen(xyRoot);
126 first.getLocationOnScreen(xy);
129 second.getLocationOnScreen(xy)
    [all...]
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarBaseActivity.java 42 return mContent.getLocationOnScreen()[1];
46 return mContent.getLocationOnScreen()[1] + mContent.getHeight();
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabelsTest.java 49 mScrollView.getLocationOnScreen(origin);
86 firstButtonOffScreen.getLocationOnScreen(buttonLoc);
116 lastButton.getLocationOnScreen(buttonLoc);
139 offScreenButton.getLocationOnScreen(buttonLoc);
161 topButton.getLocationOnScreen(buttonLoc);
182 mScrollView.getLocationOnScreen(origin);
189 button.getLocationOnScreen(buttonLoc);
201 mScrollView.getLocationOnScreen(origin);
207 button.getLocationOnScreen(buttonLoc);
RequestRectangleVisibleTest.java 203 view.getLocationOnScreen(xy);
206 origin.getLocationOnScreen(xyRoot);
224 view.getLocationOnScreen(xy);
227 origin.getLocationOnScreen(xyRoot);
  /packages/apps/TV/src/com/android/tv/ui/
AppLayerTvView.java 62 public void getLocationOnScreen(int[] outLocation) {
63 super.getLocationOnScreen(outLocation);
67 .log("AppLayerTvView.getLocationOnScreen, session created");
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureViewOverlay.java 65 getLocationOnScreen(globalPos);
69 original.getLocationOnScreen(globalPos);
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 65 parent.getLocationOnScreen(pLocation);
66 view.getLocationOnScreen(vLocation);
93 parent.getLocationOnScreen(pLocation);
94 view.getLocationOnScreen(vLocation);
TouchDelegateTestActivity.java 73 parent.getLocationOnScreen(parentLocation);
75 button.getLocationOnScreen(buttonLocation);
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
ActivityCompat.java 54 int[] location = view.getLocationOnScreen();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationUtils.java 59 baseView.getLocationOnScreen(sLocationBase);
60 offsetView.getLocationOnScreen(sLocationOffset);
  /packages/apps/Dialer/java/com/android/dialer/app/list/
DragDropController.java 46 v.getLocationOnScreen(locationOnScreen);
63 v.getLocationOnScreen(locationOnScreen);
PhoneFavoriteListView.java 225 tileView.getLocationOnScreen(locationOnScreen);
237 dragShadowParent.getLocationOnScreen(locationOnScreen);
252 dragShadowParent.getLocationOnScreen(locationOnScreen);
300 getLocationOnScreen(locationOnScreen);
  /frameworks/support/transition/src/main/java/androidx/transition/
ViewOverlayApi14.java 208 parent.getLocationOnScreen(parentLocation);
209 mHostView.getLocationOnScreen(hostViewLocation);
254 mHostView.getLocationOnScreen(contentViewLocation);
255 mRequestingView.getLocationOnScreen(hostViewLocation);
284 mHostView.getLocationOnScreen(contentViewLocation);
285 mRequestingView.getLocationOnScreen(hostViewLocation);
VisibilityPropagation.java 52 view.getLocationOnScreen(loc);
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 94 editText.getLocationOnScreen(origLocation);
100 editText.getLocationOnScreen(newLocation);
103 editText.getLocationOnScreen(newLocation);
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
TouchUtils.java 33 v.getLocationOnScreen(xy);
64 v.getLocationOnScreen(xy);
91 v.getLocationOnScreen(xy);
128 v.getLocationOnScreen(xy);
174 v.getLocationOnScreen(xy);
187 v.getLocationOnScreen(xy);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
ActivityLaunchUtils.java 57 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location);
68 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location);
  /frameworks/base/core/java/android/widget/
CalendarViewMaterialDelegate.java 121 mDayPickerView.getLocationOnScreen(dayPickerPositionOnScreen);
122 mDelegator.getLocationOnScreen(delegatorPositionOnScreen);
  /cts/tests/autofillservice/src/android/autofillservice/cts/common/
ShellHelper.java 55 view.getLocationOnScreen(xy);
  /frameworks/base/core/java/android/transition/
VisibilityPropagation.java 51 view.getLocationOnScreen(loc);
  /frameworks/base/core/java/com/android/internal/view/menu/
ContextMenuBuilder.java 107 originalView.getLocationOnScreen(location);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DarkIconDispatcher.java 77 view.getLocationOnScreen(sTmpInt2);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/gesture/
ConsecutiveTapsGestureDetector.java 71 mView.getLocationOnScreen(leftTop);
  /cts/tests/tests/widget/src/android/widget/cts/
PointerIconTest.java 63 mTopView.getLocationOnScreen(topPos);
65 target.getLocationOnScreen(targetPos);
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
ContextMenuUtils.java 134 anchor.getLocationOnScreen(expectedLocation);
155 rootView.getLocationOnScreen(actualLocation);

Completed in 1660 milliseconds

1 2 3 4 5 6 7 8 9