/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/dragndrop/ |
DragEndCancelledEvent.java | 22 import com.android.systemui.recents.views.DropTarget; 23 import com.android.systemui.recents.views.TaskView;
|
DragEndEvent.java | 21 import com.android.systemui.recents.views.DropTarget; 22 import com.android.systemui.recents.views.TaskView;
|
DragStartInitializeDropTargetsEvent.java | 21 import com.android.systemui.recents.views.RecentsViewTouchHandler; 22 import com.android.systemui.recents.views.TaskView;
|
/packages/apps/Gallery/src/com/android/camera/ |
PhotoAppWidgetProvider.java | 51 RemoteViews views = buildUpdate(context, appWidgetId, helper); local 53 Log.d(TAG, "sending out views=" + views 56 appWidgetManager.updateAppWidget(specificAppWidget, views); 76 RemoteViews views = null; local 79 views = new RemoteViews(context.getPackageName(), 81 views.setImageViewBitmap(R.id.photo, bitmap); 83 return views;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SearchWidgetProvider.java | 163 RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.search_widget); local 165 setOnClickActivityIntent(context, views, R.id.search_widget_text, 169 setOnClickActivityIntent(context, views, R.id.search_widget_voice_btn, 171 views.setViewVisibility(R.id.search_widget_voice_btn, View.VISIBLE); 173 views.setViewVisibility(R.id.search_widget_voice_btn, View.GONE); 176 appWidgetMgr.updateAppWidget(mAppWidgetId, views); 179 private void setOnClickActivityIntent(Context context, RemoteViews views, int viewId, 182 views.setOnClickPendingIntent(viewId, pendingIntent);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
AllocTrackerView.java | 17 package com.android.ide.eclipse.ddms.views; 25 public static final String ID = "com.android.ide.eclipse.ddms.views.AllocTrackerView"; //$NON-NLS-1$
|
EmulatorControlView.java | 17 package com.android.ide.eclipse.ddms.views; 26 "com.android.ide.eclipse.ddms.views.EmulatorControlView"; //$NON-NLS-1$
|
HeapView.java | 17 package com.android.ide.eclipse.ddms.views; 25 public static final String ID = "com.android.ide.eclipse.ddms.views.HeapView"; //$NON-NLS-1$
|
NativeHeapView.java | 17 package com.android.ide.eclipse.ddms.views; 26 "com.android.ide.eclipse.ddms.views.NativeHeapView"; //$NON-NLS-1$
|
NetworkStatisticsView.java | 17 package com.android.ide.eclipse.ddms.views; 24 public static final String ID = "com.android.ide.eclipse.ddms.views.NetworkStatsView";
|
ThreadView.java | 17 package com.android.ide.eclipse.ddms.views; 26 "com.android.ide.eclipse.ddms.views.ThreadView"; //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
FrameSummaryView.java | 17 package com.android.ide.eclipse.gltrace.views; 27 public static final String ID = "com.android.ide.eclipse.gltrace.views.FrameBuffer"; //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
PropertyView.java | 17 package com.android.ide.eclipse.hierarchyviewer.views; 27 public static final String ID = "com.android.ide.eclipse.hierarchyviewer.views.PropertyView"; //$NON-NLS-1$
|
TreeOverviewView.java | 17 package com.android.ide.eclipse.hierarchyviewer.views; 28 "com.android.ide.eclipse.hierarchyviewer.views.TreeOverviewView"; //$NON-NLS-1$
|
/developers/build/prebuilts/gradle/BasicTransition/ |
README.md | 13 including the views in that hierarchy and the various values 14 (layout-related and otherwise) that those views have. A scene can be 21 fade out views that go away, changeBounds and resize existing views 22 that change, and fade in views that become visible. There are
|
/developers/samples/android/ui/transition/BasicTransition/ |
README.md | 13 including the views in that hierarchy and the various values 14 (layout-related and otherwise) that those views have. A scene can be 21 fade out views that go away, changeBounds and resize existing views 22 that change, and fade in views that become visible. There are
|
template-params.xml | 68 including the views in that hierarchy and the various values 69 (layout-related and otherwise) that those views have. A scene can be 76 fade out views that go away, changeBounds and resize existing views 77 that change, and fade in views that become visible. There are
|
/development/samples/ApiDemos/res/layout/ |
custom_layout.xml | 53 <!-- by default views go in the middle; use fill vertical gravity --> 61 <!-- by default views go in the middle; use fill horizontal gravity --> 69 <!-- by default views go in the middle; use top-left gravity --> 77 <!-- by default views go in the middle; use center gravity --> 85 <!-- by default views go in the middle; use bottom-right -->
|
/frameworks/base/core/java/android/view/ |
ViewGroupOverlay.java | 26 * layer is done by adding and removing views and drawables. 29 * manage views for overlays on ViewGroups, in addition to the drawable 45 * <p>Views in the overlay are visual-only; they do not receive input 46 * events and do not participate in focus traversal. Overlay views 59 * added. Drawing of the overlay views will happen before drawing of any of the
|
/frameworks/base/packages/SystemUI/res/layout/ |
recents_task_view_header.xml | 18 <com.android.systemui.recents.views.TaskViewHeader 24 <com.android.systemui.recents.views.FixedSizeImageView 48 <com.android.systemui.recents.views.FixedSizeImageView 58 <com.android.systemui.recents.views.FixedSizeImageView 83 </com.android.systemui.recents.views.TaskViewHeader>
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
AlphaTouchInterceptorOverlay.java | 27 * A View that other Views can use to create a touch-interceptor layer above 28 * their other sub-views. This layer can be enabled and disabled; when enabled, 33 * some use-cases, you want a few Views to not be dimmed, but still have touches 37 * the alpha-layer with respect to your other sub-views. 62 * some child views need to appear above the alpha-layer but below
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
TreeViewPerspective.java | 20 import com.android.ide.eclipse.hierarchyviewer.views.DeviceSelectorView; 21 import com.android.ide.eclipse.hierarchyviewer.views.LayoutView; 22 import com.android.ide.eclipse.hierarchyviewer.views.PropertyView; 23 import com.android.ide.eclipse.hierarchyviewer.views.TreeOverviewView; 24 import com.android.ide.eclipse.hierarchyviewer.views.TreeViewView;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_sampler.c | 237 struct pipe_sampler_view **views) 247 /* we only support fragment shader sampler views at this time */ 253 !memcmp(svga->curr.sampler_views + start, views, 260 if (svga->curr.sampler_views[start + i] != views[i]) { 267 views[i]); 270 if (!views[i]) 273 if (util_format_is_srgb(views[i]->format)) 276 if (views[i]->texture->target == PIPE_TEXTURE_1D) 303 struct pipe_sampler_view **views) 305 svga_set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, num, views); [all...] |
/frameworks/base/docs/html/design/material/ |
index.jd | 52 <li>New widgets for complex views</li> 112 <p>In addition to the X and Y properties, views in Android now have a Z 116 <li>The size of the shadow: views with higher Z values cast bigger shadows.</li> 117 <li>The drawing order: views with higher Z values appear on top of other views.</li> 134 Shadows and Clipping Views</a>.</p> 146 Respond to touch events in your views with <strong>touch feedback</strong> animations. 149 Hide and show views with <strong>circular reveal</strong> animations. 165 <p>Touch feedback animations are built into several standard views, such as buttons. The new APIs 166 let you customize these animations and add them to your custom views.</p [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutContentAssist.java | 82 // to get all eligible views instead 116 // Add in custom views, if any 130 // Add in custom views, if any 133 Collection<String> views = finder.getAllViews(); local 134 if (views == null) { 136 views = finder.getAllViews(); 138 if (views != null && !views.isEmpty()) { 139 List<ElementDescriptor> descriptors = Lists.newArrayListWithExpectedSize(views.size()); 141 for (String fqcn : views) { [all...] |