Searched refs:PROP_X_IN_WINDOW (Results 1 – 2 of 2) sorted by relevance
40 transitionValues.values[PROP_X_IN_WINDOW] = locationInWindowTmp[0] in <lambda>()61 val fromWindowX = startValues.values[PROP_X_IN_WINDOW] as Int in <lambda>()62 val toWindowX = endValues.values[PROP_X_IN_WINDOW] as Int in <lambda>()82 private const val PROP_X_IN_WINDOW = "DefaultClockSteppingTransition:xInWindow" in <lambda>() constant83 private val TRANSITION_PROPERTIES = arrayOf(PROP_BOUNDS_LEFT, PROP_X_IN_WINDOW) in <lambda>()
620 private static final String PROP_X_IN_WINDOW = "splitShadeTransitionAdapter:xInWindow"; field in KeyguardStatusViewController.SplitShadeTransitionAdapter622 PROP_BOUNDS_LEFT, PROP_BOUNDS_RIGHT, PROP_X_IN_WINDOW};636 transitionValues.values.put(PROP_X_IN_WINDOW, locationInWindowTmp[0]); in captureValues()660 int fromWindowX = (int) startValues.values.get(PROP_X_IN_WINDOW); in createAnimator()661 int toWindowX = (int) endValues.values.get(PROP_X_IN_WINDOW); in createAnimator()