Lines Matching refs:mDisplayWidth
173 mDisplayWidth(-1), in TouchInputMapper()
637 const float diagonalSize = hypotf(mDisplayWidth, mDisplayHeight); in initializeSizeRanges()
717 mXScale = float(mDisplayWidth) / mRawPointerAxes.getRawWidth(); in initializeOrientedRanges()
860 mOrientedRanges.y.max = mDisplayWidth - 1; in initializeOrientedRanges()
871 mOrientedRanges.x.max = mDisplayWidth - 1; in initializeOrientedRanges()
1005 const int32_t oldDisplayWidth = mDisplayWidth; in configureInputDevice()
1007 mDisplayWidth = naturalDeviceWidth; in configureInputDevice()
1021 mDisplayWidth == oldDisplayWidth && mDisplayHeight == oldDisplayHeight && in configureInputDevice()
1033 mDisplayWidth = rawWidth; in configureInputDevice()
1064 getDeviceId(), getDeviceName().c_str(), mDisplayWidth, mDisplayHeight, in configureInputDevice()
1077 float displayDiagonal = hypotf(mDisplayWidth, mDisplayHeight); in configureInputDevice()
1109 dump += StringPrintf(INDENT3 "DisplayWidth: %dpx\n", mDisplayWidth); in dumpDisplay()
1154 (virtualKeyDefinition.centerX - halfWidth) * touchScreenWidth / mDisplayWidth + in configureVirtualKeys()
1157 (virtualKeyDefinition.centerX + halfWidth) * touchScreenWidth / mDisplayWidth + in configureVirtualKeys()