Searched refs:ANIM_NONE (Results 1 – 3 of 3) sorted by relevance
94 public static final int ANIM_NONE = 0; field in ActivityOptions105 private int mAnimationType = ANIM_NONE;
20 import static com.android.documentsui.DirectoryFragment.ANIM_NONE;224 onCurrentDirectoryChanged(ANIM_NONE); in onCreate()354 onCurrentDirectoryChanged(ANIM_NONE); in onPostExecute()478 onCurrentDirectoryChanged(ANIM_NONE); in onCreateOptionsMenu()502 onCurrentDirectoryChanged(ANIM_NONE); in onCreateOptionsMenu()516 onCurrentDirectoryChanged(ANIM_NONE); in onCreateOptionsMenu()
104 public static final int ANIM_NONE = 1; field in DirectoryFragment