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.java365 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in transformViewTo() local
371 ? (otherStablePosition[0] + otherViewWidth) - (ownPosition[0] + ownViewWidth) in transformViewTo()
372 : otherStablePosition[0] - ownPosition[0]; in transformViewTo()
389 float endY = otherStablePosition[1] - ownPosition[1]; in transformViewTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java144 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in NotificationTemplateViewWrapper()
146 return (otherStablePosition[1] in NotificationTemplateViewWrapper()