Searched refs:expandableViewState (Results 1 – 3 of 3) sorted by relevance
415 assertFalse(expandableViewState.hidden)431 assertTrue(expandableViewState.hidden)447 assertFalse(expandableViewState.hidden)468 expandableViewState.headsUpIsVisible = true483 expandableViewState.headsUpIsVisible = true528 expandableViewState.yTranslation = 50f541 expandableViewState.yTranslation = -10f554 expandableViewState.height = 20555 expandableViewState.yTranslation = -100f570 expandableViewState.height = 20[all …]
372 val expandableViewState = ExpandableViewState() regex373 whenever(lastVisibleBackgroundChild.viewState).thenReturn(expandableViewState)399 val expandableViewState = ExpandableViewState() regex400 whenever(lastVisibleBackgroundChild.viewState).thenReturn(expandableViewState)425 val expandableViewState = ExpandableViewState() regex426 whenever(lastVisibleBackgroundChild.viewState).thenReturn(expandableViewState)453 val expandableViewState = ExpandableViewState() regex454 whenever(lastVisibleBackgroundChild.viewState).thenReturn(expandableViewState)
466 private void setLocation(ExpandableViewState expandableViewState, float currentYPosition, in setLocation() argument468 expandableViewState.location = ExpandableViewState.LOCATION_MAIN_AREA; in setLocation()470 expandableViewState.location = ExpandableViewState.LOCATION_HIDDEN_TOP; in setLocation()