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

  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
Parallax.java 211 * {@link Parallax#getMaxValue()} and adding offsetValue to it.
213 * @param offsetValue An offset integer value to be added to marker
220 public final PropertyMarkerValue at(int offsetValue,
222 return new IntPropertyMarkerValue(this, offsetValue, fractionOfMaxParentVisibleSize);
364 * {@link Parallax#getMaxValue()} and adding offsetValue to it.
366 * @param offsetValue An offset float value to be added to marker value.
372 public final PropertyMarkerValue at(float offsetValue,
374 return new FloatPropertyMarkerValue(this, offsetValue, fractionOfMaxParentVisibleSize);
  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
TimeUtil.java 165 String offsetValue = value.substring(timezoneOffsetPosition + 1);
166 long offset = parseTimezoneOffset(offsetValue);
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetSCSU.java 699 private boolean isInOffsetWindowOrDirect(int offsetValue, int a){
700 return (a & UConverterConstants.UNSIGNED_INT_MASK)<=(offsetValue & UConverterConstants.UNSIGNED_INT_MASK)+0x7f &
701 ((a & UConverterConstants.UNSIGNED_INT_MASK)>=(offsetValue & UConverterConstants.UNSIGNED_INT_MASK) ||
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/
aws-java-sdk-simpledb-1.11.18.jar 
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 477 dataList += [struct.pack(dataFormat, offsetValue) for offsetValue in offsetArray]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/
protobuf-java-util-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.2/
protobuf-java-util-3.0.2.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 575 milliseconds