Searched refs:e_width (Results 1 - 1 of 1) sorted by relevance

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
H A DMultiTouchActivity.java344 * @param e_width Width of the emulator screen.
347 private void updateDisplay(int e_width, int e_height) { argument
348 if (e_width != mEmulatorWidth || e_height != mEmulatorHeight) {
349 mEmulatorWidth = e_width;
355 if (w > h != e_width > e_height) {
362 float dx = (float) w / (float) e_width;
365 if (DEBUG) Log.d(TAG, "Dispay updated: " + e_width + " x " + e_height +

Completed in 664 milliseconds