/packages/apps/Mms/src/com/android/mms/dom/smil/ |
D | SmilRegionElementImpl.java | 64 String fit = getAttribute(FIT_ATTRIBUTE_NAME); in getFit() 80 return parseRegionLength(getAttribute(LEFT_ATTRIBUTE_NAME), true); in getLeft() 88 int right = parseRegionLength(getAttribute(RIGHT_ATTRIBUTE_NAME), true); in getLeft() 89 int width = parseRegionLength(getAttribute(WIDTH_ATTRIBUTE_NAME), true); in getLeft() 101 return parseRegionLength(getAttribute(TOP_ATTRIBUTE_NAME), false); in getTop() 109 int bottom = parseRegionLength(getAttribute(BOTTOM_ATTRIBUTE_NAME), false); in getTop() 110 int height = parseRegionLength(getAttribute(HEIGHT_ATTRIBUTE_NAME), false); in getTop() 122 return Integer.parseInt(this.getAttribute(Z_INDEX_ATTRIBUTE_NAME)); in getZIndex() 156 return this.getAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME); in getBackgroundColor() 161 final int height = parseRegionLength(getAttribute(HEIGHT_ATTRIBUTE_NAME), false); in getHeight() [all …]
|
D | SmilMediaElementImpl.java | 137 return this.getAttribute("abstract"); in getAbstractAttr() 141 return this.getAttribute("alt"); in getAlt() 145 return this.getAttribute("author"); in getAuthor() 149 return this.getAttribute("clipBegin"); in getClipBegin() 153 return this.getAttribute("clipEnd"); in getClipEnd() 157 return this.getAttribute("copyright"); in getCopyright() 161 return this.getAttribute("longdesc"); in getLongdesc() 165 return this.getAttribute("port"); in getPort() 169 return this.getAttribute("readIndex"); in getReadIndex() 173 return this.getAttribute("rtpformat"); in getRtpformat() [all …]
|
D | ElementTimeImpl.java | 73 String[] beginTimeStringList = mSmilElement.getAttribute("begin").split(";"); in getBegin() 113 String durString = mSmilElement.getAttribute("dur"); in getDur() 127 String[] endTimeStringList = mSmilElement.getAttribute("end").split(";"); in getEnd() 176 String fill = mSmilElement.getAttribute(FILL_ATTRIBUTE_NAME); in getFill() 209 if (((mSmilElement.getAttribute("dur").length() == 0) && in getFill() 210 (mSmilElement.getAttribute("end").length() == 0) && in getFill() 211 (mSmilElement.getAttribute("repeatCount").length() == 0) && in getFill() 212 (mSmilElement.getAttribute("repeatDur").length() == 0)) || in getFill() 221 String fillDefault = mSmilElement.getAttribute(FILLDEFAULT_ATTRIBUTE_NAME); in getFillDefault() 255 String repeatCount = mSmilElement.getAttribute("repeatCount"); in getRepeatCount() [all …]
|
D | SmilRootLayoutElementImpl.java | 36 return this.getAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME); in getBackgroundColor() 40 String heightString = this.getAttribute(HEIGHT_ATTRIBUTE_NAME); in getHeight() 45 return this.getAttribute(TITLE_ATTRIBUTE_NAME); in getTitle() 49 String widthString = this.getAttribute(WIDTH_ATTRIBUTE_NAME); in getWidth()
|
D | SmilRegionMediaElementImpl.java | 40 if (region.getId().equals(this.getAttribute("region"))) { in getRegion()
|
D | SmilLayoutElementImpl.java | 38 return this.getAttribute("type"); in getType()
|
D | ElementParallelTimeContainerImpl.java | 50 String endsync = mSmilElement.getAttribute(ENDSYNC_ATTRIBUTE_NAME); in getEndSync()
|
/packages/apps/UnifiedEmail/assets/ |
D | script.js | 79 value = div.getAttribute(attrName); 161 contentValues = [metaViewport.getAttribute("content")]; 163 contentValues.push(metaViewport.getAttribute("data-zoom-off")); 165 contentValues.push(metaViewport.getAttribute("data-zoom-on")); 447 this.style[property] = savedProperty ? this.getAttribute(savedProperty) : ""; 644 blockedSrc = image.getAttribute(BLOCKED_SRC_ATTR);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | HtmlUtils.java | 145 HtmlDocument.TagAttribute attr = lastSeen.tag.getAttribute(HTML4.HREF_ATTRIBUTE); in handleEnd() 175 HtmlDocument.TagAttribute attr = wrapper.tag.getAttribute(HTML4.COLOR_ATTRIBUTE); in handleFont() 185 attr = wrapper.tag.getAttribute(HTML4.SIZE_ATTRIBUTE); in handleFont() 195 attr = wrapper.tag.getAttribute(HTML4.FACE_ATTRIBUTE); in handleFont()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | ThemeUtils.java | 29 public static int getAttribute(Theme theme, int attrId) { in getAttribute() method in ThemeUtils 39 return getAttribute(theme, android.R.attr.selectableItemBackground); in getSelectableItemBackground() 46 return getAttribute(theme, android.R.attr.activatedBackgroundIndicator); in getActivatedBackground()
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
D | HtmlDocument.java | 577 public TagAttribute getAttribute(HTML.Attribute attr) { in getAttribute() method in HtmlDocument.Tag 580 if (attribute.getAttribute().equals(attr)) { in getAttribute() 596 if (attribute.getAttribute().equals(attr)) { in getAttributes() 791 public HTML.Attribute getAttribute() { in getAttribute() method in HtmlDocument.TagAttribute
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
D | HtmlDocument.java | 576 public TagAttribute getAttribute(HTML.Attribute attr) { in getAttribute() method in HtmlDocument.Tag 579 if (attribute.getAttribute().equals(attr)) { in getAttribute() 595 if (attribute.getAttribute().equals(attr)) { in getAttributes() 790 public HTML.Attribute getAttribute() { in getAttribute() method in HtmlDocument.TagAttribute
|
/packages/providers/CalendarProvider/ |
D | maketests.py | 105 startTime = w.getAttribute("startTime") 106 endTime = w.getAttribute("endTime")
|
/packages/apps/Gallery/src/com/android/camera/ |
D | MenuHelper.java | 322 String value = exif.getAttribute(ExifInterface.TAG_MAKE); in showExifInformation() 329 value = exif.getAttribute(ExifInterface.TAG_MODEL); in showExifInformation()
|
/packages/apps/Mms/src/com/android/mms/dom/ |
D | ElementImpl.java | 44 public String getAttribute(String name) { in getAttribute() method in ElementImpl
|