Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_display_SmallAreaDetectionController.cpp28 jfloatArray jthresholds) { in nativeUpdateSmallAreaDetection() argument
29 if (jappIds == nullptr || jthresholds == nullptr) return; in nativeUpdateSmallAreaDetection()
32 ScopedFloatArrayRO thresholds(env, jthresholds); in nativeUpdateSmallAreaDetection()