Searched refs:FLAG_SUPPORTS_RTL (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DThemePreviewNavigationBar.java47 (context.getApplicationInfo().flags & ApplicationInfo.FLAG_SUPPORTS_RTL) != 0,
H A DStatusBar.java59 (context.getApplicationInfo().flags & ApplicationInfo.FLAG_SUPPORTS_RTL) != 0,
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java329 public static final int FLAG_SUPPORTS_RTL = 1<<22; field in class:ApplicationInfo
422 * {@link #FLAG_SUPPORTS_RTL}, {@link #FLAG_INSTALLED},
857 return (flags & FLAG_SUPPORTS_RTL) == FLAG_SUPPORTS_RTL;
H A DPackageParser.java2912 ai.flags |= ApplicationInfo.FLAG_SUPPORTS_RTL;
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java216 return (flags & ApplicationInfo.FLAG_SUPPORTS_RTL) != 0;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java211 mApplicationInfo.flags = mApplicationInfo.flags | ApplicationInfo.FLAG_SUPPORTS_RTL;

Completed in 159 milliseconds