Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DScrollToParentEditTextTest.java59 doReturn(true).when(mParent).requestRectangleOnScreen(any(Rect.class), anyBoolean()); in setUp()
64 assertThat(mEditText.requestRectangleOnScreen( in requestRectangleOnScreen_noParent_shouldScrollToItself()
73 assertThat(mEditText.requestRectangleOnScreen( in requestRectangleOnScreen_withParent_shouldScrollToParent()
76 .requestRectangleOnScreen(eq(new Rect(0, 0, PARENT_SIZE, PARENT_SIZE)), eq(true)); in requestRectangleOnScreen_withParent_shouldScrollToParent()
/aosp12/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()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DScrollToParentEditText.java40 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) { in requestRectangleOnScreen() method in ScrollToParentEditText
46 return ((View) parent).requestRectangleOnScreen(mRect, immediate); in requestRectangleOnScreen()
48 return super.requestRectangleOnScreen(rectangle, immediate); in requestRectangleOnScreen()
/aosp12/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()
/aosp12/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()
/aosp12/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()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DScrollViewCaptureHelper.java140 contentView.requestRectangleOnScreen(input, true); in onScrollRequested()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java233 requestRectangleOnScreen(r); in requestChildFocus()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationController.java280 DisplayMagnification::requestRectangleOnScreen, this, in onRectangleOnScreenRequested()
392 void requestRectangleOnScreen(int left, int top, int right, int bottom) { in requestRectangleOnScreen() method in FullScreenMagnificationController.DisplayMagnification
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java983 public boolean requestRectangleOnScreen(Rect rectangle) { in requestRectangleOnScreen() method in RemoteInputView.RemoteEditText
/aosp12/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1790 if (allowScroll && anchor.requestRectangleOnScreen(r, true)) { in findDropDownPosition()
H A DTextView.java10107 if (requestRectangleOnScreen(mTempRect)) { in bringPointIntoView()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java7869 public boolean requestRectangleOnScreen(Rect rectangle) {
7870 return requestRectangleOnScreen(rectangle, false);
7890 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) {
14215 return requestRectangleOnScreen(r, true); in performAccessibilityActionInternal()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt17949 HSPLandroid/view/View;->requestRectangleOnScreen(Landroid/graphics/Rect;)Z+]Landroid/view/View;Land…
17950 HSPLandroid/view/View;->requestRectangleOnScreen(Landroid/graphics/Rect;Z)Z+]Landroid/graphics/Rect…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt49068 method public boolean requestRectangleOnScreen(android.graphics.Rect);
49069 method public boolean requestRectangleOnScreen(android.graphics.Rect, boolean);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt33629 method public boolean requestRectangleOnScreen(android.graphics.Rect);
33630 method public boolean requestRectangleOnScreen(android.graphics.Rect, boolean);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt17998 HSPLandroid/view/View;->requestRectangleOnScreen(Landroid/graphics/Rect;)Z+]Landroid/view/View;Land…
17999 HSPLandroid/view/View;->requestRectangleOnScreen(Landroid/graphics/Rect;Z)Z+]Landroid/graphics/Rect…