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

  /frameworks/base/awt/java/awt/image/
ImageObserver.java 45 * The Constant PROPERTIES indicates that the properties of the image are
48 public static final int PROPERTIES = 4;
87 * ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS,
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
XmlReportPrinter.java 62 private static final String PROPERTIES = "properties";
180 serializer.startTag(ns, PROPERTIES);
181 serializer.endTag(ns, PROPERTIES);
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
OffscreenImage.java 59 Hashtable<?, ?> properties; field in class:OffscreenImage
83 if(properties == null){
86 if(properties == null) {
90 Object prop = properties.get(name);
146 public void setProperties(Hashtable<?, ?> properties) {
147 this.properties = properties;
148 imageUpdate(this, ImageObserver.PROPERTIES, 0, 0, width, height);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 100 public static final String PROPERTIES = "properties";
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 526 milliseconds