Home
last modified time | relevance | path

Searched refs:mQs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java226 private QS mQs; field in NotificationPanelView
463 if (mQs != null) { in NotificationPanelView()
464 mQs.animateHeaderSlidingOut(); in NotificationPanelView()
709 if (mQs != null) { in onLayout()
710 mQsMinExpansionHeight = mKeyguardShowing ? 0 : mQs.getQsMinExpansionHeight(); in onLayout()
711 mQsMaxExpansionHeight = mQs.getDesiredHeight(); in onLayout()
736 if (mQsSizeChangeAnimator == null && mQs != null) { in onLayout()
737 mQs.setHeightOverride(mQs.getDesiredHeight()); in onLayout()
785 mQs.setHeightOverride(height); in startQsSizeChangeAnimation()
852 return (mQs != null ? mQs.getHeader().getHeight() : 0) + mQsPeekHeight in getUnlockedStackScrollerPadding()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java56 private final QS mQs; field in QSAnimator
79 mQs = qs; in QSAnimator()
158 mNumQuickTiles = mQuickQsPanel.getNumQuickTiles(mQs.getContext()); in onTuningChanged()
192 int height = mQs.getView() != null ? mQs.getView().getMeasuredHeight() : 0; in updateAnimators()
193 int width = mQs.getView() != null ? mQs.getView().getMeasuredWidth() : 0; in updateAnimators()
194 int heightDiff = height - mQs.getHeader().getBottom() in updateAnimators()
195 + mQs.getHeader().getPaddingBottom(); in updateAnimators()
205 View view = mQs.getView(); in updateAnimators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java83 private QS mQs; field in QSCustomizer
170 mQs = qs; in setQs()
241 mQs.notifyCustomizeChanged(); in setCustomizing()