OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:historymanager
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryManager.java
24
public class
HistoryManager
{
25
private static final String LOGTAG = "
HistoryManager
";
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java
31
import com.android.gallery3d.filtershow.history.
HistoryManager
;
57
HistoryManager
adapter = masterImage.getHistory();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java
39
import com.android.gallery3d.filtershow.history.
HistoryManager
;
100
private
HistoryManager
mHistory = null;
280
public
HistoryManager
getHistory() {
288
public void setHistoryManager(
HistoryManager
adapter) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
104
import com.android.gallery3d.filtershow.history.
HistoryManager
;
[
all
...]
Completed in 580 milliseconds