Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java152 int[] otherPosition; in transformViewFrom() local
154 otherPosition = otherState.getLaidOutLocationOnScreen(); in transformViewFrom()
156 otherPosition = otherState.getLocationOnScreen(); in transformViewFrom()
162 setTransformationStartX(otherPosition[0] - ownStablePosition[0]); in transformViewFrom()
165 setTransformationStartY(otherPosition[1] - ownStablePosition[1]); in transformViewFrom()