Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DFullScreenUserSwitcherViewController.java47 private final int mShortAnimationDuration; field in FullScreenUserSwitcherViewController
66 mShortAnimationDuration = mResources.getInteger(android.R.integer.config_shortAnimTime); in FullScreenUserSwitcherViewController()
118 .setDuration(mShortAnimationDuration) in fadeOut()