Searched refs:expandableViewState (Results 1 – 2 of 2) sorted by relevance
22 private val expandableViewState = ExpandableViewState() regex31 whenever(notificationRow.viewState).thenReturn(expandableViewState)42 assertThat(expandableViewState.yTranslation).isEqualTo(stackScrollAlgorithm.mHeadsUpInset)57 assertThat(expandableViewState.yTranslation).isEqualTo(minHeadsUpTranslation)
353 private void setLocation(ExpandableViewState expandableViewState, float currentYPosition, in setLocation() argument355 expandableViewState.location = ExpandableViewState.LOCATION_MAIN_AREA; in setLocation()357 expandableViewState.location = ExpandableViewState.LOCATION_HIDDEN_TOP; in setLocation()