Home
last modified time | relevance | path

Searched refs:myCenter (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DUiObject2Utils.java26 Point myCenter = theUiObject.getVisibleCenter(); in hasSiblingInDirection() local
31 if (myCenter.y > siblingCenter.y) { in hasSiblingInDirection()
36 if (myCenter.y < siblingCenter.y) { in hasSiblingInDirection()
41 if (myCenter.x > siblingCenter.x) { in hasSiblingInDirection()
46 if (myCenter.x < siblingCenter.x) { in hasSiblingInDirection()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DSpringLoadedState.java74 float myCenter = ws.getTop() + halfHeight; in getWorkspaceScaleAndTranslation() local
76 float actualCellTop = myCenter - cellTopFromCenter * scale; in getWorkspaceScaleAndTranslation()