Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustration.java222 return (flags & ApplicationInfo.FLAG_SUPPORTS_RTL) != 0; in shouldMirrorDrawable()
/frameworks/base/core/java/com/android/internal/pm/parsing/
DAppInfoUtils.java46 | flag(pkg.isRtlSupported(), ApplicationInfo.FLAG_SUPPORTS_RTL) in appInfoFlags()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DStatusBar.java80 (context.getApplicationInfo().flags & ApplicationInfo.FLAG_SUPPORTS_RTL) != 0, in StatusBar()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java404 public static final int FLAG_SUPPORTS_RTL = 1<<22; field in ApplicationInfo
1909 return (flags & FLAG_SUPPORTS_RTL) == FLAG_SUPPORTS_RTL; in hasRtlSupport()
DPackageParser.java3591 ai.flags |= ApplicationInfo.FLAG_SUPPORTS_RTL; in parseBaseApplication()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java1317 applicationInfo.flags |= ApplicationInfo.FLAG_SUPPORTS_RTL;
DNotificationRowContentBinderImpl.kt545 applicationInfo.flags = applicationInfo.flags or ApplicationInfo.FLAG_SUPPORTS_RTL in <lambda>()
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java950 | flag(pkg.isRtlSupported(), ApplicationInfo.FLAG_SUPPORTS_RTL) in appInfoFlags()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java273 mApplicationInfo.flags = mApplicationInfo.flags | ApplicationInfo.FLAG_SUPPORTS_RTL; in BridgeContext()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8384 field public static final int FLAG_SUPPORTS_RTL = 4194304; // 0x400000
/frameworks/base/core/api/
Dcurrent.txt12200 field public static final int FLAG_SUPPORTS_RTL = 4194304; // 0x400000