Searched refs:yLocation (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.cpp215 float yLocation = renderer->getViewportHeight() - (FRAME_THRESHOLD * mVerticalUnit); local
217 yLocation - mThresholdStroke/2,
219 yLocation + mThresholdStroke/2,
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMultiSelectManager.java1928 final RelativeCoordinate yLocation; field in class:MultiSelectManager.GridModel.RelativePoint
1932 this.yLocation = new RelativeCoordinate(mRowBounds, point.y);
1942 return xLocation.equals(otherPoint.xLocation) && yLocation.equals(otherPoint.yLocation);
1961 min(mRelativeOrigin.yLocation, mRelativePointer.yLocation),
1965 max(mRelativeOrigin.yLocation, mRelativePointer.yLocation),
1978 if (mRelativeOrigin.yLocation ==
1979 min(mRelativeOrigin.yLocation, mRelativePointe
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java3214 float yLocation = previous.getTranslationY() + previous.getActualHeight() -
3218 previous.getOutlineAlpha(), (int) yLocation,

Completed in 159 milliseconds