OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentFilterRepresentation
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateAdapter.java
55
FilterRepresentation currentRep = MasterImage.getImage().
getCurrentFilterRepresentation
();
StatePanelTrack.java
262
if (representation != MasterImage.getImage().
getCurrentFilterRepresentation
()) {
288
FilterRepresentation currentRep = MasterImage.getImage().
getCurrentFilterRepresentation
();
StateView.java
332
&& representation != image.
getCurrentFilterRepresentation
()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java
198
FilterRepresentation filterRepresentation = MasterImage.getImage().
getCurrentFilterRepresentation
();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java
513
public FilterRepresentation
getCurrentFilterRepresentation
() {
ImageShow.java
443
if (master.
getCurrentFilterRepresentation
()
446
(FilterMirrorRepresentation) master.
getCurrentFilterRepresentation
();
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
614
if (MasterImage.getImage().
getCurrentFilterRepresentation
() == filterRepresentation) {
626
&& MasterImage.getImage().
getCurrentFilterRepresentation
() == filterRepresentation) {
[
all
...]
Completed in 67 milliseconds