Lines Matching defs:id
56 public CharSequence getText(int id) throws NotFoundException { in getText()
61 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException { in getQuantityText()
66 public String getString(int id) throws NotFoundException { in getString()
71 public String getString(int id, Object... formatArgs) throws NotFoundException { in getString()
76 public String getQuantityString(int id, int quantity, Object... formatArgs) in getQuantityString()
82 public String getQuantityString(int id, int quantity) throws NotFoundException { in getQuantityString()
87 public CharSequence getText(int id, CharSequence def) { in getText()
92 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray()
97 public String[] getStringArray(int id) throws NotFoundException { in getStringArray()
102 public int[] getIntArray(int id) throws NotFoundException { in getIntArray()
107 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray()
112 public float getDimension(int id) throws NotFoundException { in getDimension()
117 public int getDimensionPixelOffset(int id) throws NotFoundException { in getDimensionPixelOffset()
122 public int getDimensionPixelSize(int id) throws NotFoundException { in getDimensionPixelSize()
127 public Drawable getDrawable(int id) throws NotFoundException { in getDrawable()
132 public Movie getMovie(int id) throws NotFoundException { in getMovie()
137 public int getColor(int id) throws NotFoundException { in getColor()
142 public ColorStateList getColorStateList(int id) throws NotFoundException { in getColorStateList()
147 public int getInteger(int id) throws NotFoundException { in getInteger()
152 public XmlResourceParser getLayout(int id) throws NotFoundException { in getLayout()
157 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation()
162 public XmlResourceParser getXml(int id) throws NotFoundException { in getXml()
167 public InputStream openRawResource(int id) throws NotFoundException { in openRawResource()
172 public AssetFileDescriptor openRawResourceFd(int id) throws NotFoundException { in openRawResourceFd()
177 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue()