Searched refs:BIDI_FORCE_LTR (Results 1 - 5 of 5) sorted by relevance
/frameworks/layoutlib/bridge/src/android/text/ |
H A D | StaticLayout_Delegate.java | 98 int bidiFlags = isRtl ? Paint.BIDI_FORCE_RTL : Paint.BIDI_FORCE_LTR;
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | BidiRenderer.java | 303 case Paint.BIDI_FORCE_LTR:
|
H A D | Paint_Delegate.java | 1131 int bidiFlags = isRtl ? Paint.BIDI_FORCE_RTL : Paint.BIDI_FORCE_LTR; 1148 int bidiFlags = isRtl ? Paint.BIDI_FORCE_RTL : Paint.BIDI_FORCE_LTR;
|
/frameworks/base/graphics/java/android/graphics/ |
H A D | Paint.java | 281 public static final int BIDI_FORCE_LTR = 0x4; field in class:Paint 2288 contextIndex, contextCount, isRtl ? BIDI_FORCE_RTL : BIDI_FORCE_LTR, advances, 2295 contextIndex, contextCount, isRtl ? BIDI_FORCE_RTL : BIDI_FORCE_LTR, advances, 2415 contextStart, contextEnd, isRtl ? BIDI_FORCE_RTL : BIDI_FORCE_LTR, advances, 2422 end, contextStart, contextEnd, isRtl ? BIDI_FORCE_RTL : BIDI_FORCE_LTR, advances,
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | PaintTest.java | 331 p.setBidiFlags(Paint.BIDI_FORCE_LTR);
|
Completed in 114 milliseconds