Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp254 } gDisplayDecorationSupportInfo; variable
1932 env->NewObject(gDisplayDecorationSupportInfo.clazz, gDisplayDecorationSupportInfo.ctor); in nativeGetDisplayDecorationSupport()
1938 env->SetIntField(jDisplayDecorationSupport, gDisplayDecorationSupportInfo.format, in nativeGetDisplayDecorationSupport()
1940 env->SetIntField(jDisplayDecorationSupport, gDisplayDecorationSupportInfo.alphaInterpretation, in nativeGetDisplayDecorationSupport()
2714 gDisplayDecorationSupportInfo.clazz = MakeGlobalRefOrDie(env, displayDecorationSupportClazz); in register_android_view_SurfaceControl()
2715 gDisplayDecorationSupportInfo.ctor = in register_android_view_SurfaceControl()
2717 gDisplayDecorationSupportInfo.format = in register_android_view_SurfaceControl()
2719 gDisplayDecorationSupportInfo.alphaInterpretation = in register_android_view_SurfaceControl()