Home
last modified time | relevance | path

Searched refs:hasRtlSupport (Results 1 – 9 of 9) 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.java1303 !c.getApplicationInfo().hasRtlSupport()); in LayoutParams()
DTextView.java522 || !context.getApplicationInfo().hasRtlSupport(); in Drawables()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java1453 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
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java229 boolean hasRtlSupport, in BridgeContext() argument
248 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.java8490 final boolean hasRtlSupport = c.getApplicationInfo().hasRtlSupport(); in MarginLayoutParams()
8492 if (targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport) { in MarginLayoutParams()
DView.java20061 private boolean hasRtlSupport() { in hasRtlSupport() method
20062 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()
/frameworks/base/config/
Dboot-image-profile.txt5472 HSPLandroid/content/pm/ApplicationInfo;->hasRtlSupport()Z
22724 HSPLandroid/view/View;->hasRtlSupport()Z