Home
last modified time | relevance | path

Searched refs:PROP_X_IN_WINDOW (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusViewController.java520 private static final String PROP_X_IN_WINDOW = "splitShadeTransitionAdapter:xInWindow"; field in KeyguardStatusViewController.SplitShadeTransitionAdapter
522 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()