Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DPageIndicator.java61 private static Method sMethodForceAnimationOnUI = null; field in PageIndicator
225 if (sMethodForceAnimationOnUI == null) {
226 sMethodForceAnimationOnUI = AnimatedVectorDrawable.class.getMethod(
229 if (sMethodForceAnimationOnUI != null) {
230 sMethodForceAnimationOnUI.invoke(avd);