Home
last modified time | relevance | path

Searched refs:onHeightChanged (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/nestedscroll/
DLargeTopAppBarNestedScrollConnection.kt38 onHeightChanged: (Float) -> Unit, in <lambda>()
71 onHeightChanged(currentHeight + amountConsumed) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplTest.java124 mQsController.onHeightChanged(); in interceptTouch_downBetweenFullyCollapsedAndExpanded()
135 mQsController.onHeightChanged(); in onTouch_moveActionSetsCorrectExpansionHeight()
278 mQsController.onHeightChanged(); in updateExpansion_expandImmediateOrAlreadyExpanded_usesFullSquishiness()
296 mQsController.onHeightChanged(); in updateExpansion_partiallyExpanded_fullscreenFalse()
310 mQsController.onHeightChanged(); in updateExpansion_fullyExpanded_fullscreenTrue()
323 mQsController.onHeightChanged(); in updateExpansion_notExpanded_fullscreenFalse()
478 mQsController.onHeightChanged(); in setSplitShadeHeightProperties()
485 mQsController.onHeightChanged(); in setDefaultHeightProperties()
DNotificationPanelViewControllerTest.java121 listener.onHeightChanged(mock(ExpandableView.class), false); in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications()
137 listener.onHeightChanged(mock(ExpandableView.class), false); in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java150 public void onHeightChanged(NotificationGuts guts); in onHeightChanged() method
393 protected void onHeightChanged() { in onHeightChanged() method in NotificationGuts
395 mHeightListener.onHeightChanged(this); in onHeightChanged()
DNotificationGutsManager.java293 mListContainer.onHeightChanged( in bindGuts()
344 mListContainer.onHeightChanged(row, row.isShown() /* needsAnimation */); in initializeSnoozeView()
682 mListContainer.onHeightChanged(row, true /* needsAnimation */); in openGutsInternal()
DExpandableView.java355 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()
915 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() method
DNotificationSnooze.java347 mGutsContainer.onHeightChanged(); in showSnoozeOptions()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/nestedscroll/
DLargeTopAppBarNestedScrollConnectionTest.kt36 onHeightChanged = { height = it }, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java208 verify(listener).onHeightChanged(eq(row), eq(true)); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()
231 verify(listener).onHeightChanged(eq(group), eq(true)); in testSetSensitiveOnGroupRowNotifiesOfHeightChange()
260 verify(listener, never()).onHeightChanged(eq(publicRow), anyBoolean()); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java300 private final QS.HeightListener mQsHeightListener = this::onHeightChanged;
1560 void onHeightChanged() { in onHeightChanged() method in QuickSettingsControllerImpl
2188 onHeightChanged(); in onFragmentViewCreated()
DNotificationPanelViewController.java4415 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java960 verify(listener).onHeightChanged(mNotificationShelf, false); in testSetMaxDisplayedNotifications_notifiesListeners()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1940 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
DNotificationStackScrollLayout.java577 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
1020 mOnHeightChangedListener.onHeightChanged(view, needsAnimation); in notifyHeightChangeListener()