HomeSort by relevance Sort by last modified time
    Searched refs:hasRtlSupport (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 637 pw.println(prefix + "supportsRtl=" + (hasRtlSupport() ? "true" : "false"));
645 public boolean hasRtlSupport() {
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 286 return targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport();
292 private boolean hasRtlSupport() {
293 return mContext.getApplicationInfo().hasRtlSupport();
    [all...]
RelativeLayout.java     [all...]
TextView.java 342 !context.getApplicationInfo().hasRtlSupport());
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 147 boolean hasRtlSupport) {
157 if (hasRtlSupport) {
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
ViewGroup.java     [all...]

Completed in 1201 milliseconds