Searched refs:lastVisibleBackgroundChild (Results 1 – 2 of 2) sorted by relevance
343 val lastVisibleBackgroundChild = mock<ExpandableView>() in updateState_withNullLastVisibleBackgroundChild_hideShelf() constant345 whenever(lastVisibleBackgroundChild.viewState).thenReturn(expandableViewState) in updateState_withNullLastVisibleBackgroundChild_hideShelf()349 whenever(ambientState.lastVisibleBackgroundChild).thenReturn(null) in updateState_withNullLastVisibleBackgroundChild_hideShelf()369 val lastVisibleBackgroundChild = mock<ExpandableView>() in updateState_withNullFirstViewInShelf_hideShelf() constant371 whenever(lastVisibleBackgroundChild.viewState).thenReturn(expandableViewState) in updateState_withNullFirstViewInShelf_hideShelf()372 whenever(ambientState.lastVisibleBackgroundChild).thenReturn(lastVisibleBackgroundChild) in updateState_withNullFirstViewInShelf_hideShelf()394 val lastVisibleBackgroundChild = mock<ExpandableView>() in updateState_withCollapsedShade_hideShelf() constant396 whenever(lastVisibleBackgroundChild.viewState).thenReturn(expandableViewState) in updateState_withCollapsedShade_hideShelf()397 whenever(ambientState.lastVisibleBackgroundChild).thenReturn(lastVisibleBackgroundChild) in updateState_withCollapsedShade_hideShelf()421 val lastVisibleBackgroundChild = mock<ExpandableView>() in updateState_withHiddenSectionBeforeShelf_hideShelf() constant[all …]
520 ExpandableView lastVisibleBackgroundChild) { in setLastVisibleBackgroundChild() argument521 mLastVisibleBackgroundChild = lastVisibleBackgroundChild; in setLastVisibleBackgroundChild()