Searched refs:mFooter (Results 1 – 6 of 6) sorted by relevance
110 private final @Nullable RemoteViews mFooter; field in FillResponse146 r.mFooter, in shallowCopy()186 mFooter = footer; in FillResponse()216 mFooter = builder.mFooter; in FillResponse()290 return mFooter; in getFooter()397 private RemoteViews mFooter; field in FillResponse.Builder518 if (mHeader != null || mFooter != null) { in setAuthentication()702 if (mHeader != null || mFooter != null) { in setAuthentication()1021 mFooter = Objects.requireNonNull(footer); in setFooter()1141 if (mDatasets == null && (mHeader != null || mFooter != null)) { in build()[all …]
117 private final @Nullable View mFooter; field in FillUi237 mFooter = null; in FillUi()307 mFooter = footerPresentation.applyWithTheme( in FillUi()309 applyCancelAction(mFooter, response.getCancelIds()); in FillUi()312 footerContainer.addView(mFooter); in FillUi()315 mFooter = null; in FillUi()318 mFooter = null; in FillUi()558 if (mFooter != null) { in updateContentSize()559 mFooter.measure(widthMeasureSpec, heightMeasureSpec); in updateContentSize()560 changed |= updateWidth(mFooter, maxSize); in updateContentSize()[all …]
105 private QSFooter mFooter; field in QSImpl244 mFooter = qsComponent.getQSFooter(); in onComponentCreated()436 mFooter.disable(state1, state2, animate); in disable()454 mFooter.setVisibility(footerVisible ? View.VISIBLE : View.INVISIBLE); in updateQsState()458 mFooter.setExpanded((keyguardShowing && !mHeaderAnimating && !mShowCollapsedOnKeyguard) in updateQsState()540 mFooter.setKeyguardShowing(keyguardShowing); in setKeyguardShowing()674 mFooter.setExpansion(onKeyguardAndExpanded ? 1 : expansion); in setQsExpansion()879 mFooter.setVisibility(!customizing ? View.VISIBLE : View.INVISIBLE); in notifyCustomizeChanged()
87 protected View mFooter; field in QSPanel435 mFooter = findViewById(R.id.qs_footer); in onFinishInflate()475 if (mFooter != null) { in switchAllContentToParent()477 switchToParent(mFooter, parent, index); in switchAllContentToParent()
102 @Mock private QSFooter mFooter; field in QSImplTest634 when(mQsComponent.getQSFooter()).thenReturn(mFooter); in setupQsComponent()
48206 Landroid/service/autofill/FillResponse$Builder;->mFooter:Landroid/widget/RemoteViews;48234 Landroid/service/autofill/FillResponse;->mFooter:Landroid/widget/RemoteViews;