HomeSort by relevance Sort by last modified time
    Searched defs:endSize (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/layout/
DeviceTables.h 24 le_uint16 endSize;
  /frameworks/support/design/ics/android/support/design/internal/
TextScale.java 63 final float endSize = endVals.get(PROPNAME_SCALE) != null ? (float) endVals.get(
65 if (startSize == endSize) {
69 ValueAnimator animator = ValueAnimator.ofFloat(startSize, endSize);
  /external/clang/lib/Index/
USRGeneration.cpp 161 const unsigned endSize = Buf.size();
162 return startSize == endSize;
  /libcore/ojluni/src/main/java/sun/security/util/
Cache.java 307 int endSize = cacheMap.size();
308 if (startSize != endSize) {
309 System.out.println("*** Expunged " + (startSize - endSize)
310 + " entries, " + endSize + " entries left");
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 211 milliseconds