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

  /frameworks/base/core/java/com/android/internal/widget/
MediaNotificationView.java 73 int fullHeight = getMeasuredHeight();
74 if (size > fullHeight) {
75 size = fullHeight;
76 } else if (size < fullHeight) {
78 mImagePushIn = fullHeight - size;
80 if (layoutParams.width != fullHeight || layoutParams.height != fullHeight) {
81 layoutParams.width = fullHeight;
82 layoutParams.height = 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/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 164 milliseconds