Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DProcessingService.java48 private static final String QUALITY = "quality"; field in ProcessingService
151 processIntent.putExtra(ProcessingService.QUALITY, quality); in getSaveIntent()
199 int quality = intent.getIntExtra(QUALITY, 100); in onStartCommand()