Searched defs:expandableView (Results 1 – 8 of 8) sorted by relevance
330 val expandableView = createMockRow(10f, isSticky = true) in <lambda>() constant350 val expandableView = createMockRow(10f, isPromotedOngoing = true) in <lambda>() constant369 val expandableView = createMockRow(rowHeight) in <lambda>() constant389 val expandableView = createMockRow(rowHeight) in <lambda>() constant
483 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewBelowShelf_completelyInShelf() constant513 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf() constant543 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf() constant573 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewAboveShelf_notInShelf() constant661 val expandableView = mock(ExpandableView::class.java) in updateState_lastViewAlmostBelowShelf_completelyInShelf() constant
863 val expandableView = mock<ExpandableView>() in <lambda>() constant879 val expandableView = mock<ExpandableView>() in <lambda>() constant895 val expandableView = mock<ExpandableView>() in <lambda>() constant
154 ExpandableView expandableView = (ExpandableView) view; in applyToView() local193 ExpandableView expandableView = (ExpandableView) child; in animateTo() local
63 public boolean isViewAffectedBySwipe(ExpandableView expandableView) { in isViewAffectedBySwipe()
2898 ExpandableView expandableView = (ExpandableView) child; in onViewRemoved() local4685 ExpandableView expandableView = mTmpSortedChildren.get(i); in updateViewShadows() local
51 private val expandableView: ExpandableView = mock() constant in com.android.systemui.statusbar.DragDownHelperTest
61 private val expandableView: ExpandableView = mock() constant in com.android.systemui.statusbar.PulseExpansionHandlerTest