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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 56 private int mLayoutHeight;
58 /** mLayoutHeight - mTopPadding */
    [all...]
  /frameworks/base/core/java/android/widget/
AdapterView.java 104 private int mLayoutHeight;
537 mLayoutHeight = getHeight();
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewCompat.java 108 private int mLayoutHeight;
544 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...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 60 milliseconds