Searched refs:mQs (Results 1 – 3 of 3) sorted by relevance
226 private QS mQs; field in NotificationPanelView463 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 …]
56 private final QS mQs; field in QSAnimator79 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()
83 private QS mQs; field in QSCustomizer170 mQs = qs; in setQs()241 mQs.notifyCustomizeChanged(); in setCustomizing()