Searched refs:resolution (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
H A DMavenDependencyCollectorTask.groovy30 import org.eclipse.aether.resolution.ArtifactDescriptorRequest
31 import org.eclipse.aether.resolution.ArtifactDescriptorResult
32 import org.eclipse.aether.resolution.ArtifactRequest
H A DLocalizeDependenciesTask.groovy31 import org.eclipse.aether.resolution.ArtifactDescriptorRequest
32 import org.eclipse.aether.resolution.ArtifactDescriptorResult
33 import org.eclipse.aether.resolution.ArtifactRequest
/frameworks/native/include/input/
H A DInputDevice.h72 float resolution; member in struct:android::InputDeviceInfo::MotionRange
95 float min, float max, float flat, float fuzz, float resolution);
/frameworks/native/services/sensorservice/
H A DRotationVectorSensor.cpp39 .resolution = 1.0f / (1<<24),
125 .resolution = 1.0f / (1<<24),
H A DCorrectedGyroSensor.cpp48 .resolution = mGyro.getResolution(),
H A DGravitySensor.cpp47 .resolution = mAccelerometer.getResolution(),
H A DLinearAccelerationSensor.cpp42 .resolution = gsensor.getResolution(),
H A DOrientationSensor.cpp40 .resolution = 1.0f/256.0f, // FIXME: real value here
/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp69 float resolution; member in struct:input_int_usage
167 float resolution) {
170 .usage = usage, .min = min, .max = max, .resolution = resolution});
335 input_usage_t usage, int32_t min, int32_t max, float resolution) {
337 driver->inputReportDefinitionDeclareUsageInt(report, id, usage, min, max, resolution);
165 inputReportDefinitionDeclareUsageInt(input_report_definition_t* report, input_collection_id_t id, input_usage_t usage, int32_t min, int32_t max, float resolution) argument
333 input_report_definition_declare_usage_int(input_host_t* host, input_report_definition_t* report, input_collection_id_t id, input_usage_t usage, int32_t min, int32_t max, float resolution) argument
H A DInputDriver.h57 float resolution) = 0;
104 float resolution) override;
157 input_usage_t usage, int32_t min, int32_t max, float resolution);
/frameworks/native/libs/input/
H A DInputDevice.cpp186 float flat, float fuzz, float resolution) {
187 MotionRange range = { axis, source, min, max, flat, fuzz, resolution };
185 addMotionRange(int32_t axis, uint32_t source, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/native/services/sensorservice/hidl/
H A Dutils.cpp44 dst.resolution = src.getResolution();
/frameworks/base/core/java/android/view/
H A DInputDevice.java741 float min, float max, float flat, float fuzz, float resolution) {
742 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
820 float resolution) {
827 mResolution = resolution;
908 * Gets the resolution for input device measurements with respect to this axis.
909 * @return The resolution in units per millimeter, or units per radian for rotational axes.
1000 description.append(" resolution=").append(range.mResolution);
740 addMotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
819 MotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp75 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution);
H A Dandroid_hardware_SensorManager.cpp58 jfieldID resolution; member in struct:__anon1068::SensorOffsets
101 sensorOffsets.resolution = GetFieldIDOrDie(_env, sensorClass, "mResolution","F");
173 env->SetFloatField(sensor, sensorOffsets.resolution, nativeSensor.getResolution());
/frameworks/native/libs/sensor/tests/
H A DSensor_test.cpp64 hwSensor.resolution = 1.f;
/frameworks/base/core/java/android/print/
H A DPrinterCapabilitiesInfo.java490 * Adds a supported resolution.
495 * @param resolution A resolution.
504 public @NonNull Builder addResolution(@NonNull Resolution resolution, boolean isDefault) { argument
509 mPrototype.mResolutions.add(resolution);
621 throw new IllegalStateException("No resolution specified.");
624 throw new IllegalStateException("No default resolution specified.");
H A DPrintAttributes.java45 * letter size with 300 DPI (dots per inch) resolution, have a margin of
127 * Gets the resolution.
129 * @return The resolution or <code>null</code> if not set.
136 * Sets the resolution.
138 * @param resolution The resolution.
142 public void setResolution(Resolution resolution) { argument
143 mResolution = resolution;
212 * attributes such as resolution and margins are properly adjusted.
254 * attributes such as resolution an
1408 setResolution(@onNull Resolution resolution) argument
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java816 private static final String TAG_RESOLUTION = "resolution";
982 Resolution resolution = attributes.getResolution();
983 if (resolution != null) {
985 serializer.attribute(null, ATTR_ID, resolution.getId());
987 resolution.getHorizontalDpi()));
989 resolution.getVerticalDpi()));
991 resolution.getLabel());
1250 Resolution resolution = new Resolution(id, label, horizontalDpi, verticalDpi);
1251 builder.setResolution(resolution);
/frameworks/native/services/inputflinger/
H A DEventHub.h88 int32_t resolution; // resolution in units per mm or radians per mm member in struct:android::RawAbsoluteAxisInfo
96 resolution = 0;
H A DInputReader.cpp1040 "min=%0.3f, max=%0.3f, flat=%0.3f, fuzz=%0.3f, resolution=%0.3f\n",
1042 range.resolution);
1985 dump.appendFormat(INDENT4 "%s: min=%d, max=%d, flat=%d, fuzz=%d, resolution=%d\n",
1986 name, axis.minValue, axis.maxValue, axis.flat, axis.fuzz, axis.resolution);
2879 ALOGW("Rotary Encoder device configuration file didn't specify resolution!\n");
3019 x.fuzz, x.resolution);
3021 y.fuzz, y.resolution);
3023 x.fuzz, x.resolution);
3025 y.fuzz, y.resolution);
3553 mOrientedRanges.touchMajor.resolution
[all...]
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.cpp364 return reinterpret_cast<const SensorInfo *>(sensor)->resolution;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java862 // Take the resolution only if the current printer supports is.
871 Resolution resolution = resolutions.get(i);
872 if (resolution.equals(newResolution)) {
873 currAttributes.setResolution(resolution);
1193 Resolution resolution = attributes.getResolution();
1194 if (resolution == null || !capabilities.getResolutions().contains(resolution)) {
2621 builder.addResolution(new Resolution("PDF resolution", "PDF resolution", 300, 300),
/frameworks/base/media/java/android/media/
H A DMediaScanner.java860 String resolution = null;
864 resolution = mWidth + "x" + mHeight;
874 if (resolution != null) {
875 map.put(Video.Media.RESOLUTION, resolution);
/frameworks/native/libs/sensor/
H A DSensor.cpp49 mResolution = hwSensor.resolution;

Completed in 2814 milliseconds

12