Searched refs:getElevation (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DWindow.java1396 public float getElevation() { method in class:Window
H A DView.java12777 * {@link #getElevation() elevation} property.
12783 return getElevation() + getTranslationZ();
12789 * the x value passed in and the current {@link #getElevation() elevation} property.
12794 setTranslationZ(z - getElevation());
12803 public float getElevation() { method in class:View
12804 return mRenderNode.getElevation();
12813 if (elevation != getElevation()) {
12890 * The depth location of this view relative to its {@link #getElevation() elevation}.
12900 * Sets the depth location of this view relative to its {@link #getElevation() elevation}.
23837 stream.addProperty("drawing:elevation", getElevation());
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java772 return getImpl().getElevation();
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java811 public float getElevation() { method in class:AssistStructure.ViewNode
1386 float elevation = node.getElevation();
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp417 return renderNode->stagingProperties().getElevation();
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java535 public float getElevation() { method in class:PopupWindow
543 * @see #getElevation()
/frameworks/base/libs/hwui/
H A DRenderNode.cpp162 pprops->set_elevation(properties().getElevation());
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java1084 if (ViewCompat.getElevation(child) != mDrawerElevation) {
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java312 mElevation = preservedWindow.getElevation();
1438 public float getElevation() { method in class:PhoneWindow
H A DDecorView.java2173 && getElevation() != elevation) {

Completed in 445 milliseconds

12