Searched refs:viewLocation (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorAnimator.java180 int viewLocation[] = new int[2];
183 view.getLocationOnScreen(viewLocation);
184 return viewLocation[1] - viewGroupLocation[1];
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java311 int viewLocation; field in class:ScrollAdapterView.ScrollInfo
327 viewLocation = other.viewLocation;
1434 viewLoc = mScrollBeforeReset.viewLocation;
1872 info.viewLocation = mOrientation == HORIZONTAL ? view.getLeft() : view.getTop();

Completed in 89 milliseconds