Home
last modified time | relevance | path

Searched refs:getElevation (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchUIUtilImpl.java37 originalElevation = view.getElevation(); in onDraw()
56 final float elevation = child.getElevation(); in findMaxElevation()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DActionBarShadowControllerTest.java96 assertThat(mView.getElevation()).isEqualTo(ActionBarShadowController.ELEVATION_LOW); in attachToView_customViewAsActionBar_shouldUpdateElevationOnScroll()
101 assertThat(mView.getElevation()).isEqualTo(ActionBarShadowController.ELEVATION_HIGH); in attachToView_customViewAsActionBar_shouldUpdateElevationOnScroll()
/frameworks/base/location/java/android/location/
DGpsSatellite.java84 public float getElevation() { in getElevation() method in GpsSatellite
/frameworks/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java74 float elevation = getElevation(child, parent); in drawShadow()
116 private static float getElevation(View child, ViewGroup parent) { in getElevation() method in ViewGroup_Delegate
/frameworks/base/libs/hwui/
DRenderProperties.h244 float getElevation() const { return mPrimitiveFields.mElevation; } in getElevation() function
278 bool setZ(float value) { return setTranslationZ(value - getElevation()); } in setZ()
280 float getZ() const { return getElevation() + getTranslationZ(); } in getZ()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DViewNodeTest.java83 assertThat(node.getElevation()).isWithin(1.0e-10f).of(0f); in testUnsupportedProperties()
/frameworks/base/core/java/com/android/internal/app/
DToolbarActionBar.java141 public float getElevation() { in getElevation() method in ToolbarActionBar
142 return mDecorToolbar.getViewGroup().getElevation(); in getElevation()
DWindowDecorActionBar.java259 public float getElevation() { in getElevation() method in WindowDecorActionBar
260 return mContainerView.getElevation(); in getElevation()
DChooserActivity.java717 final float defaultElevation = chooserHeader.getElevation(); in onCreate()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java1008 renderNode.setTranslationZ(value - renderNode.getElevation()); in setValue()
1047 return node.getElevation() + node.getTranslationZ(); in getValue()
DWindow.java1548 public float getElevation() { in getElevation() method in Window
DView.java17177 return getElevation() + getTranslationZ(); in getZ()
17188 setTranslationZ(z - getElevation()); in setZ()
17198 public float getElevation() { in getElevation() method in View
17199 return mRenderNode.getElevation(); in getElevation()
17208 if (elevation != getElevation()) { in setElevation()
29438 stream.addProperty("drawing:elevation", getElevation()); in encodeProperties()
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java333 public float getElevation() { in getElevation() method in AutofillPopupWindow
/frameworks/base/core/java/android/app/
DActionBar.java1047 public float getElevation() { in getElevation() method in ActionBar
DActivityTransitionCoordinator.java656 state.mElevation = view.getElevation(); in getOldSharedElementState()
811 sharedElementBundle.putFloat(KEY_ELEVATION, view.getElevation()); in captureSharedElementState()
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java931 public float getElevation() { in getElevation() method in RenderNode
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp387 return renderNode->stagingProperties().getElevation(); in android_view_RenderNode_getElevation()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1263 public float getElevation() { in getElevation() method in AssistStructure.ViewNode
2227 float elevation = node.getElevation(); in dump()
/frameworks/base/core/java/android/widget/
DMagnifier.java408 public float getElevation() { in getElevation() method in Magnifier
DPopupWindow.java594 public float getElevation() { in getElevation() method in PopupWindow
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java337 mElevation = preservedWindow.getElevation(); in PhoneWindow()
1479 public float getElevation() { in getElevation() method in PhoneWindow
DDecorView.java2437 && getElevation() != elevation) { in updateElevation()
/frameworks/base/non-updatable-api/
Dcurrent.txt3550 method public float getElevation();
7158 method public float getElevation();
15035 method public float getElevation();
23130 method @Deprecated public float getElevation();
51562 method public float getElevation();
57410 method @Px public float getElevation();
57599 method public float getElevation();
/frameworks/base/api/
Dcurrent.txt3550 method public float getElevation();
7158 method public float getElevation();
15035 method public float getElevation();
23130 method @Deprecated public float getElevation();
51706 method public float getElevation();
57554 method @Px public float getElevation();
57743 method public float getElevation();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3163 method public float getElevation();
13769 method public float getElevation();
33392 method public float getElevation();
37982 method public float getElevation();

12