Searched refs:requestRectangleOnScreen (Results 1 - 11 of 11) 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/support/design/tests/src/android/support/design/widget/
H A DAppBarWithToolbarTest.java152 child.requestRectangleOnScreen(rect, true);
185 child.requestRectangleOnScreen(rect, true);
/frameworks/base/core/tests/coretests/src/android/util/
H A DListScenario.java569 * Have a child of the list view call {@link View#requestRectangleOnScreen(android.graphics.Rect)}.
574 public void requestRectangleOnScreen(int childIndex, final Rect rect) { method in class:ListScenario
579 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.java678 private void requestRectangleOnScreen(int left, int top, int right, int bottom) { method in class:MagnificationController
985 mController.requestRectangleOnScreen(left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java516 public boolean requestRectangleOnScreen(Rect rectangle) { method in class:RemoteInputView.RemoteEditText
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1579 if (mAllowScrollingAnchorParent && anchor.requestRectangleOnScreen(r, true)) {
H A DTextView.java7630 // requestRectangleOnScreen() is in terms of content coordinates.
7641 if (requestRectangleOnScreen(mTempRect)) {
/frameworks/base/core/java/android/view/
H A DView.java6041 public boolean requestRectangleOnScreen(Rect rectangle) { method in class:View
6042 return requestRectangleOnScreen(rectangle, false);
6062 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) { method in class:View
9695 return requestRectangleOnScreen(r, true);

Completed in 437 milliseconds