Searched refs:hasRtlSupport (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java284 return targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport();
290 private boolean hasRtlSupport() { method in class:ExpandableListView
291 return mContext.getApplicationInfo().hasRtlSupport();
H A DRelativeLayout.java1260 !c.getApplicationInfo().hasRtlSupport());
H A DTextView.java390 !context.getApplicationInfo().hasRtlSupport());
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java837 pw.println(prefix + "supportsRtl=" + (hasRtlSupport() ? "true" : "false"));
856 public boolean hasRtlSupport() { method in class:ApplicationInfo
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java193 boolean hasRtlSupport) {
210 if (hasRtlSupport) {
187 BridgeContext(Object projectKey, DisplayMetrics metrics, RenderResources renderResources, AssetRepository assets, LayoutlibCallback layoutlibCallback, Configuration config, int targetSdkVersion, boolean hasRtlSupport) argument
/frameworks/base/core/java/android/view/
H A DView.java15114 private boolean hasRtlSupport() { method in class:View
15115 return mContext.getApplicationInfo().hasRtlSupport();
15124 return targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport();
15164 if (hasRtlSupport()) {
21578 if (hasRtlSupport()) {
21815 if (hasRtlSupport()) {
H A DViewGroup.java7262 final boolean hasRtlSupport = c.getApplicationInfo().hasRtlSupport();
7264 if (targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport) {
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1091 return mContext.getApplicationInfo().hasRtlSupport()

Completed in 496 milliseconds