Home
last modified time | relevance | path

Searched refs:offsetDescendantRectToMyCoords (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/focus/
DScrollingThroughListOfFocusablesTest.java148 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/
DButtonsWithTallTextViewInBetweenTest.java56 mScrollView.offsetDescendantRectToMyCoords(descendant, mTempRect); in getTopWithinScrollView()
62 mScrollView.offsetDescendantRectToMyCoords(descendant, mTempRect); in getBottomWithinScrollView()
DShortButtonsTest.java104 mScrollView.offsetDescendantRectToMyCoords(b, mTempRect); in isButtonOnScreen()
/frameworks/base/core/java/android/view/
DFocusFinder.java226 root.offsetDescendantRectToMyCoords(focused, focusedRect); in findNextFocus()
365 root.offsetDescendantRectToMyCoords(focusable, mOtherRect); in findNextFocusInAbsoluteDirection()
834 root.offsetDescendantRectToMyCoords(views[i], next); in sort()
DViewGroup.java6115 public final void offsetDescendantRectToMyCoords(View descendant, Rect rect) { in offsetDescendantRectToMyCoords() method in ViewGroup
8935 root.offsetDescendantRectToMyCoords(view, viewLocation); in init()
DViewRootImpl.java4084 ((ViewGroup) mView).offsetDescendantRectToMyCoords( in scrollToRectOrFocus()
5517 ((ViewGroup) mView).offsetDescendantRectToMyCoords( in performFocusNavigation()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1211 offsetDescendantRectToMyCoords(nextFocused, mTempRect); in arrowScroll()
1266 offsetDescendantRectToMyCoords(descendant, mTempRect); in isWithinDeltaOfScreen()
1446 offsetDescendantRectToMyCoords(child, mTempRect); in scrollToChild()
1669 offsetDescendantRectToMyCoords(currentFocused, mTempRect); in onSizeChanged()
DScrollView.java1234 offsetDescendantRectToMyCoords(nextFocused, mTempRect); in arrowScroll()
1288 offsetDescendantRectToMyCoords(descendant, mTempRect); in isWithinDeltaOfScreen()
1482 offsetDescendantRectToMyCoords(child, mTempRect); in scrollToDescendant()
1705 offsetDescendantRectToMyCoords(currentFocused, mTempRect); in onSizeChanged()
DListView.java2626 offsetDescendantRectToMyCoords(currentFocus, focusedRect); in handleHorizontalFocusWithinListItem()
3209 offsetDescendantRectToMyCoords(newFocus, mTempRect);
3239 offsetDescendantRectToMyCoords(descendant, mTempRect);
3805 offsetDescendantRectToMyCoords(other, otherRect);
DGridView.java1978 offsetDescendantRectToMyCoords(other, otherRect); in onFocusChanged()
DAbsListView.java1681 offsetDescendantRectToMyCoords(view, r); in getFocusedRect()
/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java649 offsetDescendantRectToMyCoords(child, mTempRect);
DRecyclerView.java2360 offsetDescendantRectToMyCoords(focused, mTempRect); in isPreferredNextFocusAbsolute()
2361 offsetDescendantRectToMyCoords(next, mTempRect2); in isPreferredNextFocusAbsolute()
2404 offsetDescendantRectToMyCoords(focused, mTempRect); in requestChildFocus()
DViewPager.java1085 offsetDescendantRectToMyCoords(currentFocused, mTempRect);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34141 … method public final void offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect);
/frameworks/base/non-updatable-api/
Dcurrent.txt52497 … method public final void offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect);
/frameworks/base/api/
Dcurrent.txt52641 … method public final void offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect);