OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastbottom
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java
562
final int
lastBottom
= mAdditionalBottomBorderOverlayTop;
564
final int speculativeHeight = containerHeight -
lastBottom
;
579
layoutOverlay(mAdditionalBottomBorder,
lastBottom
, containerHeight);
[
all
...]
/frameworks/base/core/java/android/widget/
GridView.java
621
final int
lastBottom
= lastChild.getBottom();
627
int bottomOffset = end -
lastBottom
;
672
final int
lastBottom
= lastChild.getBottom();
677
if (topOffset > 0 && (lastPosition < mItemCount - 1 ||
lastBottom
> end)) {
680
topOffset = Math.min(topOffset,
lastBottom
- end);
[
all
...]
AbsListView.java
[
all
...]
ListView.java
[
all
...]
Completed in 580 milliseconds