/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | ScrollingThroughListOfFocusablesTest.java | 144 mListView.offsetDescendantRectToMyCoords(view, mTempRect); in testNoFadingEdgeAtBottomOfLastItem() 193 mListView.offsetDescendantRectToMyCoords(view, mTempRect); in testNavigatingUpThroughInternalSelection() 220 mListView.offsetDescendantRectToMyCoords(internalFocused, mTempRect); in assertInternallySelectedRowOnScreen()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | ItemAlignmentFacetHelper.java | 63 ((ViewGroup) itemView).offsetDescendantRectToMyCoords(view, sRect); in getAlignmentPosition() 82 ((ViewGroup) itemView).offsetDescendantRectToMyCoords(view, sRect); in getAlignmentPosition()
|
D | HorizontalHoverCardSwitcher.java | 72 parent.offsetDescendantRectToMyCoords(childView, mTmpRect); in select()
|
D | ShadowOverlayContainer.java | 319 offsetDescendantRectToMyCoords(mWrappedView, sTempRect); in onLayout()
|
D | AbstractMediaItemPresenter.java | 466 rootView.offsetDescendantRectToMyCoords(focusChangedView, sTempRect); in updateSelector()
|
/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/support/design/src/android/support/design/widget/ |
D | ViewGroupUtils.java | 33 parent.offsetDescendantRectToMyCoords(child, rect); in offsetDescendantRect()
|
/frameworks/base/core/java/android/view/ |
D | FocusFinder.java | 124 root.offsetDescendantRectToMyCoords(focused, focusedRect); in findNextFocus() 237 root.offsetDescendantRectToMyCoords(focusable, mOtherRect); in findNextFocusInAbsoluteDirection() 736 mRoot.offsetDescendantRectToMyCoords(view, rect); in getRect()
|
D | ViewGroup.java | 5424 public final void offsetDescendantRectToMyCoords(View descendant, Rect rect) { in offsetDescendantRectToMyCoords() method in ViewGroup 7910 root.offsetDescendantRectToMyCoords(view, viewLocation); in init()
|
D | ViewRootImpl.java | 3069 ((ViewGroup) mView).offsetDescendantRectToMyCoords( in scrollToRectOrFocus() 4398 ((ViewGroup) mView).offsetDescendantRectToMyCoords( in processKeyEvent()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 1100 offsetDescendantRectToMyCoords(nextFocused, mTempRect); in arrowScroll() 1155 offsetDescendantRectToMyCoords(descendant, mTempRect); in isWithinDeltaOfScreen() 1335 offsetDescendantRectToMyCoords(child, mTempRect); in scrollToChild() 1556 offsetDescendantRectToMyCoords(currentFocused, mTempRect); in onSizeChanged()
|
D | ScrollView.java | 1113 offsetDescendantRectToMyCoords(nextFocused, mTempRect); in arrowScroll() 1167 offsetDescendantRectToMyCoords(descendant, mTempRect); in isWithinDeltaOfScreen() 1360 offsetDescendantRectToMyCoords(child, mTempRect); in scrollToChild() 1578 offsetDescendantRectToMyCoords(currentFocused, mTempRect); in onSizeChanged()
|
D | ListView.java | 2518 offsetDescendantRectToMyCoords(currentFocus, focusedRect); in handleHorizontalFocusWithinListItem() 3100 offsetDescendantRectToMyCoords(newFocus, mTempRect); 3130 offsetDescendantRectToMyCoords(descendant, mTempRect); 3691 offsetDescendantRectToMyCoords(other, otherRect);
|
D | GridView.java | 1953 offsetDescendantRectToMyCoords(other, otherRect); in onFocusChanged()
|
D | AbsListView.java | 1643 offsetDescendantRectToMyCoords(view, r); in getFocusedRect()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | NestedScrollView.java | 1219 offsetDescendantRectToMyCoords(nextFocused, mTempRect); in arrowScroll() 1273 offsetDescendantRectToMyCoords(descendant, mTempRect); in isWithinDeltaOfScreen() 1456 offsetDescendantRectToMyCoords(child, mTempRect); in scrollToChild() 1668 offsetDescendantRectToMyCoords(currentFocused, mTempRect); in onSizeChanged()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ResolverDrawerLayout.java | 557 offsetDescendantRectToMyCoords(child, mTempRect);
|
D | ViewPager.java | 1105 offsetDescendantRectToMyCoords(currentFocused, mTempRect);
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 2213 offsetDescendantRectToMyCoords(focused, mTempRect); in isPreferredNextFocusAbsolute() 2214 offsetDescendantRectToMyCoords(next, mTempRect2); in isPreferredNextFocusAbsolute() 2257 offsetDescendantRectToMyCoords(focused, mTempRect); in requestChildFocus()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34141 … method public final void offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect);
|
/frameworks/base/api/ |
D | current.txt | 43056 … method public final void offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect);
|
D | system-current.txt | 46056 … method public final void offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect);
|
D | test-current.txt | 43135 … method public final void offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect);
|