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.java339 public void loadEFImgTransparent(int fileid, int highOffset, int lowOffset, in loadEFImgTransparent() argument
345 + " filePath = " + getEFPath(EF_IMG) + " highOffset = " + highOffset in loadEFImgTransparent()
355 highOffset, lowOffset, length, null, null, mAid, response); in loadEFImgTransparent()
/frameworks/native/services/inputflinger/
DInputReader.h1743 float highOffset; // offset to add after scaling for normalization of high split member
1759 float highScale, float highOffset, in initialize()
1767 this->highOffset = highOffset; in initialize()
DInputReader.cpp7226 axis.scale, axis.offset, axis.highScale, axis.highOffset); in dump()
7405 * axis.highScale + axis.highOffset; in process()