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

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 82 mContentHeight = a.getLayoutDimension(
125 layoutParams.height = mContentHeight;
138 mContentHeight = height;
239 layoutParams.height = mContentHeight;
316 int maxHeight = mContentHeight > 0 ?
317 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
365 if (mContentHeight <= 0) {
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));
ActionBarView.java 217 mContentHeight = a.getLayoutDimension(R.styleable.ActionBar_height, 0);
    [all...]
  /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/support/v7/appcompat/src/android/support/v7/widget/
AbsActionBarView.java 45 protected int mContentHeight;
140 mContentHeight = height;
145 return mContentHeight;
ActionBarContextView.java 76 mContentHeight = a.getLayoutDimension(
96 mContentHeight = height;
255 int maxHeight = mContentHeight > 0 ?
256 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
303 if (mContentHeight <= 0) {
ScrollingTabContainerView.java 71 private int mContentHeight;
114 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
199 mContentHeight = contentHeight;
297 mContentHeight));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 74 private int mContentHeight;
423 mContentHeight = Math.max(Math.min(contentHeight, getHeight()), getMinHeight());
430 wrapper.setContentHeight(mContentHeight, minHeightHint);
435 wrapper.setContentHeight(mContentHeight, minHeightHint);
550 int progress = Math.abs(mContentHeight - startHeight);
557 return mContentHeight;
592 mClipBounds.set(0, mClipTopAmount, getWidth(), mContentHeight);
621 visibleWrapper.setContentHeight(mContentHeight, getMinContentHeightHint());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 135 private int mContentHeight;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 574 milliseconds