Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java154 otherPosition = otherState.getLaidOutLocationOnScreen(); in transformViewFrom()
158 int[] ownStablePosition = getLaidOutLocationOnScreen(); in transformViewFrom()
336 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in transformViewTo()
337 int[] ownPosition = getLaidOutLocationOnScreen(); in transformViewTo()
395 public int[] getLaidOutLocationOnScreen() { in getLaidOutLocationOnScreen() method in TransformState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java130 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in NotificationTemplateViewWrapper()
131 int[] ownStablePosition = ownState.getLaidOutLocationOnScreen(); in NotificationTemplateViewWrapper()