Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java160 otherPosition = otherState.getLaidOutLocationOnScreen(); in transformViewFrom()
164 int[] ownStablePosition = getLaidOutLocationOnScreen(); in transformViewFrom()
365 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in transformViewTo()
366 int[] ownPosition = getLaidOutLocationOnScreen(); in transformViewTo()
427 public int[] getLaidOutLocationOnScreen() { in getLaidOutLocationOnScreen() method in TransformState
DMessagingLayoutTransformState.java343 totalTranslationDistance = ownState.getLaidOutLocationOnScreen()[1] in transformView()
344 - otherState.getLaidOutLocationOnScreen()[1]; in transformView()
362 totalTranslationDistance = ownState.getLaidOutLocationOnScreen()[1] in transformView()
363 - otherState.getLaidOutLocationOnScreen()[1]; in transformView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java144 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in NotificationTemplateViewWrapper()
145 int[] ownStablePosition = ownState.getLaidOutLocationOnScreen(); in NotificationTemplateViewWrapper()