Searched refs:getLaidOutLocationOnScreen (Results 1 – 3 of 3) sorted by relevance
160 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
343 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()
144 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in NotificationTemplateViewWrapper()145 int[] ownStablePosition = ownState.getLaidOutLocationOnScreen(); in NotificationTemplateViewWrapper()