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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertyUtils.java 49 public static boolean getBooleanProperty(String key, Properties props)
ToHTMLStream.java 577 OutputPropertyUtils.getBooleanProperty(
590 OutputPropertyUtils.getBooleanProperty(
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 163 return getBooleanProperty(PROPERTY_CHECKED);
184 return getBooleanProperty(PROPERTY_ENABLED);
205 return getBooleanProperty(PROPERTY_PASSWORD);
226 return getBooleanProperty(PROPERTY_FULL_SCREEN);
247 return getBooleanProperty(PROPERTY_SCROLLABLE);
621 private boolean getBooleanProperty(int property) {
755 builder.append("; IsEnabled: " + getBooleanProperty(PROPERTY_ENABLED));
756 builder.append("; IsPassword: " + getBooleanProperty(PROPERTY_PASSWORD));
757 builder.append("; IsChecked: " + getBooleanProperty(PROPERTY_CHECKED));
758 builder.append("; IsFullScreen: " + getBooleanProperty(PROPERTY_FULL_SCREEN))
    [all...]
AccessibilityNodeInfo.java 381 return getBooleanProperty(PROPERTY_CHECKABLE);
406 return getBooleanProperty(PROPERTY_CHECKED);
431 return getBooleanProperty(PROPERTY_FOCUSABLE);
456 return getBooleanProperty(PROPERTY_FOCUSED);
481 return getBooleanProperty(PROPERTY_SELECTED);
506 return getBooleanProperty(PROPERTY_CLICKABLE);
531 return getBooleanProperty(PROPERTY_LONG_CLICKABLE);
556 return getBooleanProperty(PROPERTY_ENABLED);
581 return getBooleanProperty(PROPERTY_PASSWORD);
606 return getBooleanProperty(PROPERTY_SCROLLABLE)
    [all...]
  /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);
  /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) {
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 

Completed in 290 milliseconds