Home
last modified time | relevance | path

Searched refs:ELEVATION_LOW (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/ActionBarShadow/src/com/android/settingslib/widget/
DActionBarShadowController.java39 static final float ELEVATION_LOW = 0; field in ActionBarShadowController
119 mAnchorView.setElevation(shouldShowShadow ? ELEVATION_HIGH : ELEVATION_LOW); in updateDropShadow()
123 actionBar.setElevation(shouldShowShadow ? ELEVATION_HIGH : ELEVATION_LOW); in updateDropShadow()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DActionBarShadowControllerTest.java77 verify(mActionBar).setElevation(ActionBarShadowController.ELEVATION_LOW); in attachToView_shouldAddScrollWatcherAndUpdateActionBar()
86 verify(mActionBar).setElevation(ActionBarShadowController.ELEVATION_LOW); in attachToView_scrollView_shouldAddScrollWatcherAndUpdateActionBar()
96 assertThat(mView.getElevation()).isEqualTo(ActionBarShadowController.ELEVATION_LOW); in attachToView_customViewAsActionBar_shouldUpdateElevationOnScroll()