Searched refs:hasRtlSupport (Results 1 – 10 of 10) 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()
1302 !c.getApplicationInfo().hasRtlSupport()); in LayoutParams()
518 || !context.getApplicationInfo().hasRtlSupport(); in Drawables()
1379 pw.println(prefix + "supportsRtl=" + (hasRtlSupport() ? "true" : "false")); in dump()1482 proto.write(ApplicationInfoProto.Detail.SUPPORTS_RTL, hasRtlSupport()); in writeToProto()1505 public boolean hasRtlSupport() { in hasRtlSupport() method in ApplicationInfo
221 boolean hasRtlSupport) { in BridgeContext() argument238 if (hasRtlSupport) { in BridgeContext()
1169 return mContext.getApplicationInfo().hasRtlSupport() in isInRTLMode()
8235 final boolean hasRtlSupport = c.getApplicationInfo().hasRtlSupport(); in MarginLayoutParams()8237 if (targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport) { in MarginLayoutParams()
19691 private boolean hasRtlSupport() { in hasRtlSupport() method in View19692 return mContext.getApplicationInfo().hasRtlSupport(); in hasRtlSupport()19701 return targetSdkVersion < Build.VERSION_CODES.JELLY_BEAN_MR1 || !hasRtlSupport(); in isRtlCompatibilityMode()19741 if (hasRtlSupport()) { in resolveLayoutDirection()26899 if (hasRtlSupport()) { in resolveTextDirection()27155 if (hasRtlSupport()) { in resolveTextAlignment()
4007 HSPLandroid/content/pm/ApplicationInfo;->hasRtlSupport()Z
81918 Landroid/widget/ExpandableListView;->hasRtlSupport()Z