Home
last modified time | relevance | path

Searched refs:hasRtlSupport (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/widget/
DExpandableListView.java293 return targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport(); in isRtlCompatibilityMode()
299 private boolean hasRtlSupport() { in hasRtlSupport() method in ExpandableListView
300 return mContext.getApplicationInfo().hasRtlSupport(); in hasRtlSupport()
DRelativeLayout.java1302 !c.getApplicationInfo().hasRtlSupport()); in LayoutParams()
DTextView.java518 || !context.getApplicationInfo().hasRtlSupport(); in Drawables()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java1379 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
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java221 boolean hasRtlSupport) { in BridgeContext() argument
238 if (hasRtlSupport) { in BridgeContext()
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java1169 return mContext.getApplicationInfo().hasRtlSupport() in isInRTLMode()
/frameworks/base/core/java/android/view/
DViewGroup.java8235 final boolean hasRtlSupport = c.getApplicationInfo().hasRtlSupport(); in MarginLayoutParams()
8237 if (targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport) { in MarginLayoutParams()
DView.java19691 private boolean hasRtlSupport() { in hasRtlSupport() method in View
19692 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()
/frameworks/base/config/
Dboot-image-profile.txt4007 HSPLandroid/content/pm/ApplicationInfo;->hasRtlSupport()Z
Dhiddenapi-greylist-max-o.txt81918 Landroid/widget/ExpandableListView;->hasRtlSupport()Z