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

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
TintTypedArray.java 41 private TypedValue mTypedValue;
185 if (mTypedValue == null) {
186 mTypedValue = new TypedValue();
188 mWrapped.getValue(index, mTypedValue);
189 return mTypedValue.type;
AppCompatDrawableManager.java 176 private TypedValue mTypedValue;
213 if (mTypedValue == null) {
214 mTypedValue = new TypedValue();
216 final TypedValue tv = mTypedValue;
308 if (mTypedValue == null) {
309 mTypedValue = new TypedValue();
311 final TypedValue tv = mTypedValue;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 547 milliseconds