HomeSort by relevance Sort by last modified time
    Searched full:mconversationlistweight (Results 1 - 1 of 1) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneLayout.java 67 private final double mConversationListWeight;
130 mConversationListWeight = (double) convListWeight
362 return mListCollapsible ? availWidth : (int) (availWidth * mConversationListWeight);

Completed in 602 milliseconds