Searched refs:requestRectangleOnScreen (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisible.java62 childToMakeVisible.requestRectangleOnScreen(rect, true);
70 topBlob.requestRectangleOnScreen(rect, true);
78 childToMakeVisible.requestRectangleOnScreen(rect, true);
86 bottomBlob.requestRectangleOnScreen(rect, true);
H A DRequestRectangleVisibleWithInternalScroll.java70 mTextBlob.requestRectangleOnScreen(rect);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemRequestRectAboveThinFirstItemTest.java53 // having the second item call requestRectangleOnScreen with a rect above
66 getActivity().requestRectangleOnScreen(1, rect);
93 getActivity().requestRectangleOnScreen(secondToLastIndex, rect);
/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java194 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) {
195 return anchor.requestRectangleOnScreen(rectangle, immediate);
/frameworks/base/core/tests/coretests/src/android/util/
H A DListScenario.java572 * Have a child of the list view call {@link View#requestRectangleOnScreen(android.graphics.Rect)}.
577 public void requestRectangleOnScreen(int childIndex, final Rect rect) { method in class:ListScenario
582 child.requestRectangleOnScreen(rect);
H A DInternalSelectionView.java45 * 1) calls {@link View#requestRectangleOnScreen} each time the selection changes due to
208 requestRectangleOnScreen(mTempRect);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java724 private void requestRectangleOnScreen(int left, int top, int right, int bottom) { method in class:MagnificationController
807 requestRectangleOnScreen(left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java544 public boolean requestRectangleOnScreen(Rect rectangle) { method in class:RemoteInputView.RemoteEditText
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1646 if (allowScroll && anchor.requestRectangleOnScreen(r, true)) {
H A DTextView.java9182 // requestRectangleOnScreen() is in terms of content coordinates.
9193 if (requestRectangleOnScreen(mTempRect)) {
/frameworks/base/core/java/android/view/
H A DView.java7010 public boolean requestRectangleOnScreen(Rect rectangle) { method in class:View
7011 return requestRectangleOnScreen(rectangle, false);
7031 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) { method in class:View
12168 return requestRectangleOnScreen(r, true);
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 272 milliseconds