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

  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 52 protected int mContentHeight;
117 mContentHeight = height;
122 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/internal/widget/
AbsActionBarView.java 47 protected int mContentHeight;
144 mContentHeight = height;
149 return mContentHeight;
ScrollingTabContainerView.java 70 private int mContentHeight;
113 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
198 mContentHeight = contentHeight;
296 mContentHeight));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 63 private int mContentHeight;
177 mContentHeight = mSmallHeight;
253 mContentHeight = Math.max(Math.min(contentHeight, getHeight()), getMinHeight());;
261 return mContentHeight;
304 mClipBounds.set(0, mClipTopAmount, getWidth(), mContentHeight);
393 if (mContentHeight <= mHeadsUpChild.getHeight() || noExpandedChild) {
399 if (mContentHeight <= mSmallHeight || noExpandedChild) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 107 private int mContentHeight;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 235 milliseconds