Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_display_SmallAreaDetectionController.cpp51 static void nativeSetSmallAreaDetectionThreshold(JNIEnv* env, jclass clazz, jint appId, in nativeSetSmallAreaDetectionThreshold() function
59 (void*)nativeSetSmallAreaDetectionThreshold},
/frameworks/base/services/core/java/com/android/server/display/
DSmallAreaDetectionController.java41 private static native void nativeSetSmallAreaDetectionThreshold(int appId, float threshold); in nativeSetSmallAreaDetectionThreshold() method in SmallAreaDetectionController
132 nativeSetSmallAreaDetectionThreshold(appId, threshold); in setSmallAreaDetectionThreshold()