Searched defs:getElevation (Results 1 - 20 of 20) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java68 float elevation = getElevation(child, parent);
91 private static float getElevation(View child, ViewGroup parent) { method in class:ViewGroup_Delegate
/frameworks/base/location/java/android/location/
H A DGpsSatellite.java84 public float getElevation() { method in class:GpsSatellite
/frameworks/support/cardview/src/main/java/androidx/cardview/widget/
H A DCardViewApi21Impl.java82 public float getElevation(CardViewDelegate cardView) { method in class:CardViewApi21Impl
83 return cardView.getCardView().getElevation();
H A DCardViewImpl.java36 float getElevation(CardViewDelegate cardView); method in interface:CardViewImpl
H A DCardViewBaseImpl.java144 public float getElevation(CardViewDelegate cardView) { method in class:CardViewBaseImpl
/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java76 * {@link #setBackgroundDrawable(Drawable)}, {@link #getElevation()},
333 public float getElevation() { method in class:AutofillPopupWindow
/frameworks/base/core/java/android/app/
H A DActionBar.java1044 public float getElevation() { method in class:ActionBar
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java141 public float getElevation() { method in class:ToolbarActionBar
142 return mDecorToolbar.getViewGroup().getElevation();
H A DWindowDecorActionBar.java256 public float getElevation() { method in class:WindowDecorActionBar
257 return mContainerView.getElevation();
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DActionBar.java1035 public float getElevation() { method in class:ActionBar
H A DToolbarActionBar.java140 public float getElevation() { method in class:ToolbarActionBar
141 return ViewCompat.getElevation(mDecorToolbar.getViewGroup());
H A DWindowDecorActionBar.java253 public float getElevation() { method in class:WindowDecorActionBar
254 return ViewCompat.getElevation(mContainerView);
/frameworks/base/core/java/android/view/
H A DRenderNode.java474 public float getElevation() { method in class:RenderNode
H A DWindow.java1506 public float getElevation() { method in class:Window
H A DView.java15484 * {@link #getElevation() elevation} property.
15490 return getElevation() + getTranslationZ();
15496 * the x value passed in and the current {@link #getElevation() elevation} property.
15501 setTranslationZ(z - getElevation());
15510 public float getElevation() { method in class:View
15511 return mRenderNode.getElevation();
15520 if (elevation != getElevation()) {
15598 * The depth location of this view relative to its {@link #getElevation() elevation}.
15608 * Sets the depth location of this view relative to its {@link #getElevation() elevation}.
[all...]
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java553 public float getElevation() { method in class:PopupWindow
561 * @see #getElevation()
/frameworks/base/libs/hwui/
H A DRenderProperties.h239 float getElevation() const { return mPrimitiveFields.mElevation; } function in class:android::uirenderer::RenderProperties
273 bool setZ(float value) { return setTranslationZ(value - getElevation()); }
275 float getZ() const { return getElevation() + getTranslationZ(); }
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java2026 public static float getElevation(@NonNull View view) { method in class:ViewCompat
2028 return view.getElevation();
2034 * Sets the depth location of this view relative to its {@link #getElevation(View) elevation}.
2043 * The depth location of this view relative to its {@link #getElevation(View) elevation}.
2871 * {@link #getElevation(View) elevation} property.
2885 * the x value passed in and the current {@link #getElevation(View) elevation} property.
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1156 public float getElevation() { method in class:AssistStructure.ViewNode
2116 float elevation = node.getElevation();
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java319 mElevation = preservedWindow.getElevation();
1460 public float getElevation() { method in class:PhoneWindow

Completed in 1976 milliseconds