Searched refs:checkNull (Results 1 – 3 of 3) sorted by relevance
96 checkNull("leftEyePosition", leftEyePosition); in Face()97 checkNull("rightEyePosition", rightEyePosition); in Face()98 checkNull("mouthPosition", mouthPosition); in Face()259 private static void checkNull(String name, Object obj) { in checkNull() method in Face
74 mContext = checkNull("context", context); in SystemGesturesPointerEventListener()76 mCallbacks = checkNull("callbacks", callbacks); in SystemGesturesPointerEventListener()103 private static <T> T checkNull(String name, T arg) { in checkNull() method in SystemGesturesPointerEventListener
23678 Landroid/hardware/camera2/params/Face;->checkNull(Ljava/lang/String;Ljava/lang/Object;)V