Searched refs:mFooter (Results 1 – 5 of 5) sorted by relevance
51 private final NotificationFooterLayout mFooter; field in NotificationItemView71 mFooter = container.findViewById(R.id.footer); in NotificationItemView()80 mFooter.setContainer(this); in NotificationItemView()90 if (mContainer.indexOfChild(mFooter) >= 0) { in removeFooter()91 mContainer.removeView(mFooter); in removeFooter()107 if (mContainer.indexOfChild(mFooter) >= 0) { in removeAllViews()108 mContainer.removeView(mFooter); in removeAllViews()171 mFooter.addNotificationInfo(notificationInfos.get(i)); in applyNotificationInfos()173 mFooter.commitNotificationInfos(); in applyNotificationInfos()185 mFooter.animateFirstNotificationTo(sTempRect, (newMainNotification) -> { in trimNotifications()[all …]
45 private Preference mFooter; field in DarkUISettings57 mFooter = new FooterPreference(context); in onAttach()58 mFooter.setIcon(android.R.color.transparent); in onAttach()59 mController = new DarkUISettingsRadioButtonsController(context, mFooter); in onAttach()83 screen.addPreference(mFooter); in addStaticPreferences()
33 private Preference mFooter; field in DarkUISettingsRadioButtonsController37 mFooter = footer; in DarkUISettingsRadioButtonsController()66 mFooter.setSummary(R.string.dark_ui_settings_dark_summary); in updateFooter()71 mFooter.setSummary(R.string.dark_ui_settings_light_summary); in updateFooter()
151 private View mFooter; field in Folder226 mFooter = findViewById(R.id.folder_footer); in onFinishInflate()231 mFooter.measure(measureSpec, measureSpec); in onFinishInflate()232 mFooterHeight = mFooter.getMeasuredHeight(); in onFinishInflate()257 mFooter.setImportantForAccessibility(enable in startDrag()535 - mFooter.getPaddingLeft() - mFooter.getPaddingRight(); in animateOpen()1007 mFooter.setPadding(mContent.getPaddingLeft() + cellIconGap, in onMeasure()1008 mFooter.getPaddingTop(), in onMeasure()1010 mFooter.getPaddingBottom()); in onMeasure()1012 mFooter.measure(contentAreaWidthSpec, in onMeasure()
167 private View mFooter; field in AnimatedAdapter492 return mShowCustomFooter ? mFooter : mDefaultFooter; in getView()810 return mShowCustomFooter ? mFooter : mDefaultFooter; in getItem()897 mFooter = footerView; in addFooter()