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

  /external/cldr/tools/java/org/unicode/cldr/util/
LogicalGrouping.java 134 Integer relativeValue = relativeType == null ? 999 : Integer.valueOf(relativeType);
135 if (relativeValue >= -3 && relativeValue <= 3) { // This is just a quick check to make sure the path is good.
136 if (!(nowUnits.contains(fieldType) && relativeValue == 0)) { // Workaround for "now", "this hour", "this minute"
199 Integer relativeValue = relativeType == null ? 999 : Integer.valueOf(relativeType);
200 if (fieldType != null && fieldType.startsWith("day") && Math.abs(relativeValue.intValue()) >= 2) {
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 1448 milliseconds