Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCachingPipeline.java114 mEnvironment.setQuality(FilterEnvironment.QUALITY_PREVIEW); in setupEnvironment()
153 mEnvironment.setQuality(FilterEnvironment.QUALITY_PREVIEW); in renderHighres()
260 mEnvironment.setQuality(FilterEnvironment.QUALITY_ICON); in render()
262 mEnvironment.setQuality(FilterEnvironment.QUALITY_PREVIEW); in render()
300 mEnvironment.setQuality(FilterEnvironment.QUALITY_FINAL); in renderFinalImage()
DFilterEnvironment.java93 public void setQuality(int quality) { in setQuality() method in FilterEnvironment
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
DEnvironmentImpl.java345 .setQuality(QUALITY_BALANCED_POWER_ACCURACY) /* try not to be power hungry */ in startPassiveLocationListening()
427 .setQuality(QUALITY_HIGH_ACCURACY /* try to force GPS on when it's needed */)
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java1076 .setQuality(LocationRequest.ACCURACY_FINE) in requestLocationUpdateInternal()
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java1088 .setQuality(LocationRequest.QUALITY_HIGH_ACCURACY) in queryCurrentLocation()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1505 .setQuality(LocationRequest.QUALITY_HIGH_ACCURACY) in queryCurrentLocation()