Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHtmlDocument.java100 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes) { in createTag() argument
101 return createTag(element, attributes, null, null); in createTag()
109 List<TagAttribute> attributes, String originalHtmlBeforeAttributes, in createTag() argument
111 return new Tag(element, attributes, false, originalHtmlBeforeAttributes, in createTag()
120 List<TagAttribute> attributes) { in createSelfTerminatingTag() argument
121 return createSelfTerminatingTag(element, attributes, null, null); in createSelfTerminatingTag()
129 List<TagAttribute> attributes, String originalHtmlBeforeAttributes, in createSelfTerminatingTag() argument
131 return new Tag(element, attributes, true, originalHtmlBeforeAttributes, in createSelfTerminatingTag()
508 private List<TagAttribute> attributes; field in HtmlDocument.Tag
535 private Tag(HTML.Element element, List<TagAttribute> attributes, in Tag() argument
[all …]
DHtmlParser.java696 ArrayList<HtmlDocument.TagAttribute> attributes = null; in scanTag() local
741 if (attributes == null) { in scanTag()
742 attributes = new ArrayList<HtmlDocument.TagAttribute>(); in scanTag()
744 addAttribute(attributes, attributeScanner, nextAttributeStartPos, pos); in scanTag()
789 pos, isSingleTag, attributes); in scanTag()
848 ArrayList<HtmlDocument.TagAttribute> attributes) {
857 ? HtmlDocument.createSelfTerminatingTag(element, attributes,
859 : HtmlDocument.createTag(element, attributes,
888 ? HtmlDocument.createSelfTerminatingTag(element, attributes,
890 : HtmlDocument.createTag(element, attributes,
[all …]
DHTML4.java41 private static final HashMap<String,HTML.Attribute> attributes = Maps.newHashMap(); field in HTML4
72 return attributes.get(name.toLowerCase()); in lookupAttribute()
88 return Collections.unmodifiableMap(attributes); in getAllAttributes()
149 attributes.put(attribute, attr); in addAttribute()
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/
DDefaultNetworkRecommendationProvider.java335 Bundle attributes = new Bundle(); in parseScore() local
337 attributes.putBoolean( in parseScore()
343 attributes.putParcelable( in parseScore()
346 attributes.putParcelable( in parseScore()
349 attributes.putParcelable( in parseScore()
354 return new ScoredNetwork(networkKey, rssiCurve, meteredHint, attributes); in parseScore()
407 scoredNetwork.attributes); in get()
/packages/apps/Settings/src/com/android/settings/gestures/
DGesturePreference.java53 TypedArray attributes = context.getTheme().obtainStyledAttributes( in GesturePreference() local
58 int animation = attributes.getResourceId(R.styleable.GesturePreference_animation, 0); in GesturePreference()
67 mPreviewResource = attributes.getResourceId( in GesturePreference()
88 attributes.recycle(); in GesturePreference()
/packages/apps/Settings/src/com/android/settings/widget/
DVideoPreference.java53 TypedArray attributes = context.getTheme().obtainStyledAttributes( in VideoPreference() local
58 int animation = attributes.getResourceId(R.styleable.VideoPreference_animation, 0); in VideoPreference()
68 mPreviewResource = attributes.getResourceId( in VideoPreference()
81 attributes.recycle(); in VideoPreference()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCombinedInputOutput.java84 final HashMap<String, String> attributes = new HashMap<>(); in readDictionaryCombined() local
90 attributes.put(keyValue[0], keyValue[1]); in readDictionaryCombined()
93 attributes.remove(OPTIONS_TAG); in readDictionaryCombined()
95 new FusionDictionary(new PtNodeArray(), new DictionaryOptions(attributes)); in readDictionaryCombined()
DBinaryDictOffdeviceUtils.java188 final HashMap<String, String> attributes = in process() local
190 return new DictionaryHeader(totalHeaderSize, new DictionaryOptions(attributes), in process()
/packages/experimental/PrintService/src/foo/bar/printservice/
DCustomPrintOptionsActivity.java32 PrintAttributes attributes = new PrintAttributes.Builder() in onResume() local
39 builder.setAttributes(attributes); in onResume()
41 builder.setAttributes(attributes); in onResume()
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicRendererSurfaceView.java224 int[] attributes = { in printConfig() local
295 for (int i = 0; i < attributes.length; i++) { in printConfig()
296 int attribute = attributes[i]; in printConfig()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDownloadRecord.java30 public DownloadRecord(final String clientId, final ContentValues attributes) { in DownloadRecord() argument
32 mAttributes = attributes; in DownloadRecord()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderUtils.java398 final HashMap<String, String> attributes = new HashMap<>(); in decodeHeaderAttributes() local
400 attributes.put(keyValues.get(i), keyValues.get(i + 1)); in decodeHeaderAttributes()
402 return attributes; in decodeHeaderAttributes()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionary.java253 final HashMap<String, String> attributes = new HashMap<>(); in getHeader() local
259 attributes.put(attributeKey, attributeValue); in getHeader()
262 attributes.get(DictionaryHeader.HAS_HISTORICAL_INFO_KEY)); in getHeader()
263 return new DictionaryHeader(outHeaderSize[0], new DictionaryOptions(attributes), in getHeader()
/packages/apps/Camera2/src/com/android/camera/data/
DFilmstripItemAttributes.java44 private FilmstripItemAttributes(EnumSet<Attributes> attributes) { in FilmstripItemAttributes() argument
45 mAttributes = attributes; in FilmstripItemAttributes()
DFilmstripItemBase.java55 FilmstripItemAttributes attributes) { in FilmstripItemBase() argument
59 mAttributes = attributes; in FilmstripItemBase()
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/util/
DRoboCompatUtil.java96 public Bundle attributes(ScoredNetwork scoredNetwork) { in attributes() method in RoboCompatUtil
97 return scoredNetwork.attributes; in attributes()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java270 public DictionaryOptions(final HashMap<String, String> attributes) { in DictionaryOptions() argument
271 mAttributes = attributes; in DictionaryOptions()
/packages/inputmethods/LatinIME/dictionaries/
Dsample.combined5 # The file starts with a single CSV line with the header attributes. Whatever
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
DVpnProfileParser.java67 Attributes attributes) throws SAXException {
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java838 private synchronized void onTrackChanged(byte[] address, byte numAttributes, int[] attributes, in onTrackChanged() argument
850 for (int attr : attributes) { in onTrackChanged()
/packages/apps/Dialer/java/com/android/dialer/proguard/
Dproguard_base.flags7 # The presence of both of these attributes causes dalvik and other jvms to print
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java1974 final List<HtmlDocument.TagAttribute> attributes = in addNode() local
1976 for (HtmlDocument.TagAttribute attribute : attributes) { in addNode()
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile252 # For Microsoft's IDL there are propget and propput attributes to indicate getter
956 # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For …
961 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's
963 # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter …
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile252 # For Microsoft's IDL there are propget and propput attributes to indicate getter
956 # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For …
961 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's
963 # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter …
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in338 # For Microsoft's IDL there are propget and propput attributes to indicate
1349 # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
1357 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
1359 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).

12