/packages/apps/TV/src/com/android/tv/guide/ |
TimelineGridView.java | 51 // off screen views in order to reduce jank, however the program guide is capable to scroll 52 // in all four directions so not only would we prefetch views in the scrolling direction 53 // but also keep views in the perpendicular direction up to date.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasAlternateSelection.java | 32 * given list of alternate views. Both cannot be null. 42 /** Returns the list of alternate views. Cannot be null. */ 62 * This loops through the alternate views.
|
/developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/ |
CustomAdapter.java | 28 * Provide views to RecyclerView with data from mDataSet. 37 * Provide a reference to the type of views that you are using (custom ViewHolder) 63 * @param dataSet String[] containing the data to populate views to be used by RecyclerView. 70 // Create new views (invoked by the layout manager)
|
/developers/build/prebuilts/gradle/SlidingTabsColors/.google/ |
packaging.yaml | 9 categories: [UI, Views]
|
/developers/samples/android/ui/views/RecyclerView/Application/src/main/java/com/example/android/recyclerview/ |
CustomAdapter.java | 28 * Provide views to RecyclerView with data from mDataSet. 37 * Provide a reference to the type of views that you are using (custom ViewHolder) 63 * @param dataSet String[] containing the data to populate views to be used by RecyclerView. 70 // Create new views (invoked by the layout manager)
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
WordWidget.java | 102 RemoteViews views = null; local 106 views = new RemoteViews(context.getPackageName(), R.layout.widget_word); 109 views.setTextViewText(R.id.word_title, wordTitle); 110 views.setTextViewText(R.id.word_type, matcher.group(2)); 111 views.setTextViewText(R.id.definition, matcher.group(3).trim()); 119 views.setOnClickPendingIntent(R.id.widget, pendingIntent); 123 views = new RemoteViews(context.getPackageName(), R.layout.widget_message); 124 views.setTextViewText(R.id.message, context.getString(R.string.widget_error)); 126 return views;
|
/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/ |
CustomAdapter.java | 28 * Provide views to RecyclerView with data from mDataSet. 37 * Provide a reference to the type of views that you are using (custom ViewHolder) 63 * @param dataSet String[] containing the data to populate views to be used by RecyclerView. 70 // Create new views (invoked by the layout manager)
|
/external/autotest/frontend/afe/feeds/ |
feed.py | 2 from django.contrib.syndication import views namespace 6 # Copied from django/contrib/syndication/views.py. The default view doesn't 31 except views.FeedDoesNotExist: 39 class JobFeed(views.Feed):
|
/external/autotest/tko/migrations/ |
001_initial_db.py | 11 -- drop all views (since they depend on some or all of the following tables)
|
/external/chromium-trace/catapult/tracing/tracing/ui/annotations/ |
annotation_view.html | 15 * A base class for all annotation views.
|
/external/eigen/Eigen/ |
MetisSupport | 19 * This module defines an interface to the METIS reordering package (http://glaros.dtc.umn.edu/gkhome/views/metis).
|
/external/skia/example/mac/ |
HelloWorldDelegate.mm | 10 //Load specified skia views after launching
|
/external/skia/src/views/ |
SkBGViewArtist.cpp | 23 // only works for views that are clipped their bounds.
|
/frameworks/base/core/java/android/view/inputmethod/ |
package.html | 3 Framework classes for interaction between views and input methods (such
|
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/ |
TestAppWidgetProvider.java | 58 RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.test_appwidget); local 59 views.setTextViewText(R.id.oh_hai_text, prefix + ": " + SystemClock.elapsedRealtime()); 61 gm.updateAppWidget(appWidgetIds, views); 64 "com.android.tests.appwidgethost.TestAppWidgetProvider"), views);
|
/frameworks/support/v4/java/android/support/v4/view/ |
package.html | 5 for handling backwards compatibility with views (for example
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
PixelPerfectPespective.java | 20 import com.android.ide.eclipse.hierarchyviewer.views.DeviceSelectorView; 21 import com.android.ide.eclipse.hierarchyviewer.views.PixelPerfectLoupeView; 22 import com.android.ide.eclipse.hierarchyviewer.views.PixelPerfectTreeView; 23 import com.android.ide.eclipse.hierarchyviewer.views.PixelPerfectView;
|
/frameworks/base/core/java/android/widget/ |
SimpleAdapter.java | 34 * An easy adapter to map static data to views defined in an XML file. You can specify the data 37 * defines the views used to display the row, and a mapping from keys in the Map to specific 38 * views. 40 * Binding data to views occurs in two phases. First, if a 44 * If the returned value is false, the following views are then tried in order: 79 * @param resource Resource identifier of a view layout that defines the views for this list 80 * item. The layout file should include at least those named views defined in "to" 83 * @param to The views that should display column in the "from" parameter. These should all be 84 * TextViews. The first N views in this list are given the values of the first N columns 139 * <p>Sets the layout resource to create the drop down views.</p [all...] |
/frameworks/base/docs/html/training/transitions/ |
transitions.jd | 11 <li><a href="#Targets">Choose Specific Target Views</a></li> 26 to move, resize, and fade views. The next lesson shows you how to define custom transitions.</p> 52 <td>Default transition. Fade out, move and resize, and fade in views, in that order.</td> 59 <code>fade_in</code> fades in views<br> 60 <code>fade_out</code> fades out views<br> 68 <td>Moves and resizes views.</td> 152 <h2 id="Targets">Choose Specific Target Views</h2> 154 <p>The framework applies transitions to all views in the starting and ending scenes by 155 default. In some cases, you may only want to apply an animation to a subset of views in a 158 transition. The framework enables you to select specific views you want to animate.</p [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_sampler.c | 178 struct pipe_sampler_view **views) 188 !memcmp(softpipe->sampler_views[shader] + start, views, 195 /* set the new sampler views */ 198 views[i]); 200 views[i]); 225 struct pipe_sampler_view **views) 227 softpipe_set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, num, views); 234 struct pipe_sampler_view **views) 236 softpipe_set_sampler_views(pipe, PIPE_SHADER_VERTEX, 0, num, views); 243 struct pipe_sampler_view **views) [all...] |
/frameworks/base/test-runner/src/android/test/ |
ViewAsserts.java | 25 * Some useful assertions about views. 118 * Assert that two views are aligned on their baseline, that is that their baselines 132 assertEquals("views are not baseline aligned", firstTop, secondTop); 136 * Assert that two views are right aligned, that is that their right edges 150 assertEquals("views are not right aligned", firstRight, secondRight); 154 * Assert that two views are right aligned, that is that their right edges 169 assertEquals("views are not right aligned", Math.abs(firstRight - secondRight), margin); 173 * Assert that two views are left aligned, that is that their left edges 187 assertEquals("views are not left aligned", firstLeft, secondLeft); 191 * Assert that two views are left aligned, that is that their left edge [all...] |
/cts/tests/acceleration/src/android/acceleration/cts/ |
SoftwareAccelerationTest.java | 23 * and makes sure that all views are rendered using software acceleration. 39 // Both of the views are not attached to a hardware accelerated window
|
/external/chromium-trace/catapult/experimental/bisect_lib/test_data/ |
MOCK_INFO_RESPONSE_FILE | 42 "old_path": "chrome/browser/ui/views/toolbar/chevron_menu_button.cc", 45 "new_path": "chrome/browser/ui/views/toolbar/chevron_menu_button.cc"
|
/external/skia/gyp/ |
visualbench.gyp | 47 'views.gyp:views',
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/ |
TaskViewDismissedEvent.java | 21 import com.android.systemui.recents.views.AnimationProps; 22 import com.android.systemui.recents.views.TaskView;
|