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

/frameworks/base/core/java/android/view/
H A DRenderNode.java685 * {@link View#setCameraDistance(float)} for more information on how to
690 * @see View#setCameraDistance(float)
693 public boolean setCameraDistance(float distance) { method in class:RenderNode
700 * @see #setCameraDistance(float)
H A DView.java11037 * @see #setCameraDistance(float)
11073 * view.setCameraDistance(distance * scale);
11085 public void setCameraDistance(float distance) { method in class:View
11089 mRenderNode.setCameraDistance(-Math.abs(distance) / dpi);
11155 * accordingly. Refer to {@link #setCameraDistance(float)} for more information.
11164 * @see #setCameraDistance(float)
11199 * accordingly. Refer to {@link #setCameraDistance(float)} for more information.
11208 * @see #setCameraDistance(float)
/frameworks/base/libs/hwui/
H A DRenderProperties.h395 bool setCameraDistance(float distance) { function in class:android::uirenderer::RenderProperties

Completed in 3005 milliseconds