Searched defs:refreshCurrentRootAndDirectory (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DNavigationView.java107 mEnv.refreshCurrentRootAndDirectory(AnimationView.ANIM_LEAVE);
235 void refreshCurrentRootAndDirectory(int animation); method in interface:NavigationView.Environment
H A DBaseActivity.java258 refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
370 refreshCurrentRootAndDirectory(anim);
379 public final void refreshCurrentRootAndDirectory(int anim) { method in class:BaseActivity
643 refreshCurrentRootAndDirectory(AnimationView.ANIM_SIDE);
742 refreshCurrentRootAndDirectory(AnimationView.ANIM_LEAVE);
856 mOwner.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);

Completed in 56 milliseconds