Home
last modified time | relevance | path

Searched refs:requestRectangleOnScreen (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisible.java62 childToMakeVisible.requestRectangleOnScreen(rect, true); in onCreate()
70 topBlob.requestRectangleOnScreen(rect, true); in onCreate()
78 childToMakeVisible.requestRectangleOnScreen(rect, true); in onCreate()
86 bottomBlob.requestRectangleOnScreen(rect, true); in onCreate()
H A DRequestRectangleVisibleWithInternalScroll.java69 mTextBlob.requestRectangleOnScreen(rect); in onCreate()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemRequestRectAboveThinFirstItemTest.java66 getActivity().requestRectangleOnScreen(1, rect); in testSecondItemRequestRectAboveTop()
93 getActivity().requestRectangleOnScreen(secondToLastIndex, rect); in testSecondToLastItemRequestRectBelowBottom()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java196 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) { in update()
197 return anchor.requestRectangleOnScreen(rectangle, immediate); in update()
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DListScenario.java577 public void requestRectangleOnScreen(int childIndex, final Rect rect) { in requestRectangleOnScreen() method in ListScenario
582 child.requestRectangleOnScreen(rect); in requestRectangleOnScreen()
H A DInternalSelectionView.java205 requestRectangleOnScreen(mTempRect); in ensureRectVisible()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DScrollViewCaptureHelper.java149 contentView.requestRectangleOnScreen(input, true); in onScrollRequested()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationController.java305 DisplayMagnification::requestRectangleOnScreen, this, in onRectangleOnScreenRequested()
444 void requestRectangleOnScreen(int left, int top, int right, int bottom) { in requestRectangleOnScreen() method in FullScreenMagnificationController.DisplayMagnification
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java1097 public boolean requestRectangleOnScreen(Rect rectangle) { in requestRectangleOnScreen() method in RemoteInputView.RemoteEditText
/aosp14/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1793 if (allowScroll && anchor.requestRectangleOnScreen(r, true)) { in findDropDownPosition()
H A DTextView.java11614 if (requestRectangleOnScreen(mTempRect)) { in bringPointIntoView()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java8078 public boolean requestRectangleOnScreen(Rect rectangle) {
8079 return requestRectangleOnScreen(rectangle, false);
8099 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) {
15269 return requestRectangleOnScreen(r, true); in performAccessibilityActionInternal()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17733 HSPLandroid/view/View;->requestRectangleOnScreen(Landroid/graphics/Rect;)Z
17734 HSPLandroid/view/View;->requestRectangleOnScreen(Landroid/graphics/Rect;Z)Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17797 HSPLandroid/view/View;->requestRectangleOnScreen(Landroid/graphics/Rect;)Z
17798 HSPLandroid/view/View;->requestRectangleOnScreen(Landroid/graphics/Rect;Z)Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52461 method public boolean requestRectangleOnScreen(android.graphics.Rect);
52462 method public boolean requestRectangleOnScreen(android.graphics.Rect, boolean);