Searched refs:otherStablePosition (Results 1 – 2 of 2) sorted by relevance
365 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in transformViewTo() local371 ? (otherStablePosition[0] + otherViewWidth) - (ownPosition[0] + ownViewWidth) in transformViewTo()372 : otherStablePosition[0] - ownPosition[0]; in transformViewTo()389 float endY = otherStablePosition[1] - ownPosition[1]; in transformViewTo()
144 int[] otherStablePosition = otherState.getLaidOutLocationOnScreen(); in NotificationTemplateViewWrapper()146 return (otherStablePosition[1] in NotificationTemplateViewWrapper()