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

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewICS.java 106 private int mLayoutHeight;
542 mLayoutHeight = getHeight();
    [all...]
  /frameworks/base/core/java/android/widget/
AdapterView.java 105 private int mLayoutHeight;
532 mLayoutHeight = getHeight();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 107 private int mLayoutHeight;
292 * the {@code mLayoutHeight} field, such that the scrollbars can compute the
335 mLayoutHeight = 0;
447 mLayoutHeight = nextY;
557 mLayoutHeight = availableHeight;
    [all...]

Completed in 36 milliseconds