Searched refs:highOffset (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimFileHandler.java40 public void loadEFImgTransparent(int fileid, int highOffset, int lowOffset, argument
H A DIccFileHandler.java323 public void loadEFImgTransparent(int fileid, int highOffset, int lowOffset, argument
329 + " filePath = " + getEFPath(EF_IMG) + " highOffset = " + highOffset
339 highOffset, lowOffset, length, null, null, mAid, response);
/frameworks/native/services/inputflinger/
H A DInputReader.h1971 float highOffset; // offset to add after scaling for normalization of high split member in struct:android::JoystickInputMapper::Axis
1987 float highScale, float highOffset,
1995 this->highOffset = highOffset;
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
H A DInputReader.cpp6927 "highScale=%0.5f, highOffset=%0.5f\n",
6928 axis.scale, axis.offset, axis.highScale, axis.highOffset);
7107 * axis.highScale + axis.highOffset;

Completed in 2388 milliseconds