Searched refs:ELEVATION_HIGH (Results 1 – 2 of 2) sorted by relevance
37 static final float ELEVATION_HIGH = 8; field in ActionBarShadowController119 mAnchorView.setElevation(shouldShowShadow ? ELEVATION_HIGH : ELEVATION_LOW); in updateDropShadow()123 actionBar.setElevation(shouldShowShadow ? ELEVATION_HIGH : ELEVATION_LOW); in updateDropShadow()
101 assertThat(mView.getElevation()).isEqualTo(ActionBarShadowController.ELEVATION_HIGH); in attachToView_customViewAsActionBar_shouldUpdateElevationOnScroll()