Searched defs:disableAnimation (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSIconView.java33 public abstract void disableAnimation(); method in class:QSIconView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java63 public void disableAnimation() { method in class:QSIconViewImpl
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewFocusRecoveryTest.java63 + "disableAnimation:{2}")
78 boolean disableAnimation) {
82 mDisableAnimation = disableAnimation;
77 RecyclerViewFocusRecoveryTest(boolean focusOnChild, boolean disableRecovery, boolean disableAnimation) argument

Completed in 204 milliseconds