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

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java148 * @param rtlContext Whether the context directionality is RTL.
150 public Builder(boolean rtlContext) { argument
151 initialize(rtlContext);
244 * @param rtlContext Whether the context directionality is RTL.
246 public static BidiFormatter getInstance(boolean rtlContext) { argument
247 return new Builder(rtlContext).build();
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java144 * @param rtlContext Whether the context directionality is RTL.
146 public Builder(boolean rtlContext) { argument
147 initialize(rtlContext);
240 * @param rtlContext Whether the context directionality is RTL.
242 public static BidiFormatter getInstance(boolean rtlContext) { argument
243 return new Builder(rtlContext).build();

Completed in 158 milliseconds