Home | History | Annotate | Download | only in text

Lines Matching defs:isRtlContext

164          * @param isRtlContext Whether the context is RTL or not.
166 private void initialize(boolean isRtlContext) {
167 mIsRtlContext = isRtlContext;
197 private static BidiFormatter getDefaultInstanceFromContext(boolean isRtlContext) {
198 return isRtlContext ? DEFAULT_RTL_INSTANCE : DEFAULT_LTR_INSTANCE;
258 * @param isRtlContext Whether the context directionality is RTL or not.
262 BidiFormatter(boolean isRtlContext, int flags, TextDirectionHeuristicCompat heuristic) {
263 mIsRtlContext = isRtlContext;
271 public boolean isRtlContext() {