Searched refs:hasRtlSupport (Results 1 – 7 of 7) 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()
516 || !context.getApplicationInfo().hasRtlSupport(); in Drawables()
1377 pw.println(prefix + "supportsRtl=" + (hasRtlSupport() ? "true" : "false")); in dump()1480 proto.write(ApplicationInfoProto.Detail.SUPPORTS_RTL, hasRtlSupport()); in writeToProto()1503 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()
8191 final boolean hasRtlSupport = c.getApplicationInfo().hasRtlSupport(); in MarginLayoutParams()8193 if (targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport) { in MarginLayoutParams()