HomeSort by relevance Sort by last modified time
    Searched defs:isRtlContext (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/text/
BidiFormatter.java 166 * @param isRtlContext Whether the context is RTL or not.
168 private void initialize(boolean isRtlContext) {
169 mIsRtlContext = isRtlContext;
199 private static BidiFormatter getDefaultInstanceFromContext(boolean isRtlContext) {
200 return isRtlContext ? DEFAULT_RTL_INSTANCE : DEFAULT_LTR_INSTANCE;
260 * @param isRtlContext Whether the context directionality is RTL or not.
264 private BidiFormatter(boolean isRtlContext, int flags, TextDirectionHeuristic heuristic) {
265 mIsRtlContext = isRtlContext;
273 public boolean isRtlContext() {
    [all...]
  /frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java 162 * @param isRtlContext Whether the context is RTL or not.
164 private void initialize(boolean isRtlContext) {
165 mIsRtlContext = isRtlContext;
195 private static BidiFormatter getDefaultInstanceFromContext(boolean isRtlContext) {
196 return isRtlContext ? DEFAULT_RTL_INSTANCE : DEFAULT_LTR_INSTANCE;
256 * @param isRtlContext Whether the context directionality is RTL or not.
260 private BidiFormatter(boolean isRtlContext, int flags, TextDirectionHeuristicCompat heuristic) {
261 mIsRtlContext = isRtlContext;
269 public boolean isRtlContext() {
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 293 milliseconds