OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxPanelHeight
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java
630
float target = expand ?
getMaxPanelHeight
() : 0.0f;
643
&& mExpandedHeight <
getMaxPanelHeight
() - getClearAllHeight()
646
target =
getMaxPanelHeight
() - getClearAllHeight();
684
setExpandedHeightInternal(
getMaxPanelHeight
());
726
float currentMaxPanelHeight =
getMaxPanelHeight
();
741
float fhWithoutOverExpansion =
getMaxPanelHeight
() - getOverExpansionAmount();
783
protected abstract int
getMaxPanelHeight
();
786
setExpandedHeight(
getMaxPanelHeight
() * frac);
798
return mExpandedHeight >=
getMaxPanelHeight
();
[
all
...]
HeadsUpTouchHelper.java
107
/ mPanel.
getMaxPanelHeight
());
NotificationPanelView.java
387
getMaxPanelHeight
(),
[
all
...]
Completed in 338 milliseconds