Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt186 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewBelowShelf_completelyInShelf() constant
213 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf() constant
240 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf() constant
267 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewAboveShelf_notInShelf() constant
DNotificationStackSizeCalculatorTest.kt207 val expandableView = createMockRow(rowHeight) in <lambda>() constant
226 val expandableView = createMockRow(rowHeight) in <lambda>() constant
DStackScrollAlgorithmTest.kt345 val expandableView = mock(ExpandableView::class.java) in <lambda>() constant
361 val expandableView = mock(ExpandableView::class.java) in <lambda>() constant
377 val expandableView = mock(ExpandableView::class.java) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java147 ExpandableView expandableView = (ExpandableView) view; in applyToView() local
192 ExpandableView expandableView = (ExpandableView) child; in animateTo() local
DNotificationRoundnessManager.java111 public boolean isViewAffectedBySwipe(ExpandableView expandableView) { in isViewAffectedBySwipe()
249 ExpandableView expandableView = (ExpandableView) view; in getRoundnessDefaultValue() local
DStackScrollAlgorithm.java873 ExpandableView expandableView = (ExpandableView) child; in getMaxAllowedChildHeight() local
DNotificationStackScrollLayoutController.java842 public boolean isViewAffectedBySwipe(ExpandableView expandableView) { in isViewAffectedBySwipe()
DNotificationStackScrollLayout.java2828 ExpandableView expandableView = (ExpandableView) child; in onViewRemoved() local
3024 ExpandableView expandableView = (ExpandableView) view; in getIntrinsicHeight() local
4493 ExpandableView expandableView = mTmpSortedChildren.get(i); in updateViewShadows() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DDragDownHelperTest.kt49 private val expandableView: ExpandableView = mock() constant in com.android.systemui.statusbar.DragDownHelperTest
DPulseExpansionHandlerTest.kt64 private val expandableView: ExpandableView = mock() constant in com.android.systemui.statusbar.PulseExpansionHandlerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java1001 public static void resetLegacyOnScrollRoundness(ExpandableView expandableView) { in resetLegacyOnScrollRoundness()