/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
MiniDrawerView.java | 69 // This ViewGroup is focusable purely so it can act as a stable target for other views to 133 // reset the inbox views for this account 179 // This means we can't set views to Gone elsewhere, which is kind of unfortunate. 223 "hiding it didn't help fit all the views"); 243 "all the views");
|
AnimatedAdapter.java | 134 // The view types have changed, since the animating views are gone. 194 * A list of all views that are not conversations. These include temporary views from 202 * Temporary views insert at specific positions relative to conversations. These can be 280 /** Total number of special views */ 284 // Set the adapter in teaser views. 312 // mSpecialViews only contains the views that are currently being displayed 406 // Try to recycle views. 414 // won't let even safe views be recycled here, 420 // Don't recycle the special views [all...] |
/frameworks/base/core/java/android/app/ |
EnterTransitionCoordinator.java | 138 // Ensure the views have been laid out before capturing the views -- we need the epicenter. 254 * haven't started yet, force the views to appear. This is likely to be 257 * should cancel any pending transition and just bring those Views visible. 430 private static void removeNullViews(ArrayList<View> views) { 431 if (views != null) { 432 for (int i = views.size() - 1; i >= 0; i--) { 433 if (views.get(i) == null) { 434 views.remove(i);
|
SharedElementCallback.java | 63 * element Views. Note that no layout step will be executed between onSharedElementStart 75 * @param sharedElementSnapshots The Views containing snap shots of the shared element 94 * element Views. Note that no layout step will be executed between onSharedElementEnd 106 * @param sharedElementSnapshots The Views containing snap shots of the shared element 123 * Views in rejectedSharedElements will have their position and size set to the 131 * @param rejectedSharedElements Views containing visual information of shared elements 132 * that are not part of the entering scene. These Views 141 * Views. 145 * @param sharedElements The mapping of shared element names to Views. The best guess
|
/frameworks/base/docs/html/training/design-navigation/ |
descendant-lateral.jd | 21 <li><a href="#paging">Horizontal Paging (Swipe Views)</a></li> 30 <li><a href="{@docRoot}design/patterns/swipe-views.html">Android Design: Swipe Views</a></li> 66 <p>For section-related screens, offering touchable and keyboard-focusable targets in the parent is generally the most straightforward and familiar kind of touch-based navigation interface. Examples of such targets include buttons, fixed-size list views, or text links, although the latter is not an ideal UI (user interface) element for touch-based navigation. Upon selecting one of these targets, the child screen is opened, replacing the current context (screen) entirely. Buttons and other simple targets are rarely used for representing items in a collection.</p> 141 <h2 id="paging">Horizontal Paging (Swipe Views)</h2> 144 <p><strong>Swipe Views Design</strong></p> 146 href="{@docRoot}design/patterns/swipe-views.html">Swipe Views</a> pattern guides.</p> 149 <p>Another popular lateral navigation pattern is horizontal paging, also referred to as swipe views. This pattern applies best to collection-related sibling screens, such as a list of categories (world, business, technology, and health stories). Like tabs, this pattern also allows grouping screens in that the parent presents the contents of child screens embedded within its own layout.</p>
|
/frameworks/support/v4/java/android/support/v4/app/ |
SharedElementCallback.java | 60 * element Views. Note that no layout step will be executed between onSharedElementStart 72 * @param sharedElementSnapshots The Views containing snap shots of the shared element 91 * element Views. Note that no layout step will be executed between onSharedElementEnd 103 * @param sharedElementSnapshots The Views containing snap shots of the shared element 120 * Views in rejectedSharedElements will have their position and size set to the 128 * @param rejectedSharedElements Views containing visual information of shared elements 129 * that are not part of the entering scene. These Views 138 * Views. 142 * @param sharedElements The mapping of shared element names to Views. The best guess
|
ActivityOptionsCompat.java | 153 * Activity and their associated Views. The Views must each have 161 View[] views = null; local 164 views = new View[sharedElements.length]; 167 views[i] = sharedElements[i].first; 172 ActivityOptionsCompat21.makeSceneTransitionAnimation(activity, views, names));
|
/sdk/attribute_stats/src/ |
Analyzer.java | 367 List<String> views = new ArrayList<String>(mFrequencies.keySet()); local 368 Collections.sort(views); 369 for (String view : views) { 381 views = new ArrayList<String>(mLayoutAttributeFrequencies.keySet()); 382 Collections.sort(views); 383 for (String view : views) { 397 // Skip custom views 511 List<String> views = new ArrayList<String>(mTopAttributes.keySet()); local 512 Collections.sort(views); 513 for (String view : views) { [all...] |
/frameworks/base/docs/html/training/transitions/ |
scenes.jd | 16 <p>Scenes store the state of a view hierarchy, including all its views and their property 20 resource file or from a group of views in your code.</p> 193 <li>Animate views that are not in the same hierarchy. You can animate views for both the 195 <li>Animate views that the transitions framework cannot animate automatically, such as 208 <p class="note"><strong>Note:</strong> Do not use scene actions to pass data between views in
|
/packages/apps/Settings/src/com/android/settings/ |
TrustedCredentialsDialogBuilder.java | 273 final ArrayList<View> views = new ArrayList<View>(); local 279 views.add(sslCert.inflateCertificateView(mActivity)); 294 for (int i = 0; i < views.size(); i++) { 295 views.get(i).setVisibility(i == position ? View.VISIBLE : View.GONE); 307 for (int i = 0; i < views.size(); ++i) { 308 View certificateView = views.get(i);
|
/toolchain/binutils/binutils-2.25/gold/ |
fileread.h | 171 // Mark all views as no longer cached. 175 // Discard all uncached views. This is normally done by release(), 224 // Control for what views to clear. 227 // Clear uncached views not used by an archive. 229 // Clear all uncached views (including in an archive). 231 // Clear all views (i.e., we're destroying the file). 358 // The type of a mapping from page start and byte shift to views. 359 typedef std::map<std::pair<off_t, unsigned int>, View*> Views; 361 // A simple list of Views. 391 // Clear the file views [all...] |
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
CarLayoutManager.java | 40 * <li>In a normal ListView, when views reach the top of the list, they are clipped. In 41 * CarLayoutManager, views have the option of flying off of the top of the screen as the 182 * <li>Check the current views to get the current state of affairs 183 * <li>Detach all views from the window (a lightweight operation) so that rows 227 * <li> So that views are put in the scrap heap. This enables us to call 229 * one of these detached views if it is in the scrap heap, one from the 232 * <li> So that views are automatically removed if they are not manually re-added. 254 Log.v(TAG, "Currently showing " + getChildCount() + " views " + 263 * onLayoutChildren. It doesn't have to detach all views. It only looks at the end of the list 264 * and removes views that have gone out of bounds and lays out new ones that scroll in [all...] |
/developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/ |
DragFrameLayout.java | 30 * A {@link FrameLayout} that allows the user to drag and reposition child views. 121 * Adds a new {@link View} to the list of views that are draggable within the container.
|
/developers/build/prebuilts/gradle/RecyclerView/ |
README.md | 16 efficiently by recycling a limited number of views. Click listeners can be 17 defined when [ViewHolder][4] views are instantiated. [RecyclerView][1] is
|
/developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/ |
WeatherWidgetService.java | 99 // Technically, we have two types of views (the dark and light background views)
|
/developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/ |
DragFrameLayout.java | 30 * A {@link FrameLayout} that allows the user to drag and reposition child views. 121 * Adds a new {@link View} to the list of views that are draggable within the container.
|
/developers/samples/android/ui/views/RecyclerView/ |
README.md | 16 efficiently by recycling a limited number of views. Click listeners can be 17 defined when [ViewHolder][4] views are instantiated. [RecyclerView][1] is
|
/developers/samples/android/views/TextLinkify/ |
template-params.xml | 20 <group>Views</group> 40 <categories>Views</categories>
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
TaskListView.java | 64 /** Adds Accessibility information to individual child views of rows in the list. */ 83 /** Expands the views for individual list entries, and sets content descriptions for use by the
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List4.java | 107 * Remember our context so we can use it when constructing views. 123 // Here we build the child views in code. They could also have
|
/development/samples/SupportLeanbackShowcase/app/src/main/res/raw/ |
cards_example.json | 283 "description": "9,089 views 3 years ago by ADELAIDE", 289 "description": "9,089 views 3 years ago by ADELAIDE", 295 "description": "9,089 views 3 years ago by ADELAIDE", 301 "description": "9,089 views 3 years ago by ADELAIDE", 307 "description": "9,089 views 3 years ago by ADELAIDE", 313 "description": "9,089 views 3 years ago by ADELAIDE", 319 "description": "9,089 views 3 years ago by ADELAIDE", 325 "description": "9,089 views 3 years ago by ADELAIDE",
|
page_row_example.json | 288 "description": "9,089 views 3 years ago by ADELAIDE", 294 "description": "9,089 views 3 years ago by ADELAIDE", 300 "description": "9,089 views 3 years ago by ADELAIDE", 306 "description": "9,089 views 3 years ago by ADELAIDE", 312 "description": "9,089 views 3 years ago by ADELAIDE", 318 "description": "9,089 views 3 years ago by ADELAIDE", 324 "description": "9,089 views 3 years ago by ADELAIDE", 330 "description": "9,089 views 3 years ago by ADELAIDE",
|
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherWidgetService.java | 104 // Technically, we have two types of views (the dark and light background views)
|
/development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/ |
DragFrameLayout.java | 30 * A {@link FrameLayout} that allows the user to drag and reposition child views. 121 * Adds a new {@link View} to the list of views that are draggable within the container.
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
ListViewActivity.java | 52 public MyViewAdapter(Context context, int resId, List<View> views) {
53 super(context, resId, views);
|