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

  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
BitmapUtils.java 55 * Load pictures and descriptions. A real app wouldn't do it this way, but that's
60 ArrayList<PictureData> pictures = new ArrayList<PictureData>(); local
66 pictures.add(new PictureData(resourceId, description, thumbnail));
68 return pictures;
ActivityAnimations.java 70 ArrayList<PictureData> pictures = mBitmapUtils.loadPhotos(resources); local
71 for (int i = 0; i < pictures.size(); ++i) {
72 PictureData pictureData = pictures.get(i);
  /external/skia/src/core/
SkPictureData.cpp 52 const SkTDArray<const SkPicture* >& pictures = record.getPictureRefs(); local
53 fPictureCount = pictures.count();
57 fPictureRefs[i] = pictures[i];
365 // Delete all of the pictures that were already created (up to but excluding i):
488 // Delete all of the pictures that were already created (up to but excluding i):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 747 class pictures(aetools.ComponentItem): class in inherits:aetools.ComponentItem
748 """pictures - """
751 picture = pictures
    [all...]

Completed in 4043 milliseconds