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

  /frameworks/base/awt/java/awt/image/
ImageProducer.java 52 public void startProduction(ImageConsumer ic);
FilteredImageSource.java 70 public void startProduction(ImageConsumer ic) {
73 source.startProduction(fic);
PixelGrabber.java 254 producer.startProduction(this);
329 producer.startProduction(this);
MemoryImageSource.java 244 public void startProduction(ImageConsumer ic) {
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
BufferedImageSource.java 68 public void startProduction(ImageConsumer ic) {
83 startProduction();
86 private void startProduction(){
DecodingImageSource.java 133 public synchronized void startProduction(ImageConsumer ic) {
186 startProduction(null);
OffscreenImage.java 85 startProduction();
106 startProduction();
118 startProduction();
389 startProduction();
395 startProduction();
402 startProduction();
429 private synchronized void startProduction(){
433 src.startProduction(this);
  /frameworks/base/awt/java/awt/image/renderable/
RenderableImageProducer.java 81 public synchronized void startProduction(ImageConsumer ic) {

Completed in 56 milliseconds