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()
291 public static final int BIDI_FORCE_RTL = 0x5; field in Paint297 private static final int BIDI_MAX_FLAG_VALUE = BIDI_FORCE_RTL;2599 isRtl ? BIDI_FORCE_RTL : BIDI_FORCE_LTR, advances, in getTextRunAdvances()2606 contextCount, isRtl ? BIDI_FORCE_RTL : BIDI_FORCE_LTR, advances, advancesIndex); in getTextRunAdvances()
367 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()
20919 Landroid/graphics/Paint;->BIDI_FORCE_RTL:I