Searched refs:footer (Results 1 – 25 of 26) sorted by relevance
12
171 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedHighComplexityText() local173 assertThat(footer.getTitle()).isEqualTo(expectedTitle); in updatePreferencesOrFinish_footerPreferenceAddedHighComplexityText()187 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedMediumComplexityText() local189 assertThat(footer.getTitle()).isEqualTo(expectedTitle); in updatePreferencesOrFinish_footerPreferenceAddedMediumComplexityText()203 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedLowComplexityText() local205 assertThat(footer.getTitle()).isEqualTo(expectedTitle); in updatePreferencesOrFinish_footerPreferenceAddedLowComplexityText()219 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedNoneComplexityText() local221 assertThat(footer.getTitle()).isEqualTo(expectedTitle); in updatePreferencesOrFinish_footerPreferenceAddedNoneComplexityText()230 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_callingAppIsAdmin_deviceProvisioned_footerInvisible() local231 assertThat(footer.isVisible()).isFalse(); in updatePreferencesOrFinish_callingAppIsAdmin_deviceProvisioned_footerInvisible()[all …]
188 final FooterPreference footer = findPreference(FOOTER_KEY); in updateFooterPreference() local189 if (footer == null) { in updateFooterPreference()193 addLinksToFooter(footer); in updateFooterPreference()197 void addLinksToFooter(FooterPreference footer) { in addLinksToFooter() argument203 CharSequence title = footer.getTitle() + System.lineSeparator(); in addLinksToFooter()207 footer.setTitle(title); in addLinksToFooter()
98 let mut footer: AvbFooter = unsafe { zeroed() }; in from() localVariable101 let footer_slice = from_raw_parts_mut(&mut footer as *mut _ as *mut u8, FOOTER_SIZE); in from()103 ensure!(avb_footer_validate_and_byteswap(&footer, &mut footer)); in from()106 image.seek(SeekFrom::Start(offset + footer.vbmeta_offset))?; in from()107 let vbmeta_size = footer.vbmeta_size as usize; in from()
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()
150 FooterBarMixin footer = getGlifLayout().getMixin(FooterBarMixin.class); in testFaceEnrollEducation_showFooterPrimaryButton() local151 FooterButton footerButton = footer.getPrimaryButton(); in testFaceEnrollEducation_showFooterPrimaryButton()161 FooterBarMixin footer = getGlifLayout().getMixin(FooterBarMixin.class); in testFaceEnrollEducation_showFooterSecondaryButton() local162 FooterButton footerButton = footer.getSecondaryButton(); in testFaceEnrollEducation_showFooterSecondaryButton()
333 FooterBarMixin footer = getGlifLayout(mActivity).getMixin(FooterBarMixin.class); in testFaceEnrollIntroduction_showFooterPrimaryButton() local334 FooterButton footerButton = footer.getPrimaryButton(); in testFaceEnrollIntroduction_showFooterPrimaryButton()345 FooterBarMixin footer = getGlifLayout(mActivity).getMixin(FooterBarMixin.class); in testFaceEnrollIntroduction_notShowFooterSecondaryButton() local346 FooterButton footerButton = footer.getSecondaryButton(); in testFaceEnrollIntroduction_notShowFooterSecondaryButton()
31 public TextBlockView(CharSequence text, CharSequence footer) { in TextBlockView() argument33 mFooter = footer; in TextBlockView()
36 CharSequence footer) { in DescriptiveTextView() argument40 mFooter = footer; in DescriptiveTextView()
48 FooterPreference footer = in macAddress() local50 assertThat(footer.getTitle().toString()).endsWith(mDeviceConfig.getAddress()); in macAddress()
621 final FooterPreference footer = findPreference(KEY_LOCK_SETTINGS_FOOTER); in addPreferences() local623 footer.setVisible(true); in addPreferences()624 footer.setTitle(getFooterString()); in addPreferences()633 footer.setVisible(true); in addPreferences()634 footer.setTitle(description); in addPreferences()655 footer.setLearnMoreText(setLockText); in addPreferences()656 footer.setLearnMoreAction(setLockClickListener); in addPreferences()658 footer.setVisible(false); in addPreferences()
152 FooterPreference footer = new FooterPreference(getPrefContext()); in updatePrefs() local153 footer.setTitle(R.string.premium_sms_warning); in updatePrefs()154 screen.addPreference(footer); in updatePrefs()
173 public void setFooter(boolean footer) { in setFooter() argument174 mIsFooter = footer; in setFooter()
607 final FooterPreference footer = new FooterPreference.Builder(context) in createFooterPreference() local610 footer.setIconVisibility(View.GONE); in createFooterPreference()613 footer.setLearnMoreAction(column.mLearnMoreClickListener); in createFooterPreference()615 footer.setLearnMoreText(column.mLearnMoreOverrideText); in createFooterPreference()618 root.addPreference(footer); in createFooterPreference()
65 payload-footer.img
10 footer : 8,
99 uint8_t footer = 0xb1; in TEST() local100 auto packet = ChildBuilder::Create(field_name, footer); in TEST()192 uint8_t footer = 0xb1; in TEST() local193 auto packet = ChildBuilder::Create(field_name, footer); in TEST()
577 &composite_image_filenames.footer, in assemble_disk_image()666 footer: temporary_directory.join(format!("composite-{}-footer.img", id)), in make_composite_image_filenames()678 footer: PathBuf, field
236 footer : 8, // fiexed size footer of 8 bits
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!
490 // 3. Add the hash footer. The partition size is set to (image size + 68KB)
826 # The HTML_FOOTER tag can be used to specify a personal HTML footer for828 # standard footer.
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...