Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt200 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewBelowShelf_completelyInShelf() constant
227 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf() constant
254 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf() constant
281 val expandableView = mock(ExpandableView::class.java) in getAmountInShelf_lastViewAboveShelf_notInShelf() constant
DNotificationStackSizeCalculatorTest.kt283 val expandableView = createMockRow(10f, isSticky = true) in <lambda>() constant
302 val expandableView = createMockRow(rowHeight) in <lambda>() constant
322 val expandableView = createMockRow(rowHeight) in <lambda>() constant
DStackScrollAlgorithmTest.kt407 val expandableView = mock(ExpandableView::class.java) in <lambda>() constant
423 val expandableView = mock(ExpandableView::class.java) in <lambda>() constant
439 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.java63 public boolean isViewAffectedBySwipe(ExpandableView expandableView) { in isViewAffectedBySwipe()
DStackScrollAlgorithm.java888 ExpandableView expandableView = (ExpandableView) child; in getMaxAllowedChildHeight() local
DNotificationStackScrollLayout.java2726 ExpandableView expandableView = (ExpandableView) child; in onViewRemoved() local
2962 ExpandableView expandableView = (ExpandableView) view; in getIntrinsicHeight() local
4373 ExpandableView expandableView = mTmpSortedChildren.get(i); in updateViewShadows() local
DNotificationStackScrollLayoutController.java855 public boolean isViewAffectedBySwipe(ExpandableView expandableView) { in isViewAffectedBySwipe()
/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