Home
last modified time | relevance | path

Searched refs:mCurrentBand (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterGradRepresentation.java62 Band mCurrentBand; field in FilterGradRepresentation
121 mCurrentBand = p; in creatExample()
129 int n = (rep.mCurrentBand == null) ? 0 : rep.mBands.indexOf(rep.mCurrentBand); in useParametersFrom()
133 mCurrentBand = null; in useParametersFrom()
135 mCurrentBand = mBands.elementAt(n); in useParametersFrom()
189 mBands.add(0, mCurrentBand = new Band(rect.centerX(), rect.centerY())); in addBand()
190 mCurrentBand.mask = false; in addBand()
191 int x = (mCurrentBand.xPos1 + mCurrentBand.xPos2)/2; in addBand()
192 int y = (mCurrentBand.yPos1 + mCurrentBand.yPos2)/2; in addBand()
196 int toMove = mBands.indexOf(mCurrentBand); in addBand()
[all …]
/packages/apps/Car/Radio/src/com/android/car/radio/
DRadioBackgroundScanner.java49 private int mCurrentBand; field in RadioBackgroundScanner
71 mCurrentBand = radioBand; in onRadioBandChanged()
165 mRadioStorage.storePreScannedStations(mCurrentBand, mScannedStations); in onProgramInfoChanged()
177 mCurrentBand, null /* rds */); in onProgramInfoChanged()
195 mCurrentBand, rds); in onMetadataChanged()
205 mCurrentBand = config.getType(); in onConfigurationChanged()
/packages/apps/Car/Stream/src/com/android/car/stream/radio/
DRadioStreamProducer.java80 private int mCurrentBand; field in RadioStreamProducer
200 mCurrentBand = station.getRadioBand();
237 0 /* subChannelNumber */, mCurrentBand, null /* rds */);
253 0 /* subChannelNumber */, mCurrentBand, null /* rds */);