HomeSort by relevance Sort by last modified time
    Searched refs:getLocationOnScreen (Results 26 - 50 of 144) sorted by null

12 3 4 5 6

  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 521 anchor.getLocationOnScreen(anchorOnScreenXY);
528 content.getLocationOnScreen(contentOnScreenXY);
540 anchor.getLocationOnScreen(anchorOnScreenXY);
547 content.getLocationOnScreen(contentOnScreenXY);
594 mPopupWindow.getContentView().getLocationOnScreen(popupContentViewOnScreenXY);
614 upperAnchor.getLocationOnScreen(anchorXY);
623 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY);
638 upperAnchor.getLocationOnScreen(anchorXY);
647 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY);
    [all...]
SeekBarTest.java 68 mSeekBar.getLocationOnScreen(seekBarXY);
ListPopupWindowTest.java 213 listView.getLocationOnScreen(listViewOnScreenXY);
214 upperAnchor.getLocationOnScreen(anchorXY);
379 mPopupWindow.getListView().getLocationOnScreen(popupOnScreenXY);
477 promptView.getLocationOnScreen(promptViewOnScreenXY);
484 firstListChild.getLocationOnScreen(firstChildOnScreenXY);
505 promptView.getLocationOnScreen(promptViewOnScreenXY);
509 lastListChild.getLocationOnScreen(lastChildOnScreenXY);
731 anchor.getLocationOnScreen(anchorOnScreenXY);
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
FloatingActionMode.java 101 mOriginatingView.getLocationOnScreen(mViewPositionOnScreen);
153 mOriginatingView.getLocationOnScreen(mViewPositionOnScreen);
154 mOriginatingView.getRootView().getLocationOnScreen(mRootViewPositionOnScreen);
  /frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/
FadeAndShortSlide.java 103 sceneRoot.getLocationOnScreen(position);
133 sceneRoot.getLocationOnScreen(position);
170 view.getLocationOnScreen(position);
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ActivityAnimations.java 112 v.getLocationOnScreen(screenLocation);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 156 Point childLoc = getLocationOnScreen(newCell);
157 Point layoutLoc = getLocationOnScreen(mLayout);
330 public Point getLocationOnScreen(View v) {
335 v.getLocationOnScreen(location);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java 112 otherPosition = otherState.getLocationOnScreen();
359 int[] location = getLocationOnScreen();
365 public int[] getLocationOnScreen() {
366 mTransformedView.getLocationOnScreen(mOwnPosition);
  /cts/tests/app/app/src/android/app/stubs/
InstrumentationTestActivity.java 87 public void getLocationOnScreen(int[] location) {
88 super.getLocationOnScreen(location);
  /external/droiddriver/src/io/appium/droiddriver/instrumentation/
ViewElement.java 143 view.getLocationOnScreen(xy);
154 view.getLocationOnScreen(xyScreen);
  /frameworks/base/core/java/android/transition/
Explode.java 59 view.getLocationOnScreen(mTempLoc);
126 sceneRoot.getLocationOnScreen(mTempLoc);
SidePropagation.java 92 sceneRoot.getLocationOnScreen(loc);
Visibility.java 147 transitionValues.view.getLocationOnScreen(loc);
416 sceneRoot.getLocationOnScreen(loc);
  /frameworks/base/core/java/android/view/
ViewOverlay.java 190 parent.getLocationOnScreen(parentLocation);
191 mHostView.getLocationOnScreen(hostViewLocation);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationSettingsIconRow.java 284 mGearIcon.getLocationOnScreen(mGearLocation);
285 mParent.getLocationOnScreen(mParentLocation);
  /frameworks/support/design/tests/src/android/support/design/widget/
CoordinatorSnackbarWithFabTest.java 74 view.getLocationOnScreen(location);
90 view.getLocationOnScreen(viewOnScreenXY);
  /frameworks/support/transition/ics/android/support/transition/
FadePort.java 127 transitionValues.view.getLocationOnScreen(loc);
247 sceneRoot.getLocationOnScreen(loc);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ForwardingListener.java 325 view.getLocationOnScreen(loc);
336 view.getLocationOnScreen(loc);
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java 182 viewGroup.getLocationOnScreen(viewGroupLocation);
183 view.getLocationOnScreen(viewLocation);
  /cts/tests/tests/view/src/android/view/cts/
TextureViewTest.java 61 content.getLocationOnScreen(outLocation);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DocumentHolder.java 143 mSelectionHotspot.getLocationOnScreen(coords);
  /frameworks/support/core-ui/tests/java/android/support/v4/widget/
ExploreByTouchHelperTest.java 106 v.getLocationOnScreen(tempLocation);
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
ListPopupWindowTest.java 135 mListPopupWindow.getListView().getLocationOnScreen(popupOnScreenXY);
136 mButton.getLocationOnScreen(anchorOnScreenXY);
183 mListPopupWindow.getListView().getLocationOnScreen(popupOnScreenXY);
371 anchor.getLocationOnScreen(anchorOnScreenXY);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
MoreContactUtils.java 183 view.getLocationOnScreen(pos);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 207 mEventSource.getLocationOnScreen(location);
226 mEventSource.getLocationOnScreen(location);
232 v.getLocationOnScreen(location);

Completed in 627 milliseconds

12 3 4 5 6