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

  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 230 final float lightY = mLightY - attachInfo.mWindowTop;
232 nSetLightCenter(mNativeProxy, lightX, lightY, mLightZ);
512 float lightX, float lightY, float lightZ);
  /frameworks/base/core/jni/
android_view_ThreadedRenderer.cpp 299 jlong proxyPtr, jfloat lightX, jfloat lightY, jfloat lightZ) {
301 proxy->setLightCenter((Vector3){lightX, lightY, lightZ});

Completed in 416 milliseconds