Searched refs:mAttrId (Results 1 – 1 of 1) sorted by relevance
1985 private final int mAttrId; field in RemoteViews.AttributeReflectionAction1991 this.mAttrId = attrId; in AttributeReflectionAction()1997 this.mAttrId = in.readInt(); in AttributeReflectionAction()2004 dest.writeInt(this.mAttrId); in writeToParcel()2009 TypedArray typedArray = view.getContext().obtainStyledAttributes(new int[]{mAttrId}); in getParameterValue()2012 if (mAttrId != 0 && typedArray.getType(0) == TypedValue.TYPE_NULL) { in getParameterValue()2013 throw new ActionException("Attribute 0x" + Integer.toHexString(this.mAttrId) in getParameterValue()2025 "dimen attribute 0x" + Integer.toHexString(this.mAttrId) in getParameterValue()2037 "color attribute 0x" + Integer.toHexString(this.mAttrId) in getParameterValue()2049 "string attribute 0x" + Integer.toHexString(this.mAttrId) in getParameterValue()