Lines Matching refs:id

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