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

  /frameworks/support/samples/SupportAnimationDemos/src/main/java/com/example/android/support/animation/
SpringView.java 54 float sectionLen = 150; // px
58 float sectionWidth = (float) Math.sqrt(sectionLen * sectionLen
  /libcore/ojluni/src/main/java/sun/security/util/
ManifestDigester.java 129 int sectionLen = pos.endOfSection-start+1;
134 StringBuilder nameBuf = new StringBuilder(sectionLen);
141 if ((i-start) < sectionLen) {
149 while ((i-start) < sectionLen) {
153 while (((i-start) < sectionLen)
171 new Entry(start, sectionLen, sectionLenWithBlank,
DerIndefLenConverter.java 113 int sectionLen = dataPos - ((Integer)elem).intValue() +
115 byte[] sectionLenBytes = getLengthBytes(sectionLen);

Completed in 173 milliseconds