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

12

/packages/apps/Gallery2/src/com/android/photos/views/
H A DSquareImageView.java17 package com.android.photos.views;
H A DHeaderGridView.java17 package com.android.photos.views;
94 * called more than once, the views will appear in the order they were
98 * the supplied cursor with one that will also account for header views.
130 * called more than once, the views will appear in the order they were
134 * the supplied cursor with one that will also account for header views.
208 * ListAdapter used when a HeaderGridView has header views. This ListAdapter
209 * wraps another one and also keeps track of the header views and their
H A DBlockingGLTextureView.java17 package com.android.photos.views;
H A DTiledImageView.java17 package com.android.photos.views;
40 import com.android.photos.views.TiledImageRenderer.TileSource;
H A DGalleryThumbnailView.java17 package com.android.photos.views;
235 * @return Number of views added
433 * Important: this method will leave offscreen views attached if they
444 // There may be other offscreen views, but we need to maintain
461 // There may be other offscreen views, but we need to maintain
648 // and onscreen views if they have changed instead of removing all of the state here.
667 // Clear all layout records and views
H A DTiledImageRenderer.java17 package com.android.photos.views;
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogListItemHelper.java31 * Helper class to fill in the views of a call log entry.
61 * @param views the views to populate
65 CallLogListItemViewHolder views,
67 mPhoneCallDetailsHelper.setPhoneCallDetails(views.phoneCallDetailsViews, details);
70 views.quickContactView.setContentDescription(getContactBadgeDescription(details));
73 views.primaryActionView.setContentDescription(getCallDescription(details));
77 views.nameOrNumber = getNameOrNumber(details);
81 views.callTypeOrLocation = mPhoneCallDetailsHelper.getCallTypeOrLocation(details);
84 views
64 setPhoneCallDetails( CallLogListItemViewHolder views, PhoneCallDetails details) argument
92 setActionContentDescriptions(CallLogListItemViewHolder views) argument
[all...]
H A DPhoneCallDetailsHelper.java46 * Helper class to fill in the views in {@link PhoneCallDetailsViews}.
87 /** Fills the call details views with content. */
88 public void setPhoneCallDetails(PhoneCallDetailsViews views, PhoneCallDetails details) { argument
90 views.callTypeIcons.clear();
94 views.callTypeIcons.add(details.callTypes[index]);
101 views.callTypeIcons.setShowVideo(
103 views.callTypeIcons.requestLayout();
104 views.callTypeIcons.setVisibility(View.VISIBLE);
115 setDetailText(views, callCount, details);
129 views
325 setDetailText(PhoneCallDetailsViews views, Integer callCount, PhoneCallDetails details) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java64 public void setOldViews(Vector<ImageShow> views) { argument
65 mOldViews = views;
/packages/apps/Music/src/com/android/music/
H A DMediaAppWidgetProvider.java68 final RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.album_appwidget);
70 views.setViewVisibility(R.id.title, View.GONE);
71 views.setTextViewText(R.id.artist, res.getText(R.string.widget_initial_text));
73 linkButtons(context, views, false /* not playing */);
74 pushUpdate(context, appWidgetIds, views);
77 private void pushUpdate(Context context, int[] appWidgetIds, RemoteViews views) { argument
81 gm.updateAppWidget(appWidgetIds, views);
83 gm.updateAppWidget(new ComponentName(context, this.getClass()), views);
114 final RemoteViews views = new RemoteViews(service.getPackageName(), R.layout.album_appwidget);
141 views
172 linkButtons(Context context, RemoteViews views, boolean playerActive) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorAnimator.java200 * Creates a translation-animation for the given views
202 private static void translateViews(List<Animator> animators, List<View> views, float fromY, argument
204 for (int i = 0; i < views.size(); i++) {
205 final View child = views.get(i);
215 * Traverses up the view hierarchy and returns all views physically below this item.
217 * @return List of views that are below the given view. Empty list if parent of view is null.
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFocusHelper.java572 ArrayList<View> views = new ArrayList<View>();
574 views.add(parent.getChildAt(j));
576 Collections.sort(views, new Comparator<View>() {
586 return views;
594 private static View findIndexOfIcon(ArrayList<View> views, int i, int delta) { argument
596 final int count = views.size();
599 View newV = views.get(newI);
609 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
610 return findIndexOfIcon(views, i, delta);
614 final ArrayList<View> views
[all...]
H A DPagedView.java903 public void addFocusables(ArrayList<View> views, int direction, int focusableMode) { argument
906 getPageAt(mCurrentPage).addFocusables(views, direction, focusableMode);
910 getPageAt(mCurrentPage - 1).addFocusables(views, direction, focusableMode);
914 getPageAt(mCurrentPage + 1).addFocusables(views, direction, focusableMode);
920 * If one of our descendant views decides that it could be focused now, only
1729 * This method is called to synchronize the items that are on a particular page. If views on
1770 // Load any pages that are necessary for the current window of views
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchWidgetProvider.java163 RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.search_widget);
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, argument
182 views.setOnClickPendingIntent(viewId, pendingIntent);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationOverlayItem.java199 public void registerOnKeyListeners(View... views) { argument
202 for (View v : views) {
H A DMessageHeaderView.java277 private void registerMessageClickTargets(View... views) { argument
278 for (View v : views) {
312 // (let's just arbitrarily say that unbound views are expanded by default)
601 * Update the visibility of the many child views based on expanded/collapsed
893 * Handles clicks on either views or menu items. View parameter can be null
/packages/apps/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageView.java17 package com.android.photos.views;
29 import com.android.photos.views.TiledImageRenderer.TileSource;
H A DTiledImageRenderer.java17 package com.android.photos.views;
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/
H A DCarMenu.java342 public Builder setRemoteViews(RemoteViews views) { argument
343 mBundle.putParcelable(MenuItemConstants.KEY_REMOTEVIEWS, views);
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetService.java202 RemoteViews views = new RemoteViews(mContext.getPackageName(),
204 return views;
215 RemoteViews views = new RemoteViews(mContext.getPackageName(),
219 views.setOnClickFillInIntent(R.id.appwidget_loading, intent);
220 return views;
224 RemoteViews views = new RemoteViews(mContext.getPackageName(),
228 views.setOnClickFillInIntent(R.id.appwidget_no_events, intent);
229 return views;
234 RemoteViews views = new RemoteViews(mContext.getPackageName(),
237 updateTextView(views,
462 updateTextView(RemoteViews views, int id, int visibility, String string) argument
[all...]
/packages/apps/Settings/src/com/android/settings/widget/
H A DSettingsAppWidgetProvider.java196 * Updates the remote views depending on the state (off, on,
199 public final void setImageViewResources(Context context, RemoteViews views) { argument
206 views.setContentDescription(containerId,
208 views.setImageViewResource(buttonId, getButtonImageId(false));
209 views.setImageViewResource(
213 views.setContentDescription(containerId,
215 views.setImageViewResource(buttonId, getButtonImageId(true));
216 views.setImageViewResource(
226 views.setContentDescription(containerId,
228 views
730 updateButtons(RemoteViews views, Context context) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DTwoPaneLayout.java49 * This is a custom layout that manages the possible views of Gmail's large screen (read: tablet)
117 // These two views get switched in/out depending on the view mode.
142 * Used for two-pane landscape layout positioning when other views need to align themselves
277 // Layout only positions the children views at their default locations, and any pane
296 // Layout the children views
394 private void configureAnimations(View... views) { argument
395 for (View v : views) {
/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DCarLayoutManager.java40 * <li>In a normal ListView, when views reach the top of the list, they are clipped. In
41 * CarLayoutManager, views have the option of flying off of the top of the screen as the
182 * <li>Check the current views to get the current state of affairs
183 * <li>Detach all views from the window (a lightweight operation) so that rows
227 * <li> So that views are put in the scrap heap. This enables us to call
229 * one of these detached views if it is in the scrap heap, one from the
232 * <li> So that views are automatically removed if they are not manually re-added.
254 Log.v(TAG, "Currently showing " + getChildCount() + " views " +
263 * onLayoutChildren. It doesn't have to detach all views. It only looks at the end of the list
264 * and removes views tha
438 onAddFocusables( RecyclerView recyclerView, ArrayList<View> views, int direction, int focusableMode) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java101 // Variables relating to animation of views after drop
1089 public void addFocusables(ArrayList<View> views, int direction, int focusableMode) { argument
1092 topView.addFocusables(views, direction);
1094 super.addFocusables(views, direction, focusableMode);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java502 public View doInBackground(View... views) { argument
505 mParent = views[0];

Completed in 7150 milliseconds

12