/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/nestedscroll/ |
D | LargeTopAppBarNestedScrollConnection.kt | 38 onHeightChanged: (Float) -> Unit, in <lambda>() 71 onHeightChanged(currentHeight + amountConsumed) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImplTest.java | 124 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()
|
D | NotificationPanelViewControllerTest.java | 121 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/ |
D | NotificationGuts.java | 150 public void onHeightChanged(NotificationGuts guts); in onHeightChanged() method 393 protected void onHeightChanged() { in onHeightChanged() method in NotificationGuts 395 mHeightListener.onHeightChanged(this); in onHeightChanged()
|
D | NotificationGutsManager.java | 293 mListContainer.onHeightChanged( in bindGuts() 344 mListContainer.onHeightChanged(row, row.isShown() /* needsAnimation */); in initializeSnoozeView() 682 mListContainer.onHeightChanged(row, true /* needsAnimation */); in openGutsInternal()
|
D | ExpandableView.java | 355 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged() 915 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() method
|
D | NotificationSnooze.java | 347 mGutsContainer.onHeightChanged(); in showSnoozeOptions()
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/nestedscroll/ |
D | LargeTopAppBarNestedScrollConnectionTest.kt | 36 onHeightChanged = { height = it }, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowTest.java | 208 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/ |
D | QuickSettingsControllerImpl.java | 300 private final QS.HeightListener mQsHeightListener = this::onHeightChanged; 1560 void onHeightChanged() { in onHeightChanged() method in QuickSettingsControllerImpl 2188 onHeightChanged(); in onFragmentViewCreated()
|
D | NotificationPanelViewController.java | 4415 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 960 verify(listener).onHeightChanged(mNotificationShelf, false); in testSetMaxDisplayedNotifications_notifiesListeners()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 1940 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
|
D | NotificationStackScrollLayout.java | 577 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { 1020 mOnHeightChangedListener.onHeightChanged(view, needsAnimation); in notifyHeightChangeListener()
|