HomeSort by relevance Sort by last modified time
    Searched full:paragraphstyle (Results 1 - 22 of 22) sorted by null

  /frameworks/base/core/java/android/text/style/
WrapTogetherSpan.java 20 extends ParagraphStyle
LineBackgroundSpan.java 23 extends ParagraphStyle
ParagraphStyle.java 23 public interface ParagraphStyle
AlignmentSpan.java 24 public interface AlignmentSpan extends ParagraphStyle {
LineHeightSpan.java 25 extends ParagraphStyle, WrapTogetherSpan
TabStopSpan.java 23 extends ParagraphStyle
LeadingMarginSpan.java 33 extends ParagraphStyle
  /external/chromium/chrome/browser/ui/cocoa/
hyperlink_button_cell.mm 69 scoped_nsobject<NSMutableParagraphStyle> paragraphStyle(
71 [paragraphStyle setAlignment:[self alignment]];
78 paragraphStyle.get(), NSParagraphStyleAttributeName,
search_engine_dialog_controller.mm 220 scoped_nsobject<NSMutableParagraphStyle> paragraphStyle(
222 [paragraphStyle setAlignment:NSCenterTextAlignment];
225 paragraphStyle.get(), NSParagraphStyleAttributeName,
  /external/chromium/webkit/glue/
webmenurunner_mac.mm 76 scoped_nsobject<NSMutableParagraphStyle> paragraphStyle(
78 [paragraphStyle setAlignment:rightAligned_ ? NSRightTextAlignment
83 [paragraphStyle setBaseWritingDirection:writingDirection];
84 [attrs setObject:paragraphStyle forKey:NSParagraphStyleAttributeName];
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPopupMenuProxyMac.mm 71 RetainPtr<NSMutableParagraphStyle> paragraphStyle(AdoptNS, [[NSParagraphStyle defaultParagraphStyle] mutableCopy]);
73 [paragraphStyle.get() setBaseWritingDirection:writingDirection];
74 [paragraphStyle.get() setAlignment:menuTextDirection == LTR ? NSLeftTextAlignment : NSRightTextAlignment];
76 paragraphStyle.get(), NSParagraphStyleAttributeName,
  /external/webkit/Source/WebCore/platform/mac/
PopupMenuMac.mm 102 RetainPtr<NSMutableParagraphStyle> paragraphStyle(AdoptNS, [[NSParagraphStyle defaultParagraphStyle] mutableCopy]);
103 [paragraphStyle.get() setAlignment:menuTextDirection == LTR ? NSLeftTextAlignment : NSRightTextAlignment];
105 [paragraphStyle.get() setBaseWritingDirection:writingDirection];
111 [attributes setObject:paragraphStyle.get() forKey:NSParagraphStyleAttributeName];
HTMLConverter.mm     [all...]
  /frameworks/base/core/java/android/text/
Spannable.java 35 * {@link android.text.style.ParagraphStyle}, and
Html.java 37 import android.text.style.ParagraphStyle;
156 next = text.nextSpanTransition(i, len, ParagraphStyle.class);
157 ParagraphStyle[] style = text.getSpans(i, next, ParagraphStyle.class);
421 Object[] obj = mSpannableStringBuilder.getSpans(0, mSpannableStringBuilder.length(), ParagraphStyle.class);
BoringLayout.java 22 import android.text.style.ParagraphStyle;
293 Object[] styles = sp.getSpans(0, length, ParagraphStyle.class);
Layout.java 29 import android.text.style.ParagraphStyle;
45 private static final ParagraphStyle[] NO_PARA_SPANS =
46 ArrayUtils.emptyArray(ParagraphStyle.class);
232 ParagraphStyle[] spans = NO_PARA_SPANS;
334 ParagraphStyle.class);
335 spans = getParagraphSpans(sp, start, spanEnd, ParagraphStyle.class);
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 69 import android.text.style.ParagraphStyle;
    [all...]
  /frameworks/base/
preloaded-classes 720 android.text.style.ParagraphStyle
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 89 import android.text.style.ParagraphStyle;
    [all...]
  /frameworks/base/docs/html/
sitemap.txt     [all...]

Completed in 1627 milliseconds