Searched refs:BIDI_FORCE_RTL (Results 1 – 6 of 6) sorted by relevance
126 int bidiFlags = mIsRtl ? Paint.BIDI_FORCE_RTL : Paint.BIDI_FORCE_LTR; in addTo()
313 public static final int BIDI_FORCE_RTL = 0x5; field in Paint319 private static final int BIDI_MAX_FLAG_VALUE = BIDI_FORCE_RTL;2645 isRtl ? BIDI_FORCE_RTL : BIDI_FORCE_LTR, advances, in getTextRunAdvances()2652 contextCount, isRtl ? BIDI_FORCE_RTL : BIDI_FORCE_LTR, advances, advancesIndex); in getTextRunAdvances()
368 case Paint.BIDI_FORCE_RTL: in getIcuFlags()
1159 int bidiFlags = isRtl ? Paint.BIDI_FORCE_RTL : Paint.BIDI_FORCE_LTR; in nGetRunAdvance()1175 int bidiFlags = isRtl ? Paint.BIDI_FORCE_RTL : Paint.BIDI_FORCE_LTR; in nGetOffsetForAdvance()
322 p.setBidiFlags(Paint.BIDI_FORCE_RTL); in testMeasureTextBidi()
20910 Landroid/graphics/Paint;->BIDI_FORCE_RTL:I