Searched defs:parentWidth (Results 1 - 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DContactListViewUtils.java18 private static void addPaddingToView(ListView listView, int parentWidth, argument
25 (int) (parentWidth * paddingPercent * TEXT_LEFT_PADDING_TO_CARD_PADDING_RATIO),
27 (int) (parentWidth * paddingPercent * TEXT_LEFT_PADDING_TO_CARD_PADDING_RATIO),
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DTwoPaneLayout.java307 * @param parentWidth this view's new width
309 private void setupPaneWidths(int parentWidth) { argument
311 if (parentWidth != getMeasuredWidth()) {
312 final int convWidth = computeConversationWidth(parentWidth);
314 setPaneWidth(mListView, computeConversationListWidth(parentWidth));
628 private int computeConversationListWidth(int parentWidth) { argument
629 final int availWidth = parentWidth - mDrawerWidthMini;
641 private int computeConversationWidth(int parentWidth) { argument
642 return mShouldShowPreviewPanel ? parentWidth - computeConversationListWidth(parentWidth)
[all...]
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 132 milliseconds