HomeSort by relevance Sort by last modified time
    Searched full:views (Results 176 - 200 of 2495) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/focus/
DismissFocusedTaskViewEvent.java 20 import com.android.systemui.recents.views.TaskView;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DropTarget.java 17 package com.android.systemui.recents.views;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
package-info.java 21 * RecyclerView Adapter, but separates iterating items from presenting them as Views.
28 * A {@link android.support.v17.leanback.widget.Presenter} creates Views and binds data from an Object
29 * to those Views. This is the
31 * The benefit to separating out a Presenter is that we can use it to generate Views outside of the
  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemType.java 20 * The set of all unique identifiers for all different views that may be shown
  /packages/apps/Contacts/src/com/android/contacts/widget/
TransitionAnimationView.java 26 * A container that places a masking view on top of all other views. The masking view can be
70 * the other views in this container. If false, the the mask will be set to be hide other
71 * views initially. Then, the other views in this container will be revealed.
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetService.java 121 RemoteViews views = new RemoteViews(
124 views.setImageViewBitmap(R.id.appwidget_photo_item, bitmap);
125 views.setOnClickFillInIntent(R.id.appwidget_photo_item, new Intent()
128 return views;
  /packages/apps/UnifiedEmail/src/com/android/mail/
ContactInfoSource.java 22 * Views that are interested in looking up ContactInfo objects should bind themselves to a
  /packages/services/Car/car-support-lib/src/android/support/car/input/
CarEditable.java 22 * Views that implement this interface are editable by the Car IME system.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
IStateDetailProvider.java 17 package com.android.ide.eclipse.gltrace.views.detail;
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 76 public void updateAppWidget(int appWidgetId, RemoteViews views) {
77 if (isLocalBinder() && views != null) {
78 views = views.clone();
84 Message msg = handler.obtainMessage(HANDLE_UPDATE, appWidgetId, 0, views);
347 RemoteViews views; local
349 views = sService.getAppWidgetViews(mContextOpPackageName, appWidgetId);
353 view.updateAppWidget(views);
401 void updateAppWidgetView(int appWidgetId, RemoteViews views) {
407 v.updateAppWidget(views);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 135 List<View> views = analyzeLayout(layoutView); local
138 createAttachments(views);
176 List<View> views = createViews(edgeList, columnOffsets); local
180 for (View view : views) {
189 initializeIds(edgeList, views);
191 // Attempt to lay the views out in a grid with constraints (though not that widgets
193 Grid grid = new Grid(views, left, top);
194 computeKnownConstraints(views, edgeList);
198 return views;
203 List<View> views = new ArrayList<View>() local
1110 List<View> views = new ArrayList<View>(); local
1134 List<View> views = new ArrayList<View>(); local
1178 List<View> views = get(row, col); local
1192 List<View> views = get(row, col); local
1215 List<View> views = get(row, col); local
1269 List<View> views = get(row, col); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsService.java 73 // Technically, we have two types of views (the dark and light
74 // background views)
  /developers/build/prebuilts/gradle/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
DirectoryEntryAdapter.java 15 * Provide views to RecyclerView with the directory entries.
59 * Provide a reference to the type of views that you are using (custom ViewHolder)
  /developers/samples/android/content/documentsUi/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
DirectoryEntryAdapter.java 15 * Provide views to RecyclerView with the directory entries.
59 * Provide a reference to the type of views that you are using (custom ViewHolder)
  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
AdapterTransitionFragment.java 44 * Since the transition framework requires all relevant views in a view hierarchy to be marked
156 // When the transition ends, we remove all the views from the overlay and hide it.
203 // This FrameLayout holds all the visible views in the current list or grid. We use this as
247 * Copy all the visible views in the mAbsListView into a new FrameLayout and return it.
249 * @return a FrameLayout with all the visible views inside.
254 // The transition framework requires to set ID for all views to be animated.
256 // We only copy visible views.
260 // This is one of the views that we copy. Note that the argument for getChildAt is a
  /development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
DirectoryEntryAdapter.java 15 * Provide views to RecyclerView with the directory entries.
59 * Provide a reference to the type of views that you are using (custom ViewHolder)
  /external/mesa3d/src/gallium/docs/source/
resources.rst 178 Surfaces are views of a resource that can be bound as a framebuffer to serve as the render target or depth buffer.
184 D3D11: render target views and depth/stencil views
186 Sampler views
189 Sampler views are views of a resource that can be bound to a pipeline stage to be sampled from shaders.
191 TODO: write much more on sampler views
195 D3D11: shader resource views
  /external/skia/gyp/
FileReaderApp.gyp 24 'views.gyp:views',
  /external/skia/include/views/
SkViewInflate.h 24 /** Return the tree of inflated views. If root is null, create the root element
40 /* Override this in your subclass to handle instantiating views
  /frameworks/base/packages/SystemUI/res/layout/
recents.xml 22 <com.android.systemui.recents.views.RecentsView
26 </com.android.systemui.recents.views.RecentsView>
  /frameworks/support/v4/java/android/support/v4/app/
NoSaveStateFrameLayout.java 49 * Override to prevent freezing of any child views.
57 * Override to prevent thawing of any child views.
  /packages/apps/Camera2/res/layout/
photo_module.xml 19 recreate views when the orientation changes, by migrating the views that do not
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
EditorPlaceHolder.java 64 public void setOldViews(Vector<ImageShow> views) {
65 mOldViews = views;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
EclipseUiHelper.java 31 public static final String CONTENT_OUTLINE_VIEW_ID = "org.eclipse.ui.views.ContentOutline";
33 public static final String PROPERTY_SHEET_VIEW_ID = "org.eclipse.ui.views.PropertySheet";
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
StateView.java 17 package com.android.ide.eclipse.gltrace.views;
31 public static final String ID = "com.android.ide.eclipse.gltrace.views.State"; //$NON-NLS-1$

Completed in 1282 milliseconds

1 2 3 4 5 6 78 91011>>