Home
last modified time | relevance | path

Searched refs:offsetDescendantRectToMyCoords (Results 1 – 24 of 24) 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/com/android/internal/view/
DRecyclerViewCaptureHelper.java121 recyclerView.offsetDescendantRectToMyCoords(anchor, requestedContainerBounds); in onScrollRequested()
/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/
DTouchInsetManager.java125 .offsetDescendantRectToMyCoords(view, boundaries); in updateTouchRegions()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DManageEducationView.kt124 manageView.offsetDescendantRectToMyCoords(manageButton, offsetViewBounds) in show()
/frameworks/base/core/java/com/android/internal/widget/
DViewGroupFader.java146 parent.offsetDescendantRectToMyCoords(child, bounds); in provideBounds()
DResolverDrawerLayout.java739 offsetDescendantRectToMyCoords(child, mTempRect);
DRecyclerView.java2380 offsetDescendantRectToMyCoords(focused, mTempRect); in isPreferredNextFocusAbsolute()
2381 offsetDescendantRectToMyCoords(next, mTempRect2); in isPreferredNextFocusAbsolute()
2424 offsetDescendantRectToMyCoords(focused, mTempRect); in requestChildFocus()
DViewPager.java1085 offsetDescendantRectToMyCoords(currentFocused, mTempRect);
/frameworks/base/core/java/android/view/
DFocusFinder.java226 root.offsetDescendantRectToMyCoords(focused, focusedRect); in findNextFocus()
375 root.offsetDescendantRectToMyCoords(focusable, mOtherRect); in findNextFocusInAbsoluteDirection()
848 root.offsetDescendantRectToMyCoords(views[i], next); in sort()
DViewGroup.java6232 public final void offsetDescendantRectToMyCoords(View descendant, Rect rect) { in offsetDescendantRectToMyCoords() method in ViewGroup
9317 root.offsetDescendantRectToMyCoords(view, viewLocation); in init()
DViewRootImpl.java6101 ((ViewGroup) mView).offsetDescendantRectToMyCoords( in scrollToRectOrFocus()
7782 ((ViewGroup) mView).offsetDescendantRectToMyCoords( in performFocusNavigation()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1269 offsetDescendantRectToMyCoords(nextFocused, mTempRect); in arrowScroll()
1324 offsetDescendantRectToMyCoords(descendant, mTempRect); in isWithinDeltaOfScreen()
1545 offsetDescendantRectToMyCoords(child, mTempRect); in scrollToChild()
1768 offsetDescendantRectToMyCoords(currentFocused, mTempRect); in onSizeChanged()
DScrollView.java1353 offsetDescendantRectToMyCoords(nextFocused, mTempRect); in arrowScroll()
1407 offsetDescendantRectToMyCoords(descendant, mTempRect); in isWithinDeltaOfScreen()
1644 offsetDescendantRectToMyCoords(child, mTempRect); in scrollToDescendant()
1867 offsetDescendantRectToMyCoords(currentFocused, mTempRect); in onSizeChanged()
DListView.java2624 offsetDescendantRectToMyCoords(currentFocus, focusedRect); in handleHorizontalFocusWithinListItem()
3207 offsetDescendantRectToMyCoords(newFocus, mTempRect);
3237 offsetDescendantRectToMyCoords(descendant, mTempRect);
3807 offsetDescendantRectToMyCoords(other, otherRect);
DGridView.java1979 offsetDescendantRectToMyCoords(other, otherRect); in onFocusChanged()
DAbsListView.java1750 offsetDescendantRectToMyCoords(view, r); in getFocusedRect()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcherController.java344 mView.offsetDescendantRectToMyCoords(mListView, r); in updatePosition()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt17842 HSPLandroid/view/ViewGroup;->offsetDescendantRectToMyCoords(Landroid/view/View;Landroid/graphics/Re…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34141 … method public final void offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect);
/frameworks/base/config/
Dboot-image-profile.txt17906 HSPLandroid/view/ViewGroup;->offsetDescendantRectToMyCoords(Landroid/view/View;Landroid/graphics/Re…
/frameworks/base/core/api/
Dcurrent.txt53673 … method public final void offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect);