Searched refs:mResourceId (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DActionImage.java34 private int mResourceId; field in class:ActionImage
39 mResourceId = resourceId;
63 mResourceId);
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DTargetDrawable.java47 private final int mResourceId; field in class:TargetDrawable
60 mResourceId = resId;
66 // Note we explicitly don't set mResourceId to resId since we allow the drawable to be
76 mResourceId = other.mResourceId;
235 return mResourceId;
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DTargetDrawable.java47 private final int mResourceId; field in class:TargetDrawable
60 mResourceId = resId;
66 // Note we explicitly don't set mResourceId to resId since we allow the drawable to be
76 mResourceId = other.mResourceId;
235 return mResourceId;
/packages/apps/Mms/src/com/android/mms/ui/
H A DRecipientListActivity.java114 private final int mResourceId; field in class:RecipientListActivity.RecipientListAdapter
122 mResourceId = resource;
130 final View listItemView = mInflater.inflate(mResourceId, null);

Completed in 4466 milliseconds