Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneLayout.java191 final int convListWeight = res.getInteger(R.integer.conversation_list_weight); in TwoPaneLayout() local
193 mConversationListWeight = (double) convListWeight in TwoPaneLayout()
194 / (convListWeight + convViewWeight); in TwoPaneLayout()