Searched refs:mOverlayPositions (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java88 private OverlayPosition[] mOverlayPositions; field in class:ConversationContainer
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);
958 mOverlayPositions = null;
967 mOverlayPositions = overlayPositions;

Completed in 172 milliseconds