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

  /frameworks/base/core/java/android/widget/
ExpandableListView.java 284 return targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport();
290 private boolean hasRtlSupport() {
291 return mContext.getApplicationInfo().hasRtlSupport();
    [all...]
RelativeLayout.java     [all...]
TextView.java 480 || !context.getApplicationInfo().hasRtlSupport();
    [all...]
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java     [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 225 boolean hasRtlSupport) {
242 if (hasRtlSupport) {
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
View.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 356 milliseconds