/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
PixelPerfectView.java | 17 package com.android.ide.eclipse.hierarchyviewer.views; 34 "com.android.ide.eclipse.hierarchyviewer.views.PixelPerfectView"; //$NON-NLS-1$
|
/frameworks/base/core/java/com/android/internal/widget/ |
PagerAdapter.java | 46 * Views such as Fragment transactions where each page is represented by its 50 * Views directly. This key is used to track and uniquely identify a given page 56 * By the time {@link #finishUpdate(android.view.ViewGroup) finishUpdate} returns the views 59 * the parent ViewGroup passed to these methods and the views associated with 64 * <p>A very simple PagerAdapter may choose to use the page Views themselves 85 * Return the number of views available. 92 * page views. 145 * page views. 154 * page views. 214 * page views [all...] |
/frameworks/base/docs/html/training/material/ |
lists-cards.jd | 31 sets that can be scrolled very efficiently by maintaining a limited number of views. Use the 54 of the implementation depend on the specifics of your dataset and the type of views. For more 64 <p>A <strong>layout manager</strong> positions item views inside a {@link 65 android.support.v7.widget.RecyclerView} and determines when to reuse item views that are no 68 views in this manner improves performance by avoiding the creation of unnecessary views or 137 <p>The adapter provides access to the items in your data set, creates views for items, and 138 replaces the content of some of the views with new data items when the original item is no longer 146 // Provide a reference to the views for each data item 148 // you provide access to all the views for a data item in a view holde [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
AbstractMediaItemPresenter.java | 51 * media details or each individual action views. 123 * The ViewHolder for the {@link AbstractMediaItemPresenter}. It references different views 174 * Binds the actions in a media item row object to their views. This consists of creating 371 * Binds the given media item object action to the given ViewHolder's action views. 379 * Sets the background color for the row views within the playlist. 401 * Binds the media item details to their views provided by the 404 * The subclasses of this presenter can access and bind individual views for either of the 405 * media item number, name, or duration (depending on whichever views are visible according to 416 * Unbinds the media item details from their views provided by the 427 * The selector is a highlight that moves to highlight to cover whichever views is in focus [all...] |
/frameworks/support/v4/java/android/support/v4/view/ |
PagerAdapter.java | 46 * Views such as Fragment transactions where each page is represented by its 50 * Views directly. This key is used to track and uniquely identify a given page 56 * By the time {@link #finishUpdate(ViewGroup) finishUpdate} returns the views 59 * the parent ViewGroup passed to these methods and the views associated with 64 * <p>A very simple PagerAdapter may choose to use the page Views themselves 86 * Return the number of views available. 93 * page views. 146 * page views. 155 * page views. 219 * page views [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
FocusHelper.java | 572 ArrayList<View> views = new ArrayList<View>(); local 574 views.add(parent.getChildAt(j)); 576 Collections.sort(views, new Comparator<View>() { 586 return views; 594 private static View findIndexOfIcon(ArrayList<View> views, int i, int delta) { 596 final int count = views.size(); 599 View newV = views.get(newI); 609 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); local 610 return findIndexOfIcon(views, i, delta); 614 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent) local 625 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ViewMetadataRepository.java | 86 * Ever increasing counter used to assign natural ordering numbers to views and 92 * List of categories (which contain views); constructed lazily so use 126 * views. The FQN of each view can be obtained via the 201 /** Returns an ordered list of categories and views, parsed from a metadata file */ 411 result.add(Pair.of("Views", categoryItems)); 424 * ordinal (for natural/logical sorting order) and views contained in the category 429 /** Views included in this category */ 450 // enumerate its views 473 /** Related views */ 508 /** Returns the {@link FillPreference} for views of this type * [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfo.java | 41 import org.eclipse.ui.views.properties.IPropertyDescriptor; 42 import org.eclipse.ui.views.properties.IPropertySheetPage; 43 import org.eclipse.ui.views.properties.IPropertySource; 87 * Is this view info an individually exploded view? This is the case for views 95 * model to have <b>multiple</b> separate views in the canvas, for example 97 * {@code <merge>} tag. In this case, all the views have the same node model, 99 * views that are linked to this node. That's what this field is all about: it is 178 * For nodes that have multiple views rendered from a single node, such as the 194 * in the outline for example (since we only show nodes, not views, in the outline, 206 * view</b>). For most views this is going to be null, but for views that share 705 List<CanvasViewInfo> views = entry.getValue(); local [all...] |
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
cso_context.c | 54 * Info related to samplers and sampler views. 70 struct pipe_sampler_view *views[PIPE_MAX_SAMPLERS]; member in struct:sampler_info 314 /* free fragment samplers, views */ 318 pipe_sampler_view_reference(&info->views[i], NULL); [all...] |
/frameworks/base/core/java/android/app/ |
ActivityTransitionCoordinator.java | 55 * - Exit transition starts by setting transitioning Views to INVISIBLE 59 * - The transitioning views are made INVISIBLE 68 * - If the window allows overlapping transitions, the views transition is started by setting 69 * the entering Views to VISIBLE and the background alpha is animated to opaque. 77 * by setting entering views to VISIBLE and the background is animated to opaque. 81 * - onActivityStopped() is called and all exited Views are made VISIBLE. 89 * - The exit transition is started by setting Views to INVISIBLE. 91 * - All transitioning views are made VISIBLE to reverse what was done when onActivityStopped() 104 * - If the window allows overlapping transitions, the views transition is started by setting 105 * the entering Views to VISIBLE [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
hardware-accel.jd | 56 be explicitly enabled. If your application uses only standard views and {@link 59 operations, turning it on might affect some of your custom views or drawing calls. Problems 136 accelerated, especially for things such as custom views. This is particularly useful if your 164 draws views without hardware acceleration as well. The following sections describe the 168 <p>In the software drawing model, views are drawn with the following two steps:</p> 187 Android system redraws views when they intersect the dirty region, a view whose content you 192 views whenever you modify data or state that affects the view?s drawing code.</li> 195 <p class="note"><strong>Note</strong>: Android views automatically call {@link 201 android.view.View#draw draw()} to request screen updates and to render views, but handles the 205 display lists for views marked dirty by an {@link android.view.View#invalidate invalidate() [all...] |
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/ |
ViewDataBinding.java | 64 * Prefix for android:tag on Views with binding. The root View and include tags will not have 154 * Runnable executed on animation heartbeat to rebind the dirty Views. 261 protected void setRootTag(View[] views) { 263 for (View view : views) { 267 for (View view : views) { 333 * Evaluates the pending bindings, updating any Views that have expressions bound to 551 * Walks the view hierarchy under root and pulls out tagged Views, includes, and views with 553 * all bound and ID'd views. 557 * @param numBindings The total number of ID'd views, views with expressions, and include [all...] |
/frameworks/base/core/java/android/transition/ |
Transition.java | 63 * or {@link TextureView}, due to the way that these views are displayed 110 * attributes on unchanging views, or limiting the types of animations run on specific views. 206 // Whether removing views from their parent is possible. This is only for views 209 // resource, and thus the views from the exited scene are going away anyway 243 // For Fragment shared element transitions, linking views explicitly by mismatching 416 * animating views toward potentially different end values.</p> 438 * want to set initial values on target views prior to the overall 445 * on all target views, so a Transition that wants to animate from [all...] |
/cts/tests/acceleration/src/android/acceleration/cts/ |
HardwareAccelerationTest.java | 34 // Both of the views are attached to a hardware accelerated window
|
WindowFlagHardwareAccelerationTest.java | 34 // Both of the views are attached to a hardware accelerated window
|
/cts/tests/tests/widget/src/android/widget/cts/ |
DummyAdapter.java | 25 // these are views w/ special types and are returned as requested
|
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/res/transition/ |
grid_detail_transition.xml | 19 two different transitions which are targeting specific views.
|
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/res/transition/ |
grid_detail_transition.xml | 19 two different transitions which are targeting specific views.
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
_index.html | 28 <dd>Demonstrates how to implement accessibility support of custom views. Custom view
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
Transition3d.java | 19 * transformations on views. The result is a 3D transition between a 75 // Since we are caching large views, we want to keep their cache 116 * It then posts a new action that effectively swaps the views when the container 138 * This class is responsible for swapping the views and start the second
|
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
ExampleAppWidgetProvider.java | 57 // - Tell the AppWidgetManager to show that views object for the widget. 114 RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.appwidget_provider); local 115 views.setTextViewText(R.id.appwidget_text, text); 118 appWidgetManager.updateAppWidget(appWidgetId, views);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
CustomView1.java | 28 * Demonstrates creating a Screen that uses custom views. This example uses
|
Focus1.java | 28 * Demonstrates the use of non-focusable views.
|
RelativeLayout1.java | 28 * A simple layout which demonstrates stretching a view to fill the space between two other views.
|
/development/samples/NotePad/ |
_index.html | 4 <li>Using views</li>
|