Searched refs:mDisplayHeight (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/src/com/android/nfc/ |
D | FireflyRenderer.java | 98 int mDisplayHeight; field in FireflyRenderer 135 mDisplayHeight = height; in start() 181 mGL.glViewport(0, 0, mDisplayWidth, mDisplayHeight); in run() 186 …mGL.glFrustumf(-mDisplayWidth, mDisplayWidth, mDisplayHeight, -mDisplayHeight, NEAR_CLIPPING_PLANE… in run() 382 mY = (float) (Math.random() * mDisplayHeight) * 4 - 2 * mDisplayHeight; in reset()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | Keyboard.java | 147 private int mDisplayHeight; field in Keyboard 203 parent.mDisplayHeight, parent.mDefaultHeight); in Row() 209 parent.mDisplayHeight, parent.mDefaultVerticalGap); in Row() 337 keyboard.mDisplayHeight, parent.defaultHeight); in Key() 536 mDisplayHeight = dm.heightPixels; in Keyboard() 839 mDisplayHeight, 75); in parseKeyboardAttributes() 845 mDisplayHeight, 0); in parseKeyboardAttributes()
|