OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:previousHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java
361
int
previousHeight
= getActualHeight();
363
if (
previousHeight
!= actualHeight) {
NotificationContentView.java
376
int
previousHeight
= 0;
378
previousHeight
= mExpandedChild.getHeight();
381
if (
previousHeight
!= 0 && mExpandedChild.getHeight() !=
previousHeight
) {
382
mContentHeightAtAnimationStart =
previousHeight
;
[
all
...]
Completed in 742 milliseconds