Home
last modified time | relevance | path

Searched refs:expansionChanged (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractor.kt220 val expansionChanged = oldExpansion != expansion in <lambda>() constant
250 if (expansionChanged) { in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java170 void expansionChanged(boolean isExpanded); in expansionChanged() method
1201 mBubbleBarViewCallback.expansionChanged(/* isExpanded = */ false); in startBubbleDrag()
1225 mBubbleBarViewCallback.expansionChanged(/* isExpanded = */ true); in stopBubbleDrag()
1239 mBubbleBarViewCallback.expansionChanged(/* isExpanded = */ true); in dragBubbleToDismiss()
1889 public void expansionChanged(boolean isExpanded) {
1956 public void expansionChanged(boolean isExpanded) {
2081 mBubbleViewCallback.expansionChanged(/* expanded= */ false);
2091 mBubbleViewCallback.expansionChanged(/* expanded= */ true);