OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:panelHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSContainer.java
149
int
panelHeight
= ((LayoutParams) mQSPanel.getLayoutParams()).topMargin
151
return
panelHeight
+ getPaddingBottom();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
330
int
panelHeight
= container.getHeight() + bottom.getHeight();
332
anim.translationY(
panelHeight
).start();
[
all
...]
Completed in 357 milliseconds