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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertyUtils.java 49 public static boolean getBooleanProperty(String key, Properties props)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 210 public boolean getBooleanProperty(QName key)
212 return getBooleanProperty(key.toNamespacedString());
226 public boolean getBooleanProperty(String key)
228 return OutputPropertyUtils.getBooleanProperty(key, m_properties);
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 220 append = (a == null) ? getBooleanProperty(className + ".append",
330 private boolean getBooleanProperty(String key, boolean defaultValue) {
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 144 private static boolean getBooleanProperty(String name, boolean dephault) {
164 showLogName = getBooleanProperty( systemPrefix + "showlogname", showLogName);
165 showShortName = getBooleanProperty( systemPrefix + "showShortLogname", showShortName);
166 showDateTime = getBooleanProperty( systemPrefix + "showdatetime", showDateTime);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 151 return getBooleanProperty(PROPERTY_CHECKED);
172 return getBooleanProperty(PROPERTY_ENABLED);
193 return getBooleanProperty(PROPERTY_PASSWORD);
214 return getBooleanProperty(PROPERTY_FULL_SCREEN);
235 return getBooleanProperty(PROPERTY_SCROLLABLE);
614 private boolean getBooleanProperty(int property) {
749 builder.append("; IsEnabled: " + getBooleanProperty(PROPERTY_ENABLED));
750 builder.append("; IsPassword: " + getBooleanProperty(PROPERTY_PASSWORD));
751 builder.append("; IsChecked: " + getBooleanProperty(PROPERTY_CHECKED));
752 builder.append("; IsFullScreen: " + getBooleanProperty(PROPERTY_FULL_SCREEN))
    [all...]
AccessibilityNodeInfo.java 382 return getBooleanProperty(PROPERTY_CHECKABLE);
407 return getBooleanProperty(PROPERTY_CHECKED);
432 return getBooleanProperty(PROPERTY_FOCUSABLE);
457 return getBooleanProperty(PROPERTY_FOCUSED);
482 return getBooleanProperty(PROPERTY_SELECTED);
507 return getBooleanProperty(PROPERTY_CLICKABLE);
532 return getBooleanProperty(PROPERTY_LONG_CLICKABLE);
557 return getBooleanProperty(PROPERTY_ENABLED);
582 return getBooleanProperty(PROPERTY_PASSWORD);
607 return getBooleanProperty(PROPERTY_SCROLLABLE)
    [all...]
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 

Completed in 732 milliseconds