Searched refs:footer (Results 1 – 24 of 24) sorted by relevance
139 FooterPreference footer = mFragment.findPreference(FooterPreference.KEY_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedHighComplexityText() local141 assertThat(footer.getTitle()).isEqualTo(expectedTitle); in updatePreferencesOrFinish_footerPreferenceAddedHighComplexityText()155 FooterPreference footer = mFragment.findPreference(FooterPreference.KEY_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedMediumComplexityText() local157 assertThat(footer.getTitle()).isEqualTo(expectedTitle); in updatePreferencesOrFinish_footerPreferenceAddedMediumComplexityText()171 FooterPreference footer = mFragment.findPreference(FooterPreference.KEY_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedLowComplexityText() local173 assertThat(footer.getTitle()).isEqualTo(expectedTitle); in updatePreferencesOrFinish_footerPreferenceAddedLowComplexityText()187 FooterPreference footer = mFragment.findPreference(FooterPreference.KEY_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedNoneComplexityText() local189 assertThat(footer.getTitle()).isEqualTo(expectedTitle); in updatePreferencesOrFinish_footerPreferenceAddedNoneComplexityText()198 FooterPreference footer = mFragment.findPreference(FooterPreference.KEY_FOOTER); in updatePreferencesOrFinish_callingAppIsAdmin_noFooter() local199 assertThat(footer).isNull(); in updatePreferencesOrFinish_callingAppIsAdmin_noFooter()
419 for (FooterWrapper footer : mFooters) { in setIconAndDimTransitionProgress()420 if (footer != null) { in setIconAndDimTransitionProgress()421 footer.updateFooterOffset(); in setIconAndDimTransitionProgress()495 for (FooterWrapper footer : mFooters) { in onPageScroll()496 if (footer != null) { in onPageScroll()497 footer.mView.setAlpha(mFooterAlpha); in onPageScroll()548 for (FooterWrapper footer : mFooters) { in setFooter()549 if (footer != null) { in setFooter()550 footer.setVerticalShift(mStackHeight); in setFooter()551 mStackHeight += footer.mExpectedHeight; in setFooter()[all …]
76 for (LocationFooter footer : mLocationFooters) { in onCreateInternal()80 .getResourcesForApplication(footer.mApplicationInfo) in onCreateInternal()81 .getString(footer.mFooterStringRes); in onCreateInternal()84 + footer.mApplicationInfo.packageName); in onCreateInternal()97 sendBroadcast(footer.mComponentName, in onCreateInternal()101 mFooterInjectors.add(footer.mComponentName); in onCreateInternal()
118 View footer = mActivity.findViewById(R.id.footer);119 if (footer != null) {121 footer.getLocationOnScreen(location);222 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); in onConfigurationChanged()242 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); in onPause()266 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); in onResume()
162 final FooterPreferenceMixinCompat footer = mock(FooterPreferenceMixinCompat.class); in onCreate_emptyArguments_shouldSetDefaultNetworkTemplate() local163 ReflectionHelpers.setField(billingCycleSettings, "mFooterPreferenceMixin", footer); in onCreate_emptyArguments_shouldSetDefaultNetworkTemplate()164 when(footer.createFooterPreference()).thenReturn(mock(FooterPreference.class)); in onCreate_emptyArguments_shouldSetDefaultNetworkTemplate()
42 FooterPreference footer = in macAddress() local44 assertThat(footer.getTitle().toString()).endsWith(mDeviceConfig.getAddress()); in macAddress()
157 FooterPreference footer = new FooterPreference(getPrefContext()); in updatePrefs() local158 footer.setTitle(R.string.premium_sms_warning); in updatePrefs()159 screen.addPreference(footer); in updatePrefs()
35 public DarkUISettingsRadioButtonsController(Context context, Preference footer) { in DarkUISettingsRadioButtonsController() argument37 mFooter = footer; in DarkUISettingsRadioButtonsController()
171 final FooterPreference footer = mFooterPreferenceMixin.createFooterPreference(); in refreshUI() local172 footer.setTitle(R.string.no_device_admins); in refreshUI()173 footer.setVisible(mAdmins.isEmpty()); in refreshUI()
64 FooterPreferenceMixinCompat footer = new FooterPreferenceMixinCompat(this, in onCreatePreferences() local66 FooterPreference pref = footer.createFooterPreference(); in onCreatePreferences()
118 public void setFooter(boolean footer) { in setFooter() argument119 mIsFooter = footer; in setFooter()
278 View footer = mLayoutInflater.inflate(R.layout.work_tab_footer, parent, false); in onCreateViewHolder() local279 return new ViewHolder(footer); in onCreateViewHolder()
71 mFooter = container.findViewById(R.id.footer); in NotificationItemView()
505 FooterPreference footer = footerMixin.createFooterPreference(); in addPreferences() local506 footer.setTitle(getFooterString()); in addPreferences()
494 FooterPreference footer = footerMixin.createFooterPreference(); in addPreferences() local495 footer.setTitle(getFooterString()); in addPreferences()
1101 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each1103 # footer. See HTML_HEADER for more information on how to generate a default1104 # footer and what special commands can be used inside the footer. See also1105 # section "Doxygen usage" for information on how to generate the default footer1109 HTML_FOOTER = ./doc/misc/footer.html1174 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML1675 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the1676 # generated LaTeX document. The footer should contain everything after the last1677 # chapter. If it is left blank doxygen will generate a standard footer.1679 # Note: Only use a user-defined footer if you know what you are doing!
826 # The HTML_FOOTER tag can be used to specify a personal HTML footer for828 # standard footer.
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...