Searched refs:views (Results 101 - 117 of 117) sorted by relevance

12345

/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java209 + mNumWrittenViews + " views");
259 + ", views=" + mNumWrittenViews
312 + ", views=" + mNumWrittenViews);
361 + ", views=" + mNumReadViews);
367 + ", views=" + mNumReadViews + ", level=" + level);
392 + ", views=" + mNumReadViews);
1904 ArrayList<ViewRootImpl> views = WindowManagerGlobal.getInstance().getRootViews(
1906 for (int i=0; i<views.size(); i++) {
1907 ViewRootImpl root = views.get(i);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java63 * interactive "drawer" views to be pulled out from one or both vertical edges of the window.
66 * attribute on child views corresponding to which side of the view you want the drawer
75 * Add drawers as child views after the main content view and set the <code>layout_gravity</code>
78 * <p>{@link DrawerListener} can be used to monitor the state and motion of drawer views.
1073 // Content views get measured at exactly the layout's size.
1549 * Close all currently open drawer views by animating them out of view.
1825 public void addFocusables(ArrayList<View> views, int direction, int focusableMode) { argument
1830 // Only the views in the open drawers are focusables. Add normal child views when
1839 child.addFocusables(views, directio
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackAnimationHelper.java17 package com.android.systemui.recents.views;
120 * Prepares the stack views and puts them in their initial animation state while visible, before
147 // Prepare each of the task views for their enter animation from front to back
219 // Create enter animations for each of the views from front to back
296 * Starts an in-app animation to hide all the task views so that we can transition back home.
440 // Pick up the newly visible views after the scroll
463 // Setup the end listener to return all the hidden views to the view pool after the
536 // Pick up the newly visible views after the scroll
560 // Setup the end listener to return all the hidden views to the view pool after the
H A DTaskStackView.java17 package com.android.systemui.recents.views;
104 import com.android.systemui.recents.views.grid.GridTaskView;
105 import com.android.systemui.recents.views.grid.TaskGridLayoutAlgorithm;
106 import com.android.systemui.recents.views.grid.TaskViewFocusFrame;
349 // Reset the state of each of the task views
405 /** Updates the list of task views */
417 /** Gets the list of task views */
500 * all views necessary for a transition or animation will be visible at the start.
509 * The range of the union of the visible views at the current and
703 * animations that are current running on those task views, an
[all...]
H A DTaskStackViewTouchHandler.java17 package com.android.systemui.recents.views;
501 // Calculate where the views would be without the deleting tasks
522 // Pick up the newly visible views, not including the deleting tasks
533 * Post condition: All views that will be visible as a part of the gesture are retrieved
H A DTaskView.java17 package com.android.systemui.recents.views;
225 // Bind the views
414 * Returns whether this view should be clipped, or any views below should clip against this
633 // Update each of the views to the new task data
641 // Unbind each of the views from the task and remove the task callback
H A DTaskStackLayoutAlgorithm.java17 package com.android.systemui.recents.views;
41 import com.android.systemui.recents.views.grid.TaskGridLayoutAlgorithm;
H A DTaskViewHeader.java17 package com.android.systemui.recents.views;
144 // Header views
246 // Initialize the icon and description views
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java39 import com.android.photos.views.TiledImageRenderer;
143 * A {@link com.android.photos.views.TiledImageRenderer.TileSource} using
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java1242 public Builder setContent(RemoteViews views) { argument
1243 mNotification.contentView = views;
1250 * views to be launched when clicked by calling {@link RemoteViews#setOnClickPendingIntent
1310 public Builder setTicker(CharSequence tickerText, RemoteViews views) { argument
1312 mTickerView = views;
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1428 // If mOverlayView has focusable views, navigation key events should be always
1497 protected Void doInBackground(View... views) { argument
1498 View overlayViewParent = views[0];
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java17 package com.android.photos.views;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java18 package com.android.ex.photo.views;
/frameworks/base/core/java/android/app/
H A DNotification.java2663 * content views using the platform's notification layout template. If your app supports
3151 public Builder setContent(RemoteViews views) { argument
3152 return setCustomContentView(views);
3194 * to assign PendingIntents to individual views in that custom layout (i.e., to create
3255 public Builder setTicker(CharSequence tickerText, RemoteViews views) { argument
3257 // views is ignored
4928 // Only strip views for known Styles because we won't know how to
5352 * @return Whether custom content views are displayed inline in the style
5999 // Clear the remaining views for reapply. Ensures that historic message views ca
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java77 * <li><em>Adapter:</em> A subclass of {@link Adapter} responsible for providing views
89 * state during layout. Scrap views may be reused without becoming fully detached
215 * it. Try to avoid using EditText, focusable views or handle them with care.
251 * RecyclerView is attempting to pre-populate off screen views.
295 * Keeps data about views to be used for animations
465 * These are views that had their a11y importance changed during a layout. We defer these events
949 * animate the disappearing views, you may prefer to set
961 * Set a new adapter to provide child views on demand.
963 * When adapter is changed, all existing views are recycled back to the pool. If the pool has
977 * Removes and recycles all views
2418 addFocusables(ArrayList<View> views, int direction, int focusableMode) argument
9046 onAddFocusables(RecyclerView recyclerView, ArrayList<View> views, int direction, int focusableMode) argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java93 * <li><em>Adapter:</em> A subclass of {@link Adapter} responsible for providing views
105 * state during layout. Scrap views may be reused without becoming fully detached
234 * it. Try to avoid using EditText, focusable views or handle them with care.
270 * RecyclerView is attempting to pre-populate off screen views.
314 * Keeps data about views to be used for animations
489 * These are views that had their a11y importance changed during a layout. We defer these events
1033 * animate the disappearing views, you may prefer to set
1045 * Set a new adapter to provide child views on demand.
1047 * When adapter is changed, all existing views are recycled back to the pool. If the pool has
1061 * Removes and recycles all views
2560 addFocusables(ArrayList<View> views, int direction, int focusableMode) argument
9429 onAddFocusables(RecyclerView recyclerView, ArrayList<View> views, int direction, int focusableMode) argument
[all...]
/frameworks/base/core/java/android/view/
H A DView.java160 * All of the views in a window are arranged in a single tree. You can add views
161 * either from code or by specifying a tree of views in one or more XML layout
162 * files. There are many specialized subclasses of views that act as controls or
166 * Once you have created a tree of views, there are typically a few types of
171 * that set them will vary among the different subclasses of views. Note that
179 * example, all views will let you set a listener to be notified when the view
184 * <li><strong>Set visibility:</strong> You can hide or show views using
190 * drawing views. You should not call methods that perform these actions on
191 * views yoursel
10460 addFocusables(ArrayList<View> views, @FocusDirection int direction) argument
10480 addFocusables(ArrayList<View> views, @FocusDirection int direction, @FocusableMode int focusableMode) argument
10502 addKeyboardNavigationClusters( @onNull Collection<View> views, int direction) argument
10564 addTouchables(ArrayList<View> views) argument
[all...]

Completed in 671 milliseconds

12345