Searched defs:hasRtlSupport (Results 1 - 4 of 4) 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();
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java1121 pw.println(prefix + "supportsRtl=" + (hasRtlSupport() ? "true" : "false"));
1143 public boolean hasRtlSupport() { method in class:ApplicationInfo
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java221 boolean hasRtlSupport) {
238 if (hasRtlSupport) {
215 BridgeContext(Object projectKey, @NonNull DisplayMetrics metrics, @NonNull RenderResources renderResources, @NonNull AssetRepository assets, @NonNull LayoutlibCallback layoutlibCallback, @NonNull Configuration config, int targetSdkVersion, boolean hasRtlSupport) argument
/frameworks/base/core/java/android/view/
H A DView.java17046 private boolean hasRtlSupport() { method in class:View
17047 return mContext.getApplicationInfo().hasRtlSupport();
17056 return targetSdkVersion < Build.VERSION_CODES.JELLY_BEAN_MR1 || !hasRtlSupport();
17096 if (hasRtlSupport()) {
23807 if (hasRtlSupport()) {
24044 if (hasRtlSupport()) {

Completed in 258 milliseconds