Searched refs:surfaceHeight (Results 1 – 3 of 3) sorted by relevance
519 final int surfaceHeight = mSurfaceFrame.bottom; in updateWindow() local521 || mLastSurfaceHeight != surfaceHeight; in updateWindow()523 mLastSurfaceHeight = surfaceHeight; in updateWindow()
1236 mLocked.surfaceHeight = -1; in TouchInputMapper()1430 bool sizeChanged = mLocked.surfaceWidth != width || mLocked.surfaceHeight != height; in configureSurfaceLocked()1436 mLocked.surfaceHeight = height; in configureSurfaceLocked()1595 mLocked.orientedSurfaceWidth = mLocked.surfaceHeight; in configureSurfaceLocked()1604 mLocked.orientedSurfaceHeight = mLocked.surfaceHeight; in configureSurfaceLocked()1629 dump.appendFormat(INDENT3 "SurfaceHeight: %dpx\n", mLocked.surfaceHeight); in dumpSurfaceLocked()1683 * touchScreenHeight / mLocked.surfaceHeight + touchScreenTop; in configureVirtualKeysLocked()1685 * touchScreenHeight / mLocked.surfaceHeight + touchScreenTop; in configureVirtualKeysLocked()2488 y = mLocked.surfaceHeight - y; in dispatchTouch()2494 x = mLocked.surfaceHeight - y; in dispatchTouch()
700 int32_t surfaceWidth, surfaceHeight; member