HomeSort by relevance Sort by last modified time
    Searched refs:getBooleanProperty (Results 1 - 10 of 10) 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 185 return getBooleanProperty(PROPERTY_CHECKED);
206 return getBooleanProperty(PROPERTY_ENABLED);
227 return getBooleanProperty(PROPERTY_PASSWORD);
248 return getBooleanProperty(PROPERTY_FULL_SCREEN);
269 return getBooleanProperty(PROPERTY_SCROLLABLE);
298 return getBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY);
677 private boolean getBooleanProperty(int property) {
812 builder.append("; IsEnabled: " + getBooleanProperty(PROPERTY_ENABLED));
813 builder.append("; IsPassword: " + getBooleanProperty(PROPERTY_PASSWORD));
814 builder.append("; IsChecked: " + getBooleanProperty(PROPERTY_CHECKED))
    [all...]
AccessibilityNodeInfo.java 845 return getBooleanProperty(PROPERTY_CHECKABLE);
870 return getBooleanProperty(PROPERTY_CHECKED);
895 return getBooleanProperty(PROPERTY_FOCUSABLE);
920 return getBooleanProperty(PROPERTY_FOCUSED);
945 return getBooleanProperty(PROPERTY_VISIBLE_TO_USER);
    [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) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 

Completed in 646 milliseconds