Searched refs:mQsFrame (Results 1 – 3 of 3) sorted by relevance
46 private FrameLayout mQsFrame; field in NotificationsQuickSettingsContainer65 mQsFrame = (FrameLayout) findViewById(R.id.qs_frame); in onFinishInflate()89 reloadWidth(mQsFrame, R.dimen.qs_panel_width); in onConfigurationChanged()115 View stackQsTop = qsBottom ? mStackScroller : mQsFrame; in drawChild()116 View stackQsBottom = !qsBottom ? mStackScroller : mQsFrame; in drawChild()119 if (child == mQsFrame) { in drawChild()
166 protected FrameLayout mQsFrame; field in NotificationPanelView417 mQsFrame = findViewById(R.id.qs_frame); in onFinishInflate()478 (FrameLayout.LayoutParams) mQsFrame.getLayoutParams(); in updateResources()482 mQsFrame.setLayoutParams(lp); in updateResources()1144 return (x >= mQsFrame.getX() in isInQsArea()1145 && x <= mQsFrame.getX() + mQsFrame.getWidth()) in isInQsArea()1762 final boolean onHeader = x >= mQsFrame.getX() in shouldQuickSettingsIntercept()1763 && x <= mQsFrame.getX() + mQsFrame.getWidth() in shouldQuickSettingsIntercept()2704 mQsFrame.setTranslationX(translation); in setHorizontalPanelTranslation()
79 private KeyguardBottomAreaView mQsFrame; field in NotificationPanelViewTest191 mQsFrame = NotificationPanelViewTest.this.mQsFrame; in TestableNotificationPanelView()