Home
last modified time | relevance | path

Searched refs:lhsIndex (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentTile.java231 int lhsIndex = p.indexOfChild(lhs); in compare() local
233 int lhsDistance = Math.abs(mIndex - lhsIndex); in compare()
239 return rhsIndex - lhsIndex; in compare()