OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:moverlaypositions
(Results
1 - 1
of
1
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java
88
private OverlayPosition[]
mOverlayPositions
;
475
if (
mOverlayPositions
== null || mOverlayAdapter == null) {
487
traceLayout("IN positionOverlays, spacerCount=%d overlayCount=%d",
mOverlayPositions
.length,
494
int spacerIndex =
mOverlayPositions
.length - 1;
771
return webPxToScreenPx(
mOverlayPositions
[spacerIndex].top);
775
return webPxToScreenPx(
mOverlayPositions
[spacerIndex].bottom);
[
all
...]
Completed in 121 milliseconds