Searched defs:HistoryItem (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DHistoryItem.java29 /* package */ class HistoryItem extends BookmarkItem class in inherits:BookmarkItem,OnCheckedChangeListener
34 * Create a new HistoryItem.
35 * @param context Context for this HistoryItem.
37 /* package */ HistoryItem(Context context) { method in class:HistoryItem
41 /* package */ HistoryItem(Context context, boolean showStar) { method in class:HistoryItem
53 /* package */ void copyTo(HistoryItem item) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
H A DHistoryItem.java24 public class HistoryItem { class
25 private static final String LOGTAG = "HistoryItem";
30 public HistoryItem(ImagePreset preset, FilterRepresentation representation) { method in class:HistoryItem

Completed in 810 milliseconds