Home
last modified time | relevance | path

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

/packages/apps/Car/Media/src/com/android/car/media/
DMediaActivity.java92 private ViewGroup mErrorContainer; field in MediaActivity
201 mErrorContainer = findViewById(R.id.error_container); in onCreate()
315 mErrorController = new ErrorViewController(this, mCarPackageManager, mErrorContainer); in getErrorController()
458 ViewUtils.showViewAnimated(mErrorContainer, mFadeDuration); in changeModeInternal()
467 ViewUtils.hideViewAnimated(mErrorContainer, fadeOutDuration); in changeModeInternal()
474 ViewUtils.hideViewAnimated(mErrorContainer, 0); in changeModeInternal()
479 ViewUtils.hideViewAnimated(mErrorContainer, fadeOutDuration); in changeModeInternal()
486 ViewUtils.hideViewAnimated(mErrorContainer, fadeOutDuration); in changeModeInternal()