Searched refs:otherStablePosition (Results 1 – 2 of 2) sorted by relevance
336 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in transformViewTo() local339 float endX = otherStablePosition[0] - ownPosition[0]; in transformViewTo()356 float endY = otherStablePosition[1] - ownPosition[1]; in transformViewTo()
130 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in NotificationTemplateViewWrapper()132 return (otherStablePosition[1] in NotificationTemplateViewWrapper()