OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:deltabelow
(Results
1 - 1
of
1
) sorted by null
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java
117
int
deltaBelow
= top + height + yDelta - getHeight();
118
yTranslateTop = top -
deltaBelow
< 0 ? top :
deltaBelow
;
Completed in 3400 milliseconds