Home
last modified time | relevance | path

Searched refs:e_width (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()
349 mEmulatorWidth = e_width; in updateDisplay()
355 if (w > h != e_width > e_height) { in updateDisplay()
362 float dx = (float) w / (float) e_width; in updateDisplay()
365 if (DEBUG) Log.d(TAG, "Dispay updated: " + e_width + " x " + e_height + in updateDisplay()