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

  /cts/tests/tests/widget/src/android/widget/cts/
TableLayout_LayoutParamsTest.java 127 AttributeSet attrs = getAttrs("base_attr_pixel");
142 attrs = getAttrs("base_attr_fillwrap");
157 attrs = getAttrs("base_attr_noheight");
188 private AttributeSet getAttrs(String searchedNodeName) {
TableRow_LayoutParamsTest.java 177 AttributeSet attrs = getAttrs("base_attr_pixel");
192 attrs = getAttrs("base_attr_fillwrap");
207 attrs = getAttrs("base_attr_noheight");
242 private AttributeSet getAttrs(String searchedNodeName) {
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 159 private AttributeSet getAttrs() {
204 AttributeSet attrs = getAttrs();
  /external/clang/lib/AST/
DeclBase.cpp 528 const AttrVec &Decl::getAttrs() const {
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 238 public WindowManager.LayoutParams getAttrs();
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 368 AttrVec &getAttrs() {
369 return const_cast<AttrVec&>(const_cast<const Decl*>(this)->getAttrs());
371 const AttrVec &getAttrs() const;
377 getAttrs().push_back(A);
387 return hasAttrs() ? getAttrs().begin() : 0;
390 return hasAttrs() ? getAttrs().end() : 0;
397 AttrVec &Attrs = getAttrs();
420 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : 0;
423 return hasAttrs() && hasSpecificAttr<T>(getAttrs());
429 return hasAttrs() ? getMaxAttrAlignment(getAttrs(), getASTContext()) : 0
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 561 public WindowManager.LayoutParams getAttrs() {
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/jdiff/
xerces.jar 

Completed in 258 milliseconds