Searched refs:ELEVATION_LOW (Results 1 – 2 of 2) sorted by relevance
39 static final float ELEVATION_LOW = 0; field in ActionBarShadowController119 mAnchorView.setElevation(shouldShowShadow ? ELEVATION_HIGH : ELEVATION_LOW); in updateDropShadow()123 actionBar.setElevation(shouldShowShadow ? ELEVATION_HIGH : ELEVATION_LOW); in updateDropShadow()
77 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()