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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationTemplateViewWrapper.java 46 private int mContentHeight;
238 mContentHeight = contentHeight;
246 int constrainedContentHeight = Math.max(mContentHeight, mMinHeightHint);
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 53 protected int mContentHeight;
172 mContentHeight = height;
177 return mContentHeight;
ScrollingTabContainerView.java 61 private int mContentHeight;
103 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
190 mContentHeight = contentHeight;
285 mContentHeight));
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AbsActionBarView.java 45 protected int mContentHeight;
142 mContentHeight = height;
147 return mContentHeight;
ScrollingTabContainerView.java 67 private int mContentHeight;
110 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
195 mContentHeight = contentHeight;
293 mContentHeight));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 74 private int mContentHeight;
415 mContentHeight = Math.max(Math.min(contentHeight, getHeight()), getMinHeight());
422 wrapper.setContentHeight(mContentHeight, minHeightHint);
427 wrapper.setContentHeight(mContentHeight, minHeightHint);
542 int progress = Math.abs(mContentHeight - startHeight);
549 return mContentHeight;
584 mClipBounds.set(0, mClipTopAmount, getWidth(), mContentHeight);
613 visibleWrapper.setContentHeight(mContentHeight, getMinContentHeightHint());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 139 private int mContentHeight;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 3479 milliseconds