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

  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 137 String currentAttribute = atts.getLocalName(i).toLowerCase();
138 if (sExpectedAttributes.contains(currentAttribute)) {
141 } else if (currentAttribute.equals("id")) {
142 extendedOutput.append("|id=" + currentAttribute);
143 } else if (currentAttribute.equals("src")) {
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
TerminalView.java 165 int currentAttribute = buffer.getAttributes(cursorColumn, cursorRow);
166 boolean onWideCharacter = (currentAttribute & VDUBuffer.FULLWIDTH) != 0;
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 

Completed in 195 milliseconds