Searched refs:mBarsOld (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java57 private int mBarsOld[] = new int[5]; field in class:ImageProcessingActivity2
175 if (mBars[0] != mBarsOld[0]) {
177 mBarsOld[0] = mBars[0];
179 if (mBars[1] != mBarsOld[1]) {
181 mBarsOld[1] = mBars[1];
183 if (mBars[2] != mBarsOld[2]) {
185 mBarsOld[2] = mBars[2];
187 if (mBars[3] != mBarsOld[3]) {
189 mBarsOld[3] = mBars[3];
191 if (mBars[4] != mBarsOld[
[all...]
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java51 private int mBarsOld[] = new int[5]; field in class:ImageProcessingActivityJB
171 if (mBars[0] != mBarsOld[0]) {
173 mBarsOld[0] = mBars[0];
175 if (mBars[1] != mBarsOld[1]) {
177 mBarsOld[1] = mBars[1];
179 if (mBars[2] != mBarsOld[2]) {
181 mBarsOld[2] = mBars[2];
183 if (mBars[3] != mBarsOld[3]) {
185 mBarsOld[3] = mBars[3];
187 if (mBars[4] != mBarsOld[
[all...]

Completed in 50 milliseconds