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

/frameworks/native/libs/input/
H A DInputDevice.cpp176 float flat, float fuzz, float resolution) {
177 MotionRange range = { axis, source, min, max, flat, fuzz, resolution };
175 addMotionRange(int32_t axis, uint32_t source, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/base/core/java/android/print/
H A DPrinterCapabilitiesInfo.java419 * Adds a supported resolution.
424 * @param resolution A resolution.
433 public Builder addResolution(Resolution resolution, boolean isDefault) { argument
438 mPrototype.mResolutions.add(resolution);
518 throw new IllegalStateException("No resolution specified.");
521 throw new IllegalStateException("No default resolution specified.");
H A DPrintAttributes.java36 * letter size with 300 DPI (dots per inch) resolution, have a margin of
86 * Gets the resolution.
88 * @return The resolution or <code>null</code> if not set.
95 * Sets the resolution.
97 * @param The resolution.
101 public void setResolution(Resolution resolution) { argument
102 mResolution = resolution;
243 builder.append(", resolution: ").append(mResolution);
889 * This class specifies a supported resolution in DPI (dots per inch).
893 * the one with 300 DPI resolution
1206 setResolution(Resolution resolution) argument
[all...]
/frameworks/native/include/input/
H A DInputDevice.h67 float resolution; member in struct:android::InputDeviceInfo::MotionRange
88 float min, float max, float flat, float fuzz, float resolution);
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp47 jfieldID resolution; member in struct:android::SensorOffsets
70 sensorOffsets.resolution = _env->GetFieldID(sensorClass, "mResolution","F");
98 env->SetFloatField(sensor, sensorOffsets.resolution, list->getResolution());
/frameworks/base/services/input/
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.h1756 float resolution; // normalized resolution in units/mm member in struct:android::JoystickInputMapper::Axis
1767 float min, float max, float flat, float fuzz, float resolution) {
1779 this->resolution = resolution;
1764 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/base/core/java/android/view/
H A DInputDevice.java653 float min, float max, float flat, float fuzz, float resolution) {
654 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
706 float resolution) {
713 mResolution = resolution;
794 * Gets the resolution for input device measurements with respect to this axis.
795 * @return The resolution in units per millimeter, or units per radian for rotational axes.
882 description.append(" resolution=").append(range.mResolution);
652 addMotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
705 MotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp3580 M4VIDEOEDITING_VideoFrameSize resolution,
3594 switch (resolution) {
3666 ALOGE("Unsupported video resolution %d.", resolution);
3579 getVideoSizeByResolution( M4VIDEOEDITING_VideoFrameSize resolution, uint32_t *pWidth, uint32_t *pHeight) argument

Completed in 1304 milliseconds