HomeSort by relevance Sort by last modified time
    Searched defs:newHeight (Results 26 - 35 of 35) sorted by null

12

  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 490 int newHeight = bitmap.getHeight();
491 float smallestWidth = (float)Math.min(newWidth, newHeight);
495 newHeight = bitmap.getHeight() - statusBarHeight - navBarHeight;
500 newHeight = bitmap.getHeight() - statusBarHeight - navBarHeightLandscape;
502 newHeight = bitmap.getHeight() - statusBarHeight;
506 bitmap = Bitmap.createBitmap(bitmap, newLeft, newTop, newWidth, newHeight);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 261 final int newHeight = getMoreSuggestionsHeight();
262 return newHeight;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 707 int newHeight = 333;
708 final LinearLayout.LayoutParams layoutParams = new LinearLayout.LayoutParams(200, newHeight);
716 assertEquals(newHeight, view.getHeight());
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 844 milliseconds

12