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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 51 private int mRowMinHeight;
318 mRowMinHeight = 0;
468 mRowMinHeight = rowMinHeight;
567 setContentHeight(mRowMinHeight);
579 return mRowMinHeight;
584 maxContentHeight = Math.max(mRowMinHeight, mHeadsUpHeight);
587 maxContentHeight = mRowMinHeight;
    [all...]
BaseStatusBar.java 194 protected int mRowMinHeight;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 92 milliseconds