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

12

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DWindowDecorActionBar.java252 public float getElevation() { method in class:WindowDecorActionBar
253 return ViewCompat.getElevation(mContainerView);
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp322 return renderNode->stagingProperties().getElevation();
/frameworks/base/libs/hwui/
H A DRenderNode.cpp122 pprops->set_elevation(properties().getElevation());
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java776 return getImpl().getElevation();
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1125 public float getElevation() { method in class:AssistStructure.ViewNode
1981 float elevation = node.getElevation();
/frameworks/base/core/java/android/view/
H A DWindow.java1493 public float getElevation() { method in class:Window
H A DView.java14658 * {@link #getElevation() elevation} property.
14664 return getElevation() + getTranslationZ();
14670 * the x value passed in and the current {@link #getElevation() elevation} property.
14675 setTranslationZ(z - getElevation());
14684 public float getElevation() { method in class:View
14685 return mRenderNode.getElevation();
14694 if (elevation != getElevation()) {
14771 * The depth location of this view relative to its {@link #getElevation() elevation}.
14781 * Sets the depth location of this view relative to its {@link #getElevation() elevation}.
26188 stream.addProperty("drawing:elevation", getElevation());
[all...]
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java553 public float getElevation() { method in class:PopupWindow
561 * @see #getElevation()
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java1063 if (ViewCompat.getElevation(child) != mDrawerElevation) {
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java318 mElevation = preservedWindow.getElevation();
1459 public float getElevation() { method in class:PhoneWindow
H A DDecorView.java2296 && getElevation() != elevation) {

Completed in 418 milliseconds

12