Home
last modified time | relevance | path

Searched refs:getCenterY (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridWidgetTest.java346 private static int getCenterY(View v) { in getCenterY() method in GridWidgetTest
1556 int top1 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10)); in testSetSelectionWithDeltaInGrid()
1562 int top2 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20)); in testSetSelectionWithDeltaInGrid()
1567 int top3 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20)); in testSetSelectionWithDeltaInGrid()
1574 int top4 = getCenterY(mGridView.getLayoutManager().findViewByPosition(lastVisiblePos + 1)); in testSetSelectionWithDeltaInGrid()
1582 int top5 = getCenterY(mGridView.getLayoutManager().findViewByPosition(firstVisiblePos - 1)); in testSetSelectionWithDeltaInGrid()
1587 int top6 = getCenterY(mGridView.getLayoutManager().findViewByPosition(100)); in testSetSelectionWithDeltaInGrid()
1598 int top7 = getCenterY(mGridView.getLayoutManager().findViewByPosition(200)); in testSetSelectionWithDeltaInGrid()
1603 int top8 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10)); in testSetSelectionWithDeltaInGrid()
1659 int top1 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10)); in testSetSelectionWithDeltaInGrid1()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java317 public float getCenterY() { in getCenterY() method in MagnificationController
522 getScale(), getCenterX(), getCenterY()); in onMagnificationChangedLocked()
575 centerY = getCenterY(); in updateMagnificationSpecLocked()
DAccessibilityManagerService.java2936 return getMagnificationController().getCenterY(); in getMagnificationCenterY()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java912 public float getCenterY() { in getCenterY() method in AccessibilityService.MagnificationController
/frameworks/base/api/
Dcurrent.txt2699 method public float getCenterY();
Dsystem-current.txt2813 method public float getCenterY();
Dtest-current.txt2699 method public float getCenterY();