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

  /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...]

Completed in 100 milliseconds