OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minHeightHint
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationTemplateViewWrapper.java
260
public void setContentHeight(int contentHeight, int
minHeightHint
) {
261
super.setContentHeight(contentHeight,
minHeightHint
);
264
mMinHeightHint =
minHeightHint
;
NotificationViewWrapper.java
177
public void setContentHeight(int contentHeight, int
minHeightHint
) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
514
int
minHeightHint
= getMinContentHeightHint();
518
wrapper.setContentHeight(mContentHeight,
minHeightHint
);
523
wrapper.setContentHeight(mContentHeight,
minHeightHint
);
[
all
...]
Completed in 698 milliseconds