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

  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 592 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation);
599 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation);
607 public int getConfigDisplayWidth(int fullWidth, int fullHeight, int rotation);
615 public int getConfigDisplayHeight(int fullWidth, int fullHeight, int rotation);
    [all...]
  /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...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 2824 milliseconds