Lines Matching refs:mWrapped

49     private final TypedArray mWrapped;
70 mWrapped = array;
74 if (mWrapped.hasValue(index)) {
75 final int resourceId = mWrapped.getResourceId(index, 0);
80 return mWrapped.getDrawable(index);
84 if (mWrapped.hasValue(index)) {
85 final int resourceId = mWrapped.getResourceId(index, 0);
112 final int resourceId = mWrapped.getResourceId(index, 0);
123 return mWrapped.length();
127 return mWrapped.getIndexCount();
131 return mWrapped.getIndex(at);
135 return mWrapped.getResources();
139 return mWrapped.getText(index);
143 return mWrapped.getString(index);
147 return mWrapped.getNonResourceString(index);
151 return mWrapped.getBoolean(index, defValue);
155 return mWrapped.getInt(index, defValue);
159 return mWrapped.getFloat(index, defValue);
163 return mWrapped.getColor(index, defValue);
167 if (mWrapped.hasValue(index)) {
168 final int resourceId = mWrapped.getResourceId(index, 0);
177 return mWrapped.getColorStateList(index);
181 return mWrapped.getInteger(index, defValue);
185 return mWrapped.getDimension(index, defValue);
189 return mWrapped.getDimensionPixelOffset(index, defValue);
193 return mWrapped.getDimensionPixelSize(index, defValue);
197 return mWrapped.getLayoutDimension(index, name);
201 return mWrapped.getLayoutDimension(index, defValue);
205 return mWrapped.getFraction(index, base, pbase, defValue);
209 return mWrapped.getResourceId(index, defValue);
213 return mWrapped.getTextArray(index);
217 return mWrapped.getValue(index, outValue);
222 return mWrapped.getType(index);
227 mWrapped.getValue(index, mTypedValue);
233 return mWrapped.hasValue(index);
237 return mWrapped.peekValue(index);
241 return mWrapped.getPositionDescription();
245 mWrapped.recycle();
250 return mWrapped.getChangingConfigurations();