HomeSort by relevance Sort by last modified time
    Searched refs:historyName (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
ImagePreset.java 68 public ImagePreset(String historyName) {
69 setHistoryName(historyName);
73 public ImagePreset(ImagePreset source, String historyName) {
75 if (historyName != null) {
76 setHistoryName(historyName);
352 public String historyName() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 73 if (preset.historyName().equals(getItem(i).getRepresentation().getName())) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java 193 itemView.setText(item.historyName());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGeometry.java 328 if (lastHistoryItem != null && lastHistoryItem.historyName().equalsIgnoreCase(getName())) {

Completed in 496 milliseconds