Searched refs:hasRtlSupport (Results 1 – 9 of 9) sorted by relevance
293 return targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport(); in isRtlCompatibilityMode()299 private boolean hasRtlSupport() { in hasRtlSupport() method in ExpandableListView300 return mContext.getApplicationInfo().hasRtlSupport(); in hasRtlSupport()
1303 !c.getApplicationInfo().hasRtlSupport()); in LayoutParams()
522 || !context.getApplicationInfo().hasRtlSupport(); in Drawables()
1453 pw.println(prefix + "supportsRtl=" + (hasRtlSupport() ? "true" : "false")); in dump()1560 proto.write(ApplicationInfoProto.Detail.SUPPORTS_RTL, hasRtlSupport()); in dumpDebug()1586 public boolean hasRtlSupport() { in hasRtlSupport() method in ApplicationInfo
229 boolean hasRtlSupport, in BridgeContext() argument248 if (hasRtlSupport) { in BridgeContext()
1169 return mContext.getApplicationInfo().hasRtlSupport() in isInRTLMode()
8490 final boolean hasRtlSupport = c.getApplicationInfo().hasRtlSupport(); in MarginLayoutParams()8492 if (targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport) { in MarginLayoutParams()
20061 private boolean hasRtlSupport() { in hasRtlSupport() method20062 return mContext.getApplicationInfo().hasRtlSupport(); in hasRtlSupport()20071 return targetSdkVersion < Build.VERSION_CODES.JELLY_BEAN_MR1 || !hasRtlSupport(); in isRtlCompatibilityMode()20111 if (hasRtlSupport()) { in resolveLayoutDirection()27303 if (hasRtlSupport()) { in resolveTextDirection()27559 if (hasRtlSupport()) { in resolveTextAlignment()
5472 HSPLandroid/content/pm/ApplicationInfo;->hasRtlSupport()Z22724 HSPLandroid/view/View;->hasRtlSupport()Z