Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DRuimFileHandler.java40 public void loadEFImgTransparent(int fileid, int highOffset, int lowOffset, in loadEFImgTransparent() argument
DIccFileHandler.java323 public void loadEFImgTransparent(int fileid, int highOffset, int lowOffset, in loadEFImgTransparent() argument
329 + " filePath = " + getEFPath(EF_IMG) + " highOffset = " + highOffset in loadEFImgTransparent()
339 highOffset, lowOffset, length, null, null, mAid, response); in loadEFImgTransparent()
/frameworks/native/services/inputflinger/
DInputReader.h1971 float highOffset; // offset to add after scaling for normalization of high split member
1987 float highScale, float highOffset, in initialize()
1995 this->highOffset = highOffset; in initialize()
DInputReader.cpp6928 axis.scale, axis.offset, axis.highScale, axis.highOffset); in dump()
7107 * axis.highScale + axis.highOffset; in process()