HomeSort by relevance Sort by last modified time
    Searched refs:myCenter (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
UiObject2Utils.java 26 Point myCenter = theUiObject.getVisibleCenter();
31 if (myCenter.y > siblingCenter.y) {
36 if (myCenter.y < siblingCenter.y) {
41 if (myCenter.x > siblingCenter.x) {
46 if (myCenter.x < siblingCenter.x) {
  /packages/apps/Launcher3/src/com/android/launcher3/states/
SpringLoadedState.java 69 float myCenter = ws.getTop() + halfHeight;
71 float actualCellTop = myCenter - cellTopFromCenter * scale;

Completed in 87 milliseconds