OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:historyItem
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java
38
import com.android.gallery3d.filtershow.history.
HistoryItem
;
263
HistoryItem
historyItem
= new
HistoryItem
(mPreset, change);
264
mHistory.addHistoryItem(
historyItem
);
272
HistoryItem
historyItem
= mHistory.getItem(position);
274
ImagePreset newPreset = new ImagePreset(
historyItem
.getImagePreset());
276
setPreset(newPreset,
historyItem
.getFilterRepresentation(), false);
/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
CallSubjectDialog.java
433
String
historyItem
= prefs.getString(PREF_KEY_SUBJECT_HISTORY_ITEM + ix, null);
434
if (!TextUtils.isEmpty(
historyItem
)) {
435
subjects.add(
historyItem
);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
103
import com.android.gallery3d.filtershow.history.
HistoryItem
;
[
all
...]
Completed in 734 milliseconds