Home
last modified time | relevance | path

Searched refs:FLAG_SUPPORTS_RTL (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java324 public static final int FLAG_SUPPORTS_RTL = 1<<22; field in ApplicationInfo
719 return (flags & FLAG_SUPPORTS_RTL) == FLAG_SUPPORTS_RTL; in hasRtlSupport()
DPackageParser.java2583 ai.flags |= ApplicationInfo.FLAG_SUPPORTS_RTL; in parseBaseApplication()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DNavigationBar.java59 (context.getApplicationInfo().flags & ApplicationInfo.FLAG_SUPPORTS_RTL) != 0, in NavigationBar()
DStatusBar.java59 (context.getApplicationInfo().flags & ApplicationInfo.FLAG_SUPPORTS_RTL) != 0, in StatusBar()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustration.java214 return (flags & ApplicationInfo.FLAG_SUPPORTS_RTL) != 0; in shouldMirrorDrawable()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java204 mApplicationInfo.flags = mApplicationInfo.flags | ApplicationInfo.FLAG_SUPPORTS_RTL; in BridgeContext()
/frameworks/base/api/
Dcurrent.txt8907 field public static final int FLAG_SUPPORTS_RTL = 4194304; // 0x400000
Dsystem-current.txt9164 field public static final int FLAG_SUPPORTS_RTL = 4194304; // 0x400000