Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
DAddionalAngleFields.java117 public AddionalAngleFields.elevationType getElevation() { in getElevation() method in AddionalAngleFields
186 return getElevation() != null; in getComponents()
198 return getElevation(); in getComponents()
221 + getElevation().toIndentedString(indent); in getComponents()
/cts/tests/tests/widget/src/android/widget/cts/
DMagnifierTest.java172 assertEquals(elevation, magnifier.getElevation(), 0f); in testBuilder_setsPropertiesCorrectly_whenTheyAreValid()
231 assertEquals(elevation, magnifier.getElevation(), 0.01f); in testMagnifierDefaultParameters_withDeprecatedConstructor()
260 assertEquals(elevation, magnifier.getElevation(), 0.01f); in testMagnifierDefaultParameters_withBuilder()
DPopupWindowTest.java1612 assertEquals(2.0f, mPopupWindow.getElevation(), 0.0f); in testAccessElevation()
1617 assertEquals(4.0f, mPopupWindow.getElevation(), 0.0f); in testAccessElevation()
1622 assertEquals(10.0f, mPopupWindow.getElevation(), 0.0f); in testAccessElevation()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DRenderNodeTests.java61 assertEquals(0, renderNode.getElevation(), 0.01f); in testDefaults()
/cts/tools/release-parser/tests/resources/
DShell.apk.pb.txt2445 name: "getElevation"
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4732 assertEquals("Incorrect elevation", offset, view.getElevation(), 0.0f); in testTranslationSetter()