Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java302 public static final int FLAG_SUPPORTS_RTL = 1<<22; field in ApplicationInfo
530 return (flags & FLAG_SUPPORTS_RTL) == FLAG_SUPPORTS_RTL; in hasRtlSupport()
DPackageParser.java2010 ai.flags |= ApplicationInfo.FLAG_SUPPORTS_RTL; in parseApplication()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java147 mApplicationInfo.flags = mApplicationInfo.flags | ApplicationInfo.FLAG_SUPPORTS_RTL; in BridgeContext()
/frameworks/base/docs/html/sdk/api_diff/17/
DmissingSinces.txt239 NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_SUPPORTS_RTL
/frameworks/base/api/
Dcurrent.txt7035 field public static final int FLAG_SUPPORTS_RTL = 4194304; // 0x400000