Searched refs:fromWindowX (Results 1 – 2 of 2) sorted by relevance
61 val fromWindowX = startValues.values[PROP_X_IN_WINDOW] as Int in <lambda>() constant65 val direction = if (toWindowX - fromWindowX > 0) 1 else -1 in <lambda>()
660 int fromWindowX = (int) startValues.values.get(PROP_X_IN_WINDOW); in createAnimator() local664 int direction = toWindowX - fromWindowX > 0 ? 1 : -1; in createAnimator()