HomeSort by relevance Sort by last modified time
    Searched defs:fullHeight (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
MediaNotificationView.java 72 int fullHeight = getMeasuredHeight();
73 if (size < fullHeight) {
76 size = fullHeight;
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPickerPanel.java 204 int fullHeight = getContext().getResources().getDisplayMetrics().heightPixels;
212 fullHeight -= UiUtils.getMeasuredBoundsOnScreen(composeContainer).top;
216 return fullHeight - mActionBarHeight;
218 return fullHeight;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 384 int fullHeight = imageHeight;
387 fullHeight = Math.max(fullHeight,
413 mVScale.setSize(imageHeight, fullHeight, clientHeight);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 184 milliseconds