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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationTemplateViewWrapper.java 107 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen();
109 return (otherStablePosition[1]
TransformState.java 262 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen();
265 float endX = otherStablePosition[0] - ownPosition[0];
275 float endY = otherStablePosition[1] - ownPosition[1];

Completed in 44 milliseconds