Searched refs:PROP_X_IN_WINDOW (Results 1 – 1 of 1) sorted by relevance
520 private static final String PROP_X_IN_WINDOW = "splitShadeTransitionAdapter:xInWindow"; field in KeyguardStatusViewController.SplitShadeTransitionAdapter522 PROP_BOUNDS_LEFT, PROP_BOUNDS_RIGHT, PROP_X_IN_WINDOW};536 transitionValues.values.put(PROP_X_IN_WINDOW, locationInWindowTmp[0]); in captureValues()560 int fromWindowX = (int) startValues.values.get(PROP_X_IN_WINDOW); in createAnimator()561 int toWindowX = (int) endValues.values.get(PROP_X_IN_WINDOW); in createAnimator()