Searched refs:sClipRevealMethod (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java365 private static Method sClipRevealMethod = null; field in class:Launcher
369 sClipRevealMethod = activityOptionsClass.getDeclaredMethod("makeClipRevealAnimation",
2885 if (sClipRevealMethod != null) {
2901 opts = (ActivityOptions) sClipRevealMethod.invoke(null, v,
2905 sClipRevealMethod = null;
2908 sClipRevealMethod = null;

Completed in 207 milliseconds