Searched defs:detail (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DTransformableImageView.java16 package com.android.contacts.detail;
H A DActionsViewContainer.java17 package com.android.contacts.detail;
H A DCarouselTab.java17 package com.android.contacts.detail;
H A DContactDetailPhotoSetter.java17 package com.android.contacts.detail;
35 * Extends superclass with methods specifically for setting the contact-detail
H A DStreamItemAdapter.java17 package com.android.contacts.detail;
H A DContactDetailUpdatesFragment.java17 package com.android.contacts.detail;
33 import com.android.contacts.detail.ContactDetailDisplayUtils.StreamPhotoTag;
H A DContactDetailViewPagerAdapter.java16 package com.android.contacts.detail;
25 * Adapter for the {@link ViewPager} for the contact detail page for a contact in 2 cases:
62 * Enable swiping if the detail and update fragments should be showing. Otherwise diable
63 * swiping if only the detail fragment should be showing.
H A DContactDetailDisplayUtils.java17 package com.android.contacts.detail;
H A DContactDetailFragmentCarousel.java17 package com.android.contacts.detail;
147 * Set the view containers for the detail and updates fragment.
158 * Enable swiping if the detail and update fragments should be showing. Otherwise disable
159 * swiping if only the detail fragment should be showing.
H A DPhotoSelectionHandler.java17 package com.android.contacts.detail;
H A DContactDetailLayoutController.java17 package com.android.contacts.detail;
61 * There are 4 possible layouts for the contact detail screen: TWO_COLUMN,
168 // If the detail fragment was found in the {@link FragmentManager} then we don't need to add
451 // Update ViewPager to disable swipe so that it only shows the detail fragment
452 // and switch to the detail fragment
457 // Disable swipe so only the detail fragment shows
511 // Otherwise return the default page (detail fragment).
H A DContactLoaderFragment.java17 package com.android.contacts.detail;
181 * The listener for the detail loader
H A DContactDetailTabCarousel.java17 package com.android.contacts.detail;
H A DContactDetailFragment.java17 package com.android.contacts.detail;
180 * The view shown if the detail list is empty.
361 * Shows the contact detail with a message indicating there are no contact details.
748 * Collapse all contact detail entries into one aggregated list with a {@link HeaderViewEntry}
842 // Add indented detail
1179 * An item with a single detail for a contact in the {@link ViewAdapter}
1424 * Cache of the children views of a contact detail entry represented by a
1500 // (the two can be different on wide 2-pane screens where the detail fragment is reused
1872 // Defaults to true will only enable the detail to be copied to the clipboard.
2115 * This class loads the correct padding values for a contact detail ite
[all...]
/packages/apps/Settings/src/com/android/settings/net/
H A DChartData.java24 public NetworkStatsHistory detail; field in class:ChartData
/packages/apps/Contacts/tests/src/com/android/contacts/detail/
H A DContactDetailFragmentTests.java17 package com.android.contacts.detail;
27 import com.android.contacts.detail.ContactDetailFragment.DetailViewEntry;
H A DContactDetailDisplayUtilsTest.java17 package com.android.contacts.detail;
H A DStreamItemAdapterTest.java17 package com.android.contacts.detail;
/packages/apps/Settings/src/com/android/settings/
H A DDataUsageSummary.java374 // bind app detail controls
415 // selected network, and binds chart, cycles and detail list.
742 // network history when showing app detail.
746 // detail mode can change visible menus, invalidate
772 // hide detail stats when not in detail mode
777 // remove warning/limit sweeps while in detail mode
782 final UidDetail detail = mUidDetailProvider.getUidDetail(uid, true);
783 mAppIcon.setImageDrawable(detail.icon);
786 if (detail
2165 bindView(UidDetail detail, View target) argument
[all...]

Completed in 425 milliseconds