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

  /cts/tools/dex-tools/src/dex/reader/
DexParameterImpl.java 54 annotations.add(new DexAnnotationImpl(buffer.createCopy(),
DexMethodImpl.java 90 annotations.add(new DexAnnotationImpl(buffer.createCopy(),
117 parameters.add(new DexParameterImpl(buffer.createCopy(),
DexFieldImpl.java 63 annotations.add(new DexAnnotationImpl(buffer.createCopy(),
DexFileImpl.java 63 classes.add(new DexClassImpl(buffer.createCopy(),
DexBuffer.java 168 public DexBuffer createCopy() {
DexClassImpl.java 242 annotations.add(new DexAnnotationImpl(buffer.createCopy(),
267 dexFields.add(new DexFieldImpl(buffer.createCopy(), this,
DexFileReader.java 101 return new DexFileImpl(b.createCopy(), stringPool, typeIds,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 445 BufferedImage image = createCopy(bitmap.getImage(), BufferedImage.TYPE_INT_ARGB, alpha);
540 /*package*/ static BufferedImage createCopy(BufferedImage image, int imageType, int alpha) {
Canvas_Delegate.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 88 milliseconds