OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:computefolderlistwidth
(Results
1 - 1
of
1
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneLayout.java
209
final int foldersWidth =
computeFolderListWidth
(parentWidth);
476
return totalWidth -
computeFolderListWidth
(totalWidth);
504
private int
computeFolderListWidth
(int parentWidth) {
Completed in 1251 milliseconds