Searched defs:views (Results 1 - 18 of 18) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DProgressBarWrapper.java18 package com.android.ex.photo.views;
H A DPhotoView.java18 package com.android.ex.photo.views;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DProgressBarWrapper.java18 package com.android.ex.photo.views;
H A DPhotoView.java18 package com.android.ex.photo.views;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DAdjacentListsWithAdjacentISVsInside.java85 private static View combineAdjacent(View... views) { argument
86 if (views.length < 2) {
87 throw new IllegalArgumentException("you should pass at least 2 views in");
90 final LinearLayout ll = new LinearLayout(views[0].getContext());
95 for (View view : views) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDelegateViewHelper.java109 * Selects the initial touch region based on a list of views. This is meant to be called by
111 * will compute a minimum bound that contains all specified views.
113 * @param views
115 public void setInitialTouchRegion(View ... views) { argument
118 for (int i = 0; i < views.length; i++) {
119 View view = views[i];
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java60 public void updateAppWidget(int appWidgetId, RemoteViews views) { argument
61 if (isLocalBinder() && views != null) {
62 views = views.clone();
66 msg.obj = views;
316 RemoteViews views;
318 views = sService.getAppWidgetViews(appWidgetId);
322 view.updateAppWidget(views);
370 void updateAppWidgetView(int appWidgetId, RemoteViews views) { argument
376 v.updateAppWidget(views);
[all...]
H A DAppWidgetManager.java360 * @param views The RemoteViews object to show.
362 public void updateAppWidget(int[] appWidgetIds, RemoteViews views) { argument
364 sService.updateAppWidgetIds(appWidgetIds, views);
428 * @param views The RemoteViews object to show.
430 public void updateAppWidget(int appWidgetId, RemoteViews views) { argument
431 updateAppWidget(new int[] { appWidgetId }, views);
440 * level 17, the new properties set within the views objects will be appended to the cached
456 * @param views The RemoteViews object containing the incremental update / command.
458 public void partiallyUpdateAppWidget(int[] appWidgetIds, RemoteViews views) { argument
460 sService.partiallyUpdateAppWidgetIds(appWidgetIds, views);
490 partiallyUpdateAppWidget(int appWidgetId, RemoteViews views) argument
507 updateAppWidget(ComponentName provider, RemoteViews views) argument
[all...]
H A DAppWidgetHostView.java52 * Provides the glue to show AppWidget views. This class offers automatic animation
53 * between updates, and will try recycling old views for each incoming
69 // views that are allowed in RemoteViews.
335 * AppWidget provider. Will animate into these new views as needed
438 * set of {@link RemoteViews} views.
461 private Context getRemoteContext(RemoteViews views) { argument
463 final String packageName = views.getPackage();
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java283 public void partiallyUpdateAppWidgetIds(int[] appWidgetIds, RemoteViews views) argument
286 appWidgetIds, views);
301 public void updateAppWidgetIds(int[] appWidgetIds, RemoteViews views) throws RemoteException { argument
302 getImplForUser(getCallingOrCurrentUserId()).updateAppWidgetIds(appWidgetIds, views);
306 public void updateAppWidgetProvider(ComponentName provider, RemoteViews views) argument
308 getImplForUser(getCallingOrCurrentUserId()).updateAppWidgetProvider(provider, views);
H A DAppWidgetServiceImpl.java121 RemoteViews views; field in class:AppWidgetServiceImpl.AppWidgetId
360 if (id.views != null) {
361 pw.print(" views="); pw.println(id.views);
844 return cloneIfLocalBinder(id.views);
866 public void updateAppWidgetIds(int[] appWidgetIds, RemoteViews views) { argument
870 if (DBG) log("updateAppWidgetIds views: " + views);
872 if (views != null) {
873 bitmapMemoryUsage = views
932 partiallyUpdateAppWidgetIds(int[] appWidgetIds, RemoteViews views) argument
971 updateAppWidgetProvider(ComponentName provider, RemoteViews views) argument
991 updateAppWidgetInstanceLocked(AppWidgetId id, RemoteViews views) argument
995 updateAppWidgetInstanceLocked(AppWidgetId id, RemoteViews views, boolean isPartialUpdate) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java319 public Builder setContent(RemoteViews views) { argument
320 mNotification.contentView = views;
327 * views to be launched when clicked by calling {@link RemoteViews#setOnClickPendingIntent
382 public Builder setTicker(CharSequence tickerText, RemoteViews views) { argument
384 mTickerView = views;
/frameworks/base/core/java/android/app/
H A DNotification.java917 * content views using the platform's notification layout template. If your app supports
1137 public Builder setContent(RemoteViews views) { argument
1138 mContentView = views;
1148 * to assign PendingIntents to individual views in that custom layout (i.e., to create
1208 public Builder setTicker(CharSequence tickerText, RemoteViews views) { argument
1210 mTickerView = views;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java965 public void addFocusables(ArrayList<View> views, int direction, int focusableMode) { argument
967 getPageAt(mCurrentPage).addFocusables(views, direction, focusableMode);
971 getPageAt(mCurrentPage - 1).addFocusables(views, direction, focusableMode);
975 getPageAt(mCurrentPage + 1).addFocusables(views, direction, focusableMode);
981 * If one of our descendant views decides that it could be focused now, only
1424 // Setup the scroll to the correct page before we swap the views
1438 // drag view all subsequent views to pageUnderPointIndex will
2325 // Setup the scroll to the correct page before we swap the views
2338 // drag view all subsequent views to pageUnderPointIndex will
2364 // hidden views
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java305 * to the page views using animation properties.
331 * Used internally to tag special types of child views that should be added as
398 * Set a PagerAdapter that will supply views for this pager as needed.
574 * @param reverseDrawingOrder true if the supplied PageTransformer requires page views
896 // on creating views from the time the user releases their finger to
1297 // adding and removing different arbitrary views and do not
1311 * Make sure all children have been properly measured. Decor views first.
1313 * views won't intersect. We will pin to edges based on gravity.
1369 // Page views next.
1441 // First pass - decor views
2509 addFocusables(ArrayList<View> views, int direction, int focusableMode) argument
2553 addTouchables(ArrayList<View> views) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java55 * A <code>ViewGroup</code> is a special view that can contain other views
56 * (called children.) The view group is the base class for layouts and views
321 * to children when adding new views. This is used to prevent multiple
385 // Child views of this ViewGroup
400 // Used to draw cached views
406 // The set of views that are currently being transitioned. This list is used to track views
412 // views during a transition when they otherwise would have become gone/invisible
865 public void addFocusables(ArrayList<View> views, int direction, int focusableMode) { argument
866 final int focusableCount = views
942 addTouchables(ArrayList<View> views) argument
[all...]
H A DView.java122 * All of the views in a window are arranged in a single tree. You can add views
123 * either from code or by specifying a tree of views in one or more XML layout
124 * files. There are many specialized subclasses of views that act as controls or
128 * Once you have created a tree of views, there are typically a few types of
133 * that set them will vary among the different subclasses of views. Note that
141 * example, all views will let you set a listener to be notified when the view
146 * <li><strong>Set visibility:</strong> You can hide or show views using
152 * drawing views. You should not call methods that perform these actions on
153 * views yoursel
6367 addFocusables(ArrayList<View> views, int direction) argument
6387 addFocusables(ArrayList<View> views, int direction, int focusableMode) argument
6450 addTouchables(ArrayList<View> views) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java186 * the views from there. The top is specified by mSpecificTop.
305 * The data set used to store unused views that should be reused during the next layout
1108 * on all visible item views. This should only be called when a valid
3856 public void addTouchables(ArrayList<View> views) { argument
3868 views.add(child);
3870 child.addTouchables(views);
4432 // No new views, let things keep going.
4465 // No new views, let things keep going.
4491 // No new views, let things keep going.
4522 // No new views, le
5825 reclaimViews(List<View> views) argument
6462 reclaimScrapViews(List<View> views) argument
[all...]

Completed in 362 milliseconds