Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DHeadsUpContainerView.java46 private final int mExitAnimationDuration; field in HeadsUpContainerView
71 mExitAnimationDuration = getResources().getInteger(R.integer.headsup_exit_duration_ms);
106 mHandler.postDelayed(() -> focusTopmostChild(), mExitAnimationDuration); in removeViewAt() local