HomeSort by relevance Sort by last modified time
    Searched defs:getBooleanProperty (Results 1 - 15 of 15) 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 222 append = (a == null) ? getBooleanProperty(className + ".append",
332 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 196 return getBooleanProperty(PROPERTY_CHECKED);
217 return getBooleanProperty(PROPERTY_ENABLED);
238 return getBooleanProperty(PROPERTY_PASSWORD);
259 return getBooleanProperty(PROPERTY_FULL_SCREEN);
280 return getBooleanProperty(PROPERTY_SCROLLABLE);
309 return getBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY);
688 private boolean getBooleanProperty(int property) {
823 builder.append("; IsEnabled: " + getBooleanProperty(PROPERTY_ENABLED));
824 builder.append("; IsPassword: " + getBooleanProperty(PROPERTY_PASSWORD));
825 builder.append("; IsChecked: " + getBooleanProperty(PROPERTY_CHECKED))
    [all...]
AccessibilityNodeInfo.java     [all...]
  /prebuilts/tools/common/m2/internal/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.jar 
  /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 
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
h2-1.2.147.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 248 milliseconds