Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DExpandableListView.java284 return targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport(); in isRtlCompatibilityMode()
290 private boolean hasRtlSupport() { in hasRtlSupport() method in ExpandableListView
291 return mContext.getApplicationInfo().hasRtlSupport(); in hasRtlSupport()
DRelativeLayout.java1276 !c.getApplicationInfo().hasRtlSupport()); in LayoutParams()
DTextView.java480 || !context.getApplicationInfo().hasRtlSupport(); in Drawables()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java1250 pw.println(prefix + "supportsRtl=" + (hasRtlSupport() ? "true" : "false")); in dump()
1350 proto.write(ApplicationInfoProto.Detail.SUPPORTS_RTL, hasRtlSupport()); in writeToProto()
1372 public boolean hasRtlSupport() { in hasRtlSupport() method in ApplicationInfo
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java225 boolean hasRtlSupport) { in BridgeContext() argument
242 if (hasRtlSupport) { in BridgeContext()
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java1170 return mContext.getApplicationInfo().hasRtlSupport() in isInRTLMode()
/frameworks/base/core/java/android/view/
DView.java17938 private boolean hasRtlSupport() { in hasRtlSupport() method in View
17939 return mContext.getApplicationInfo().hasRtlSupport(); in hasRtlSupport()
17948 return targetSdkVersion < Build.VERSION_CODES.JELLY_BEAN_MR1 || !hasRtlSupport(); in isRtlCompatibilityMode()
17988 if (hasRtlSupport()) { in resolveLayoutDirection()
24922 if (hasRtlSupport()) { in resolveTextDirection()
25159 if (hasRtlSupport()) { in resolveTextAlignment()
DViewGroup.java8010 final boolean hasRtlSupport = c.getApplicationInfo().hasRtlSupport(); in MarginLayoutParams()
8012 if (targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport) { in MarginLayoutParams()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1472 Landroid/content/pm/ApplicationInfo;->hasRtlSupport()Z
6407 Landroid/view/View;->hasRtlSupport()Z
Dhiddenapi-private-dex.txt16557 Landroid/content/pm/ApplicationInfo;->hasRtlSupport()Z
97259 Landroid/view/View;->hasRtlSupport()Z
102131 Landroid/widget/ExpandableListView;->hasRtlSupport()Z
Dboot-image-profile.txt17785 HSPLandroid/content/pm/ApplicationInfo;->hasRtlSupport()Z