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

/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/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/include/layerproto/
H A DLayerProtoParser.h123 int2 resolution; member in class:android::surfaceflinger::LayerProtoParser::LayerGlobal
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
H A DLayerProtoParser.h123 int2 resolution; member in class:android::surfaceflinger::LayerProtoParser::LayerGlobal
/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.java46 * letter size with 300 DPI (dots per inch) resolution, have a margin of
131 * Gets the resolution.
133 * @return The resolution or <code>null</code> if not set.
140 * Sets the resolution.
142 * @param resolution The resolution.
146 public void setResolution(Resolution resolution) { argument
147 mResolution = resolution;
216 * attributes such as resolution and margins are properly adjusted.
258 * attributes such as resolution an
1412 setResolution(@onNull Resolution resolution) argument
[all...]
/frameworks/native/services/inputflinger/
H A DEventHub.h86 int32_t resolution; // resolution in units per mm or radians per mm member in struct:android::RawAbsoluteAxisInfo
94 resolution = 0;
H A DInputReader.h1958 float resolution; // normalized resolution in units/mm member in struct:android::JoystickInputMapper::Axis
1969 float min, float max, float flat, float fuzz, float resolution) {
1981 this->resolution = resolution;
1966 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.java743 float min, float max, float flat, float fuzz, float resolution) {
744 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
852 float resolution) {
859 mResolution = resolution;
940 * Gets the resolution for input device measurements with respect to this axis.
941 * @return The resolution in units per millimeter, or units per radian for rotational axes.
1032 description.append(" resolution=").append(range.mResolution);
742 addMotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
851 MotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp58 jfieldID resolution; member in struct:__anon839::SensorOffsets
101 sensorOffsets.resolution = GetFieldIDOrDie(_env, sensorClass, "mResolution","F");
173 env->SetFloatField(sensor, sensorOffsets.resolution, nativeSensor.getResolution());
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4146 SizeProto* resolution = layersProto.mutable_resolution(); local
4147 resolution->set_w(displayDevice->getWidth());
4148 resolution->set_h(displayDevice->getHeight());
/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 815 milliseconds