Searched defs:lightY (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java577 final float lightY = mLightY - attachInfo.mWindowTop;
579 nSetLightCenter(mNativeProxy, lightX, lightY, mLightZ);
999 float lightX, float lightY, float lightZ);
998 nSetLightCenter(long nativeProxy, float lightX, float lightY, float lightZ) argument
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp706 jlong proxyPtr, jfloat lightX, jfloat lightY, jfloat lightZ) {
708 proxy->setLightCenter((Vector3){lightX, lightY, lightZ});
705 android_view_ThreadedRenderer_setLightCenter(JNIEnv* env, jobject clazz, jlong proxyPtr, jfloat lightX, jfloat lightY, jfloat lightZ) argument

Completed in 71 milliseconds