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.java13743 * @see #setCameraDistance(float)
13779 * view.setCameraDistance(distance * scale);
13791 public void setCameraDistance(float distance) { method in class:View
13795 mRenderNode.setCameraDistance(-Math.abs(distance) / dpi);
13861 * accordingly. Refer to {@link #setCameraDistance(float)} for more information.
13870 * @see #setCameraDistance(float)
13905 * accordingly. Refer to {@link #setCameraDistance(float)} for more information.
13914 * @see #setCameraDistance(float)
/frameworks/base/libs/hwui/
H A DRenderProperties.h398 bool setCameraDistance(float distance) { function in class:android::uirenderer::RenderProperties

Completed in 6803 milliseconds