Searched refs:DEFAULT_LTR_INSTANCE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java200 return isRtlContext ? DEFAULT_RTL_INSTANCE : DEFAULT_LTR_INSTANCE;
219 private static final BidiFormatter DEFAULT_LTR_INSTANCE = new BidiFormatter( field in class:BidiFormatter
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java196 return isRtlContext ? DEFAULT_RTL_INSTANCE : DEFAULT_LTR_INSTANCE;
215 private static final BidiFormatter DEFAULT_LTR_INSTANCE = new BidiFormatter( field in class:BidiFormatter

Completed in 396 milliseconds