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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java66 float elevation = getElevation(child, parent);
88 private static float getElevation(View child, ViewGroup parent) { method in class:ViewGroup_Delegate
/frameworks/base/location/java/android/location/
H A DGpsSatellite.java80 public float getElevation() { method in class:GpsSatellite
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DCardViewApi21.java76 public float getElevation(CardViewDelegate cardView) { method in class:CardViewApi21
77 return ((View) cardView).getElevation();
/frameworks/support/v7/cardview/base/android/support/v7/widget/
H A DCardViewImpl.java32 float getElevation(CardViewDelegate cardView); method in interface:CardViewImpl
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DCardViewEclairMr1.java133 public float getElevation(CardViewDelegate cardView) { method in class:CardViewEclairMr1
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java42 public static float getElevation(View view) { method in class:ViewCompatLollipop
43 return view.getElevation();
/frameworks/base/core/java/android/app/
H A DActionBar.java1019 public float getElevation() { method in class:ActionBar
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java139 public float getElevation() { method in class:ToolbarActionBar
140 return mDecorToolbar.getViewGroup().getElevation();
H A DWindowDecorActionBar.java257 public float getElevation() { method in class:WindowDecorActionBar
258 return mContainerView.getElevation();
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java1015 public float getElevation() { method in class:ActionBar
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java149 public float getElevation() { method in class:ToolbarActionBar
150 return ViewCompat.getElevation(mDecorToolbar.getViewGroup());
H A DWindowDecorActionBar.java254 public float getElevation() { method in class:WindowDecorActionBar
255 return ViewCompat.getElevation(mContainerView);
/frameworks/base/core/java/android/view/
H A DRenderNode.java467 public float getElevation() { method in class:RenderNode
H A DView.java11833 * {@link #getElevation() elevation} property.
11839 return getElevation() + getTranslationZ();
11845 * the x value passed in and the current {@link #getElevation() elevation} property.
11850 setTranslationZ(z - getElevation());
11859 public float getElevation() { method in class:View
11860 return mRenderNode.getElevation();
11869 if (elevation != getElevation()) {
11946 * The depth location of this view relative to its {@link #getElevation() elevation}.
11956 * Sets the depth location of this view relative to its {@link #getElevation() elevation}.
22480 stream.addProperty("drawing:elevation", getElevation());
[all...]
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java424 public float getElevation() { method in class:PopupWindow
432 * @see #getElevation()
/frameworks/base/libs/hwui/
H A DRenderProperties.h261 float getElevation() const { function in class:android::uirenderer::RenderProperties
312 return setTranslationZ(value - getElevation());
316 return getElevation() + getTranslationZ();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java348 public float getElevation(View view); method in interface:ViewCompat.ViewCompatImpl
756 public float getElevation(View view) { method in class:ViewCompat.BaseViewCompatImpl
959 return getTranslationZ(view) + getElevation(view);
1422 public float getElevation(View view) { method in class:ViewCompat.LollipopViewCompatImpl
1423 return ViewCompatLollipop.getElevation(view);
2559 public static float getElevation(View view) { method in class:ViewCompat
2560 return IMPL.getElevation(view);
2564 * Sets the depth location of this view relative to its {@link #getElevation(View) elevation}.
2571 * The depth location of this view relative to its {@link #getElevation(View) elevation}.
3020 * {@link #getElevation(Vie
[all...]
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java811 public float getElevation() { method in class:AssistStructure.ViewNode
1386 float elevation = node.getElevation();

Completed in 616 milliseconds