HomeSort by relevance Sort by last modified time
    Searched refs:nativeGetActiveColorMode (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
SurfaceControl.java 97 private static native int nativeGetActiveColorMode(IBinder displayToken);
714 return nativeGetActiveColorMode(displayToken);
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 546 static jint nativeGetActiveColorMode(JNIEnv* env, jclass, jobject tokenObj) {
840 {"nativeGetActiveColorMode", "(Landroid/os/IBinder;)I",
841 (void*)nativeGetActiveColorMode},
    [all...]

Completed in 1209 milliseconds