OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pushedFilter
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
EffectAction.java
51
private boolean
pushedFilter
;
94
if (
pushedFilter
&& disableFilterOutput) {
114
pushedFilter
= false;
133
if (!
pushedFilter
) {
135
pushedFilter
= true;
137
if (
pushedFilter
&& !disableFilterOutput) {
/gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
FilterAction.java
55
private boolean
pushedFilter
;
79
if (!
pushedFilter
&& filter.isValid()) {
81
pushedFilter
= true;
83
if (
pushedFilter
&& output) {
152
pushedFilter
= false;
Completed in 64 milliseconds