Searched defs:resolution (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/libs/input/
H A DInputDevice.cpp179 float flat, float fuzz, float resolution) {
180 MotionRange range = { axis, source, min, max, flat, fuzz, resolution };
178 addMotionRange(int32_t axis, uint32_t source, float min, float max, float flat, float fuzz, float resolution) argument
/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/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/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DGEOLocationElement.java18 * RFC-3825 defines a resolution field for each of latitude, longitude and altitude as "the number
28 * RFC-6225 redefines the "resolution" from RFC-3825 with an "uncertainty" value with these
33 * The res fields provides the resolution as the exponent to a power of two,
35 * Unknown resolution is indicated by not setting the respective resolution field in the RealValue.
71 public RealValue(double value, int resolution) { argument
73 mResolution = resolution;
275 * Convert an absolute variance value into absolute resolution representation,
276 * where the variance = 2^resolution.
279 * @return the absolute resolution
295 absResolutionToBits(int resolution, int fieldWidth, int fractionBits) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp55 jfieldID resolution; member in struct:__anon883::SensorOffsets
91 sensorOffsets.resolution = _env->GetFieldID(sensorClass, "mResolution","F");
184 env->SetFloatField(sensor, sensorOffsets.resolution, nativeSensor.getResolution());
/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.h1977 float resolution; // normalized resolution in units/mm member in struct:android::JoystickInputMapper::Axis
1988 float min, float max, float flat, float fuzz, float resolution) {
2000 this->resolution = resolution;
1985 initialize(const RawAbsoluteAxisInfo& rawAxisInfo, const AxisInfo& axisInfo, bool explicitlyMapped, float scale, float offset, float highScale, float highOffset, float min, float max, float flat, float fuzz, float resolution) argument
/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
/frameworks/base/core/java/android/view/
H A DInputDevice.java731 float min, float max, float flat, float fuzz, float resolution) {
732 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
810 float resolution) {
817 mResolution = resolution;
898 * Gets the resolution for input device measurements with respect to this axis.
899 * @return The resolution in units per millimeter, or units per radian for rotational axes.
989 description.append(" resolution=").append(range.mResolution);
730 addMotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
809 MotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 1059 milliseconds