Searched refs:hasMethod (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | ApiHelper.java | 69 public static final boolean HAS_SET_DEFALT_BUFFER_SIZE = hasMethod( 73 public static final boolean HAS_RELEASE_SURFACE_TEXTURE = hasMethod( 92 hasMethod(View.class, "setSystemUiVisibility", int.class); 101 hasMethod(Camera.class, "setFaceDetectionListener", listenerClass) && 102 hasMethod(Camera.class, "startFaceDetection") && 103 hasMethod(Camera.class, "stopFaceDetection") && 104 hasMethod(Camera.Parameters.class, "getMaxNumDetectedFaces"); 111 hasMethod(DevicePolicyManager.class, "getCameraDisabled", ComponentName.class); 214 private static boolean hasMethod(String className, String methodName, in hasMethod() method in ApiHelper 225 private static boolean hasMethod( in hasMethod() method in ApiHelper
|