/frameworks/support/v7/appcompat/src/android/support/v7/view/ |
CollapsibleActionView.java | 26 * <p>See {@link android.support.v4.view.MenuItemCompat} for more information about action views.
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
AppCompatRatingBar.java | 30 * You should only need to manually use this class when writing custom views.</p>
|
AppCompatSeekBar.java | 29 * You should only need to manually use this class when writing custom views.</p>
|
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
PreferenceRecyclerViewAccessibilityDelegate.java | 28 * The AccessibilityDelegate used by the RecyclerView that displays Views for Preferences.
|
/packages/apps/Calendar/res/values-w960dp-h527dp/ |
dimens.xml | 36 <!-- size of day header in day and week views -->
|
/packages/apps/ExactCalculator/ |
proguard.flags | 23 # Keep setters in Views so that animations can still work.
|
/packages/apps/Gallery2/res/layout/ |
album_content.xml | 43 <com.android.photos.views.HeaderGridView android:id="@android:id/list"
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
WidgetsListAdapter.java | 49 * The less number of types of views are inserted into a {@link RecyclerView}, the more recycling 106 // Add more views. 131 // Bind the views in the application info section. 191 // If child views are animating, then the RecyclerView may choose not to recycle the view,
|
/packages/apps/Messaging/res/layout/ |
mediapicker_image_chooser.xml | 34 <!-- This view will hide all other views if the required permission is not granted -->
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
AudioLevelSource.java | 25 * animate its views.
|
/packages/apps/QuickSearchBox/res/layout/ |
web_search_suggestion.xml | 23 the placement of the text views. -->
|
/packages/apps/Settings/src/com/android/settings/applications/ |
BackgroundCheckSummary.java | 37 // layout inflater object used to inflate views
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ScrollIndicatorsView.java | 28 * It has to sit on top of all other views that compose the conversation so that the scrollbars are
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
GridLayoutConverter.java | 98 * <li> Use the layout_width and layout_height attributes on views to infer column and 105 * grid with no spacing between the views; consider inserting {@code <Space>} views 154 // Insert space views if necessary 617 /** Grid model for the views found in the view hierarchy, partitioned into rows and columns */ 677 * Initializes the column and columnSpan attributes of the views 700 List<View> views = mColumnViews.get(column); local 701 if (views != null) { 702 for (View view : views) { 733 * Initializes the row and rowSpan attributes of the views 755 List<View> views = mRowViews.get(row); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/ |
MANIFEST.MF | 35 com.android.ide.eclipse.ddms.views
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
SelectionDependentViewPart.java | 17 package com.android.ide.eclipse.ddms.views;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
SaveImageAction.java | 17 package com.android.ide.eclipse.gltrace.views;
|
/sdk/files/ |
proguard-android.txt | 28 # keep setters in Views so that animations can still work.
|
/sdk/testapps/customViewTest/libWithCustomView/res/layout/ |
main.xml | 18 <!-- Demonstrates defining custom views in a layout file. -->
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Multimaps.java | 77 * multimap and its returned views. However, the multimap's {@code get} 137 * multimap and its returned views. The multimap's {@code get}, {@code 195 * multimap and its returned views. However, the multimap's {@code get} 252 * multimap and its returned views. However, the multimap's {@code get} 334 * multimap when accessing any of its collection views: <pre> {@code 369 * multimap's views, result in an {@code UnsupportedOperationException}. 597 * through the multimap's views, result in an 652 * through the multimap's views, result in an 692 * through the multimap's views, result in an 820 * collection views is in progress (except through the iterator's own {@cod [all...] |
/developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/ |
DetailFragment.java | 108 * Bind the views inside of parent with the fragment arguments. 110 * @param parent The parent of views to bind. 149 // Note that we need to bind views with data after we call TransitionManager.go().
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List14.java | 41 * getView(). This data structures contains references to the views we want to bind data to, thus 98 // A ViewHolder keeps references to children views to avoid unneccessary calls 108 // Creates a ViewHolder and store references to the two children views
|
/external/ceres-solver/internal/ceres/ |
canonical_views_clustering_test.cc | 92 // 2 canonical views. 127 // 2 canonical views. 142 // 2 canonical views.
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeProvider.java | 28 * view hierarchy is a tree of imaginary Views that is reported as a part of the view 83 * hierarchy for accessibility purposes. This enables custom views that draw complex 84 * content to report them selves as a tree of virtual views, thus conveying their
|
/frameworks/base/core/java/android/widget/ |
HeaderViewListAdapter.java | 26 * ListAdapter used when a ListView has header views. This ListAdapter 27 * wraps another one and also keeps track of the header views and their 41 // Used as a placeholder in case the provided info views are indeed null.
|