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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationOverflowContainer.java 75 int realActualHeight = actualHeight;
77 realActualHeight -= getBottomDecorHeight();
79 realActualHeight = Math.max(getMinHeight(), realActualHeight);
80 return realActualHeight;
ExpandableNotificationRow.java 278 int realActualHeight = actualHeight;
280 realActualHeight -= getBottomDecorHeight();
282 realActualHeight = Math.max(getMinHeight(), realActualHeight);
283 return realActualHeight;
    [all...]

Completed in 55 milliseconds