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

/frameworks/base/core/java/android/view/
H A DRenderNode.java672 * {@link View#setCameraDistance(float)} for more information on how to
677 * @see View#setCameraDistance(float)
680 public boolean setCameraDistance(float distance) { method in class:RenderNode
687 * @see #setCameraDistance(float)
H A DView.java13811 * @see #setCameraDistance(float)
13847 * view.setCameraDistance(distance * scale);
13859 public void setCameraDistance(float distance) { method in class:View
13863 mRenderNode.setCameraDistance(-Math.abs(distance) / dpi);
13929 * accordingly. Refer to {@link #setCameraDistance(float)} for more information.
13938 * @see #setCameraDistance(float)
13973 * accordingly. Refer to {@link #setCameraDistance(float)} for more information.
13982 * @see #setCameraDistance(float)
/frameworks/base/libs/hwui/
H A DRenderProperties.h398 bool setCameraDistance(float distance) { function in class:android::uirenderer::RenderProperties

Completed in 170 milliseconds