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

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/view/src/android/view/cts/
UsingViewsCtsActivity.java 24 * A simple activity to test "Using Views"
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/res/values/
base-strings.xml 24 This sample demonstrates notifications with custom content views.
  /developers/build/prebuilts/gradle/CustomNotifications/
README.md 5 This sample demonstrates notifications with custom content views.
6 The use of collapsed and expanded notification views are shown.
11 This sample demonstrates notifications with custom content views. It
18 - Define custom layouts for collapsed and expanded views.
  /developers/build/prebuilts/gradle/DisplayingBitmaps/.google/
packaging.yaml 9 categories: [UI, Background, Views]
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/res/values/
base-strings.xml 25 z-translation are used to render the shadows and the views are clipped using different
  /developers/build/prebuilts/gradle/RecyclerView/.google/
packaging.yaml 9 categories: [UI, Views]
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
MultiSwipeRefreshLayout.java 28 * child views triggering a refresh gesture. You set the views which can trigger the gesture via
45 * views need to be a descendant of this view.
50 // Iterate through the ids and find the Views
  /developers/build/prebuilts/gradle/TextLinkify/.google/
packaging.yaml 9 categories: [Views]
  /developers/samples/android/notification/CustomNotifications/
README.md 5 This sample demonstrates notifications with custom content views.
6 The use of collapsed and expanded notification views are shown.
11 This sample demonstrates notifications with custom content views. It
18 - Define custom layouts for collapsed and expanded views.
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
MultiSwipeRefreshLayout.java 28 * child views triggering a refresh gesture. You set the views which can trigger the gesture via
45 * views need to be a descendant of this view.
50 // Iterate through the ids and find the Views
  /development/samples/browseable/CustomNotifications/res/values/
base-strings.xml 24 This sample demonstrates notifications with custom content views.
  /development/samples/browseable/ElevationDrag/res/values/
base-strings.xml 25 z-translation are used to render the shadows and the views are clipped using different
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
MultiSwipeRefreshLayout.java 28 * child views triggering a refresh gesture. You set the views which can trigger the gesture via
45 * views need to be a descendant of this view.
50 // Iterate through the ids and find the Views
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
analysis_sub_view.html 11 @fileoverview Polymer element for various analysis sub-views.
  /external/droiddriver/src/io/appium/droiddriver/instrumentation/
RootFinder.java 78 List<View> views = null; local
82 views = (List<View>) viewsField.get(windowManagerObj);
84 views = Arrays.asList((View[]) viewsField.get(windowManagerObj));
86 return views;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
toc.xml 9 <topic label="Views">
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
CursorAdapterTest.java 90 List<View> views = new ArrayList<View>(); local
92 views.add(new View(Robolectric.application));
95 Robolectric.shadowOf(adapter).setViews( views );
98 assertThat(adapter.getView(i, null, null), sameInstance(views.get(i)));
  /frameworks/base/core/java/android/widget/
Checkable.java 20 * Defines an extension for views that make them checkable.
SuggestionsAdapter.java 296 * Cache of the child views of drop-drown list items, to avoid looking up the children
317 ChildViewCache views = (ChildViewCache) view.getTag(); local
323 if (views.mText1 != null) {
325 setViewText(views.mText1, text1);
327 if (views.mText2 != null) {
339 if (views.mText1 != null) {
340 views.mText1.setSingleLine(false);
341 views.mText1.setMaxLines(2);
344 if (views.mText1 != null) {
345 views.mText1.setSingleLine(true)
497 ChildViewCache views = (ChildViewCache) v.getTag(); local
521 final ChildViewCache views = (ChildViewCache) v.getTag(); local
    [all...]
  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetHost.aidl 26 void updateAppWidget(int appWidgetId, in RemoteViews views);
  /frameworks/base/docs/html/training/material/
index.jd 50 <dt><a href="{@docRoot}training/material/shadows-clipping.html">Defining Shadows and Clipping Views</a></dt>
51 <dd>Learn how to set elevation for your views to create custom shadows and how to clip views.</dd>
57 <dd>Learn how to create custom animations for views and activity transitions with shared elements.</dd>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ViewInvertHelper.java 31 * Helper to invert the colors of views and fade between the states.
50 final ArrayList<View> views = new ArrayList<>(); local
51 views.add(target);
52 return views;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/
AllTaskViewsDismissedEvent.java 22 * This is sent whenever all the task views in a stack have been dismissed.
DismissAllTaskViewsEvent.java 20 import com.android.systemui.recents.views.TaskView;
UpdateFreeformTaskViewVisibilityEvent.java 22 * This is sent to update the visibility of all visible freeform task views.

Completed in 834 milliseconds

1 2 3 4 5 67 8 91011>>