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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java 42 private int mLayoutHeight;
142 return mLayoutHeight;
146 mLayoutHeight = layoutHeight;
158 return mLayoutHeight - mTopPadding - getTopHeadsUpPushIn();
  /frameworks/base/core/java/android/widget/
AdapterView.java 107 private int mLayoutHeight;
550 mLayoutHeight = getHeight();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 108 private int mLayoutHeight;
293 * the {@code mLayoutHeight} field, such that the scrollbars can compute the
336 mLayoutHeight = 0;
448 mLayoutHeight = nextY;
558 mLayoutHeight = availableHeight;
    [all...]

Completed in 135 milliseconds