Searched refs:FLAG_SUPPORTS_RTL (Results 1 – 8 of 8) sorted by relevance
324 public static final int FLAG_SUPPORTS_RTL = 1<<22; field in ApplicationInfo719 return (flags & FLAG_SUPPORTS_RTL) == FLAG_SUPPORTS_RTL; in hasRtlSupport()
2583 ai.flags |= ApplicationInfo.FLAG_SUPPORTS_RTL; in parseBaseApplication()
59 (context.getApplicationInfo().flags & ApplicationInfo.FLAG_SUPPORTS_RTL) != 0, in NavigationBar()
59 (context.getApplicationInfo().flags & ApplicationInfo.FLAG_SUPPORTS_RTL) != 0, in StatusBar()
214 return (flags & ApplicationInfo.FLAG_SUPPORTS_RTL) != 0; in shouldMirrorDrawable()
204 mApplicationInfo.flags = mApplicationInfo.flags | ApplicationInfo.FLAG_SUPPORTS_RTL; in BridgeContext()
8907 field public static final int FLAG_SUPPORTS_RTL = 4194304; // 0x400000
9164 field public static final int FLAG_SUPPORTS_RTL = 4194304; // 0x400000