Home
last modified time | relevance | path

Searched defs:expandableView (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculatorTest.kt330 val expandableView = createMockRow(10f, isSticky = true) in <lambda>() constant
350 val expandableView = createMockRow(10f, isPromotedOngoing = true) in <lambda>() constant
369 val expandableView = createMockRow(rowHeight) in <lambda>() constant
389 val expandableView = createMockRow(rowHeight) in <lambda>() constant
DNotificationShelfTest.kt483 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewBelowShelf_completelyInShelf() constant
513 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf() constant
543 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf() constant
573 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewAboveShelf_notInShelf() constant
661 val expandableView = mock(ExpandableView::class.java) in updateState_lastViewAlmostBelowShelf_completelyInShelf() constant
DStackScrollAlgorithmTest.kt863 val expandableView = mock<ExpandableView>() in <lambda>() constant
879 val expandableView = mock<ExpandableView>() in <lambda>() constant
895 val expandableView = mock<ExpandableView>() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java154 ExpandableView expandableView = (ExpandableView) view; in applyToView() local
193 ExpandableView expandableView = (ExpandableView) child; in animateTo() local
DNotificationRoundnessManager.java63 public boolean isViewAffectedBySwipe(ExpandableView expandableView) { in isViewAffectedBySwipe()
DNotificationStackScrollLayout.java2898 ExpandableView expandableView = (ExpandableView) child; in onViewRemoved() local
4685 ExpandableView expandableView = mTmpSortedChildren.get(i); in updateViewShadows() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DDragDownHelperTest.kt51 private val expandableView: ExpandableView = mock() constant in com.android.systemui.statusbar.DragDownHelperTest
DPulseExpansionHandlerTest.kt61 private val expandableView: ExpandableView = mock() constant in com.android.systemui.statusbar.PulseExpansionHandlerTest