Searched defs:setCameraDistance (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplayList.java554 * {@link View#setCameraDistance(float)} for more information on how to
559 * @see View#setCameraDistance(float)
562 public abstract void setCameraDistance(float distance); method in class:DisplayList
567 * @see #setCameraDistance(float)
H A DGLES20DisplayList.java345 public void setCameraDistance(float distance) { method in class:GLES20DisplayList
H A DView.java9034 * @see #setCameraDistance(float)
9076 * view.setCameraDistance(distance * scale);
9088 public void setCameraDistance(float distance) { method in class:View
9104 mDisplayList.setCameraDistance(-Math.abs(distance) / dpi);
9179 * accordingly. Refer to {@link #setCameraDistance(float)} for more information.
9188 * @see #setCameraDistance(float)
9230 * accordingly. Refer to {@link #setCameraDistance(float)} for more information.
9239 * @see #setCameraDistance(float)
13527 displayList.setCameraDistance(mTransformationInfo.mCamera.getLocationZ());
/frameworks/base/libs/hwui/
H A DDisplayList.h320 void setCameraDistance(float distance) { function in class:android::uirenderer::DisplayList

Completed in 143 milliseconds