Home
last modified time | relevance | path

Searched refs:getFilterRepresentation (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DState.java46 return mFilterRepresentation.equals(state.getFilterRepresentation()); in equals()
71 public FilterRepresentation getFilterRepresentation() { in getFilterRepresentation() method in State
H A DStateAdapter.java56 FilterRepresentation stateRep = state.getFilterRepresentation(); in getView()
111 FilterRepresentation filterRepresentation = state.getFilterRepresentation(); in remove()
H A DStatePanelTrack.java261 FilterRepresentation representation = mCurrentView.getState().getFilterRepresentation(); in onTouchEvent()
274 mCurrentView.getState().getFilterRepresentation(); in onTouchEvent()
292 FilterRepresentation removedRep = current.getFilterRepresentation(); in checkEndState()
H A DStateView.java301 FilterRepresentation representation = getState().getFilterRepresentation(); in delete()
327 FilterRepresentation representation = getState().getFilterRepresentation(); in onTouchEvent()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryAdapter.java206 rep = preset.getFilterRepresentation(pos); in reflectImagePreset()
211 rep = preset.getFilterRepresentation(pos); in reflectImagePreset()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
H A DHistoryItem.java41 public FilterRepresentation getFilterRepresentation() { in getFilterRepresentation() method in HistoryItem
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DImagePreset.java80 public FilterRepresentation getFilterRepresentation(int position) { in getFilterRepresentation() method in ImagePreset
359 addFilter(preset.getFilterRepresentation(i)); in addFilter()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DPrimaryImage.java276 setPreset(newPreset, historyItem.getFilterRepresentation(), false); in onHistoryItemClick()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java1303 rep = historyItem.getFilterRepresentation(); in resetHistory()