Searched defs:getSource (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/awt/java/awt/image/
H A DVolatileImage.java139 public ImageProducer getSource() { method in class:VolatileImage
140 return getSnapshot().getSource();
H A DBufferedImage.java664 public ImageProducer getSource() { method in class:BufferedImage
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java162 public String getSource() { method in class:ImageSpan
/frameworks/base/awt/java/awt/
H A DImage.java104 public abstract ImageProducer getSource(); method in class:Image
150 ImageProducer producer = new FilteredImageSource(getSource(), filter);
/frameworks/base/awt/java/beans/
H A DPropertyEditorSupport.java89 public Object getSource() { method in class:PropertyEditorSupport
/frameworks/base/core/java/com/android/internal/http/multipart/
H A DFilePart.java238 protected PartSource getSource() { method in class:FilePart
239 LOG.trace("enter getSource()");
/frameworks/base/awt/java/awt/image/renderable/
H A DParameterBlock.java187 public Object getSource(int index) { method in class:ParameterBlock
/frameworks/base/awt/org/apache/harmony/awt/gl/image/
H A DOffscreenImage.java98 public ImageProducer getSource() { method in class:OffscreenImage
/frameworks/base/libs/surfaceflinger/
H A DLayerBuffer.cpp104 sp<Source> source(getSource());
118 sp<Source> source(getSource());
132 sp<Source> source(getSource());
140 sp<Source> source(getSource());
150 sp<Source> source(getSource());
200 sp<LayerBuffer::Source> LayerBuffer::getSource() const { function in class:android::LayerBuffer

Completed in 126 milliseconds