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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 187 int itemStart, itemEnd;
197 for (itemStart = itemEnd; itemStart < endPos; itemStart++)
199 ch = catedStr.charAt(itemStart);
206 if (itemStart >= endPos)
215 for (itemEnd = itemStart; itemEnd < endPos; itemEnd++)
244 itemValue = catedStr.substring(itemStart, itemEnd);
256 itemStart++; // Skip the opening quote;
259 for (itemEnd = itemStart; itemEnd < endPos; itemEnd++
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
PieRenderer.java 312 float itemstart = angle - sweep / 2; local
313 item.setGeometry(itemstart, sweep, inner, outer);
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 

Completed in 609 milliseconds