Searched refs:offsetDescendantRectToMyCoords (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | ScrollingThroughListOfFocusablesTest.java | 148 mListView.offsetDescendantRectToMyCoords(view, mTempRect); in testNoFadingEdgeAtBottomOfLastItem() 197 mListView.offsetDescendantRectToMyCoords(view, mTempRect); in testNavigatingUpThroughInternalSelection() 224 mListView.offsetDescendantRectToMyCoords(internalFocused, mTempRect); in assertInternallySelectedRowOnScreen()
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/ |
D | ButtonsWithTallTextViewInBetweenTest.java | 56 mScrollView.offsetDescendantRectToMyCoords(descendant, mTempRect); in getTopWithinScrollView() 62 mScrollView.offsetDescendantRectToMyCoords(descendant, mTempRect); in getBottomWithinScrollView()
|
D | ShortButtonsTest.java | 104 mScrollView.offsetDescendantRectToMyCoords(b, mTempRect); in isButtonOnScreen()
|
/frameworks/base/core/java/android/view/ |
D | FocusFinder.java | 226 root.offsetDescendantRectToMyCoords(focused, focusedRect); in findNextFocus() 365 root.offsetDescendantRectToMyCoords(focusable, mOtherRect); in findNextFocusInAbsoluteDirection() 834 root.offsetDescendantRectToMyCoords(views[i], next); in sort()
|
D | ViewGroup.java | 6115 public final void offsetDescendantRectToMyCoords(View descendant, Rect rect) { in offsetDescendantRectToMyCoords() method in ViewGroup 8935 root.offsetDescendantRectToMyCoords(view, viewLocation); in init()
|
D | ViewRootImpl.java | 4084 ((ViewGroup) mView).offsetDescendantRectToMyCoords( in scrollToRectOrFocus() 5517 ((ViewGroup) mView).offsetDescendantRectToMyCoords( in performFocusNavigation()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 1211 offsetDescendantRectToMyCoords(nextFocused, mTempRect); in arrowScroll() 1266 offsetDescendantRectToMyCoords(descendant, mTempRect); in isWithinDeltaOfScreen() 1446 offsetDescendantRectToMyCoords(child, mTempRect); in scrollToChild() 1669 offsetDescendantRectToMyCoords(currentFocused, mTempRect); in onSizeChanged()
|
D | ScrollView.java | 1234 offsetDescendantRectToMyCoords(nextFocused, mTempRect); in arrowScroll() 1288 offsetDescendantRectToMyCoords(descendant, mTempRect); in isWithinDeltaOfScreen() 1482 offsetDescendantRectToMyCoords(child, mTempRect); in scrollToDescendant() 1705 offsetDescendantRectToMyCoords(currentFocused, mTempRect); in onSizeChanged()
|
D | ListView.java | 2626 offsetDescendantRectToMyCoords(currentFocus, focusedRect); in handleHorizontalFocusWithinListItem() 3209 offsetDescendantRectToMyCoords(newFocus, mTempRect); 3239 offsetDescendantRectToMyCoords(descendant, mTempRect); 3805 offsetDescendantRectToMyCoords(other, otherRect);
|
D | GridView.java | 1978 offsetDescendantRectToMyCoords(other, otherRect); in onFocusChanged()
|
D | AbsListView.java | 1681 offsetDescendantRectToMyCoords(view, r); in getFocusedRect()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ResolverDrawerLayout.java | 649 offsetDescendantRectToMyCoords(child, mTempRect);
|
D | RecyclerView.java | 2360 offsetDescendantRectToMyCoords(focused, mTempRect); in isPreferredNextFocusAbsolute() 2361 offsetDescendantRectToMyCoords(next, mTempRect2); in isPreferredNextFocusAbsolute() 2404 offsetDescendantRectToMyCoords(focused, mTempRect); in requestChildFocus()
|
D | ViewPager.java | 1085 offsetDescendantRectToMyCoords(currentFocused, mTempRect);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34141 … method public final void offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 52497 … method public final void offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect);
|
/frameworks/base/api/ |
D | current.txt | 52641 … method public final void offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect);
|