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 62 private int mContentHeight;
104 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
189 mContentHeight = contentHeight;
284 mContentHeight));
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AbsActionBarView.java 52 protected int mContentHeight;
111 mContentHeight = height;
116 return mContentHeight;
ScrollingTabContainerView.java 68 private int mContentHeight;
111 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
196 mContentHeight = contentHeight;
293 mContentHeight));
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 177 private int mContentWidth, mContentHeight;
350 mContentHeight = getMeasuredHeight() - getPaddingTop() - getPaddingBottom();
352 int heightSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.AT_MOST);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 90 private int mContentHeight;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 212 milliseconds