/aosp14/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
H A D | RequestRectangleVisible.java | 62 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 D | RequestRectangleVisibleWithInternalScroll.java | 69 mTextBlob.requestRectangleOnScreen(rect); in onCreate()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
H A D | ListItemRequestRectAboveThinFirstItemTest.java | 66 getActivity().requestRectangleOnScreen(1, rect); in testSecondItemRequestRectAboveTop() 93 getActivity().requestRectangleOnScreen(secondToLastIndex, rect); in testSecondToLastItemRequestRectBelowBottom()
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillPopupWindow.java | 196 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 D | ListScenario.java | 577 public void requestRectangleOnScreen(int childIndex, final Rect rect) { in requestRectangleOnScreen() method in ListScenario 582 child.requestRectangleOnScreen(rect); in requestRectangleOnScreen()
|
H A D | InternalSelectionView.java | 205 requestRectangleOnScreen(mTempRect); in ensureRectVisible()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | ScrollViewCaptureHelper.java | 149 contentView.requestRectangleOnScreen(input, true); in onScrollRequested()
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | FullScreenMagnificationController.java | 305 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 D | RemoteInputView.java | 1097 public boolean requestRectangleOnScreen(Rect rectangle) { in requestRectangleOnScreen() method in RemoteInputView.RemoteEditText
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | PopupWindow.java | 1793 if (allowScroll && anchor.requestRectangleOnScreen(r, true)) { in findDropDownPosition()
|
H A D | TextView.java | 11614 if (requestRectangleOnScreen(mTempRect)) { in bringPointIntoView()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 8078 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17733 HSPLandroid/view/View;->requestRectangleOnScreen(Landroid/graphics/Rect;)Z 17734 HSPLandroid/view/View;->requestRectangleOnScreen(Landroid/graphics/Rect;Z)Z
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 17797 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 D | current.txt | 52461 method public boolean requestRectangleOnScreen(android.graphics.Rect); 52462 method public boolean requestRectangleOnScreen(android.graphics.Rect, boolean);
|