Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java336 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in transformViewTo() local
339 float endX = otherStablePosition[0] - ownPosition[0]; in transformViewTo()
356 float endY = otherStablePosition[1] - ownPosition[1]; in transformViewTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java130 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in NotificationTemplateViewWrapper()
132 return (otherStablePosition[1] in NotificationTemplateViewWrapper()