Searched refs:mSecurityFooter (Results 1 – 3 of 3) sorted by relevance
69 private View mSecurityFooter; field in QSPanelTest82 mSecurityFooter = new View(mContext); in setup()125 mQsPanel.setSecurityFooter(mSecurityFooter); in testSecurityFooterAtEndNoMedia_portrait()128 assertEquals(children - 1, mQsPanel.indexOfChild(mSecurityFooter)); in testSecurityFooterAtEndNoMedia_portrait()139 mQsPanel.setSecurityFooter(mSecurityFooter); in testSecurityFooterRightBeforeMedia_portrait()141 int securityFooterIndex = mQsPanel.indexOfChild(mSecurityFooter); in testSecurityFooterRightBeforeMedia_portrait()155 mQsPanel.setSecurityFooter(mSecurityFooter); in testSecurityFooterRightBeforeMedia_portrait_configChange()159 int securityFooterIndex = mQsPanel.indexOfChild(mSecurityFooter); in testSecurityFooterRightBeforeMedia_portrait_configChange()172 mQsPanel.setSecurityFooter(mSecurityFooter); in testSecurityFooterInHeader_landscape()174 verify(mHeaderContainer).addView(mSecurityFooter, 0); in testSecurityFooterInHeader_landscape()
88 protected View mSecurityFooter; field in QSPanel380 if (mSecurityFooter != null) { in switchSecurityFooter()384 switchToParent(mSecurityFooter, mHeaderContainer, 0); in switchSecurityFooter()392 if (mSecurityFooter.getParent() == this && indexOfChild(mSecurityFooter) < index) { in switchSecurityFooter()397 switchToParent(mSecurityFooter, this, index); in switchSecurityFooter()670 mSecurityFooter = view; in setSecurityFooter()
75 private final QSSecurityFooter mSecurityFooter; field in QSAnimator119 mSecurityFooter = securityFooter; in QSAnimator()422 builder.addFloat(mSecurityFooter.getView(), "alpha", 0, 1); in updateAnimators()431 mAllViews.add(mSecurityFooter.getView()); in updateAnimators()