Searched refs:shouldCollapse (Results 1 – 9 of 9) sorted by relevance
119 assertThat(mController.shouldCollapse()).isFalse(); in testShouldCollapse_doNotCollapseIfNotDragged()126 assertThat(mController.shouldCollapse()).isFalse(); in testShouldCollapse_doNotCollapseIfVelocityDown()133 assertThat(mController.shouldCollapse()).isFalse(); in tesShouldCollapse_doNotCollapseIfVelocityUpIsSmall()140 assertThat(mController.shouldCollapse()).isTrue(); in testShouldCollapse_collapseIfVelocityUpIsLarge()146 assertThat(mController.shouldCollapse()).isTrue(); in testShouldCollapse_collapseIfPastThreshold()164 assertThat(mController.shouldCollapse()).isFalse(); in testReset()
52 boolean shouldCollapse(); in shouldCollapse() method
161 public boolean shouldCollapse() { in shouldCollapse() method in ExpandedViewAnimationControllerImpl
234 .collect { shouldCollapse -> if (shouldCollapse) scrimOffset.snapTo(0f) } in NotificationScrollingStack() method
1677 private boolean shouldCollapse() { in shouldCollapse() method in Toolbar1816 setMeasuredDimension(measuredWidth, shouldCollapse() ? 0 : measuredHeight); in onMeasure()
805 if (mExpandedViewAnimationController.shouldCollapse()) {
20761 HSPLandroid/widget/Toolbar;->shouldCollapse()Z
20825 HSPLandroid/widget/Toolbar;->shouldCollapse()Z
70198 Landroid/widget/Toolbar;->shouldCollapse()Z