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

/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java585 final float lightY = mLightY - attachInfo.mWindowTop;
587 nSetLightCenter(mNativeProxy, lightX, lightY, mLightZ);
990 float lightX, float lightY, float lightZ);
989 nSetLightCenter(long nativeProxy, float lightX, float lightY, float lightZ) argument
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp493 jlong proxyPtr, jfloat lightX, jfloat lightY, jfloat lightZ) {
495 proxy->setLightCenter((Vector3){lightX, lightY, lightZ});
492 android_view_ThreadedRenderer_setLightCenter(JNIEnv* env, jobject clazz, jlong proxyPtr, jfloat lightX, jfloat lightY, jfloat lightZ) argument

Completed in 796 milliseconds