Home
last modified time | relevance | path

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

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DMultiTouchActivity.java347 private void updateDisplay(int e_width, int e_height) { in updateDisplay() argument
348 if (e_width != mEmulatorWidth || e_height != mEmulatorHeight) { in updateDisplay()
350 mEmulatorHeight = e_height; in updateDisplay()
355 if (w > h != e_width > e_height) { in updateDisplay()
363 float dy = (float) h / (float) e_height; in updateDisplay()
365 if (DEBUG) Log.d(TAG, "Dispay updated: " + e_width + " x " + e_height + in updateDisplay()