OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConsumer
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/awt/java/awt/image/
ImageProducer.java
42
public boolean
isConsumer
(ImageConsumer ic);
FilteredImageSource.java
63
public synchronized boolean
isConsumer
(ImageConsumer ic) {
77
if (ic != null &&
isConsumer
(ic)) {
84
if (ic != null &&
isConsumer
(ic)) {
92
if (ic != null && !
isConsumer
(ic)) {
MemoryImageSource.java
240
public synchronized boolean
isConsumer
(ImageConsumer ic) {
245
if (!
isConsumer
(ic) && ic != null) {
255
if (
isConsumer
(ic)) {
260
if (
isConsumer
(ic)) {
263
if (
isConsumer
(ic)) {
357
if (
isConsumer
(con)) {
360
if (
isConsumer
(con)) {
386
if (
isConsumer
(con)) {
390
if (
isConsumer
(con)) {
451
if (
isConsumer
(con))
[
all
...]
/frameworks/base/awt/java/awt/image/renderable/
RenderableImageProducer.java
77
public synchronized boolean
isConsumer
(ImageConsumer ic) {
/frameworks/base/awt/org/apache/harmony/awt/gl/image/
BufferedImageSource.java
64
public boolean
isConsumer
(ImageConsumer ic) {
DecodingImageSource.java
144
public synchronized boolean
isConsumer
(ImageConsumer ic) {
Completed in 214 milliseconds