Searched refs:mLookForRtl (Results 1 – 2 of 2) sorted by relevance
208 private final boolean mLookForRtl; field in TextDirectionHeuristics.AnyStrong216 if (mLookForRtl) { in checkRtl()222 if (!mLookForRtl) { in checkRtl()232 return mLookForRtl ? STATE_FALSE : STATE_TRUE; in checkRtl()238 this.mLookForRtl = lookForRtl; in AnyStrong()
202 private final boolean mLookForRtl; field in TextDirectionHeuristicsCompat.AnyStrong210 if (mLookForRtl) { in checkRtl()216 if (!mLookForRtl) { in checkRtl()226 return mLookForRtl ? STATE_FALSE : STATE_TRUE; in checkRtl()232 this.mLookForRtl = lookForRtl; in AnyStrong()