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

<<21222324252627282930>>

  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuPresenter.java 62 * @param itemLayoutRes Layout resource for individual item views.
72 * @param itemLayoutRes Layout resource for individual item views.
73 * @param themeRes Resource ID of a theme to use for views.
  /frameworks/base/docs/html/training/improving-layouts/
smooth-scrolling.jd 6 previous.title=Loading Views On Demand
93 <p>A {@code ViewHolder} object stores each of the component views inside the tag field of the
95 need to create a class to hold your exact set of views. For example:</p>
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PersistentFocusWrapper.java 92 public void addFocusables(ArrayList<View> views, int direction, int focusableMode) {
96 super.addFocusables(views, direction, focusableMode);
99 views.add(this);
BaseCardView.java 313 * card layout, resulting in views to become visible or hidden. A card is
330 * card layout, resulting in views to become visible or hidden. A card is
437 // retract currBottom to overlap the info views on top of main
649 // This animation changes the Y offset of the info and extra views,
693 // This animation changes the visible height of the info views,
736 // This animation changes the alpha of the info views, so they animate in
737 // and out. It's meant to be used when the info views are overlaid on top of
893 // Helper animation class used to animate the alpha for the info views
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ListMenuPresenter.java 63 * @param itemLayoutRes Layout resource for individual item views.
73 * @param itemLayoutRes Layout resource for individual item views.
74 * @param themeRes Resource ID of a theme to use for views.
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
WrapContentBasicTest.java 180 View[] views = new View[count]; local
184 views[i] = v;
188 return views;
  /packages/apps/Tag/src/com/android/apps/tag/record/
RecordUtils.java 47 * Contains info for click events that happen on views created via {@link #getViewsForIntent}.
60 * Creates one or more views for a parsed record that wants to display an actionable intent.
61 * The views will have a {@link ClickInfo} set as their tag.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 113 * Bounds of included views in the current view hierarchy when rendered in other context
148 * all views are exploded; this is used only for the mode (
353 * @return True when this {@link ViewHierarchy} contains a valid hierarchy of views.
378 * Returns true if we have views that were exploded during rendering
385 /** Locates and return any views that overlap the given selection rectangle.
496 // FrameLayout and in <merge> contexts where the views are sitting on top
653 * Returns a collection of views that have zero bounds and that correspond to empty
654 * parents. Note that the views may not actually have zero bounds; in particular, if
656 * bounds of a shown invisible node. Therefore, this method returns the views that
659 * @return A collection of empty parent views
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
TextureImageDetailsProvider.java 17 package com.android.ide.eclipse.gltrace.views.detail;
24 import com.android.ide.eclipse.gltrace.views.FitToCanvasAction;
25 import com.android.ide.eclipse.gltrace.views.SaveImageAction;
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 90 * <li><em>Adapter:</em> A subclass of {@link Adapter} responsible for providing views
102 * state during layout. Scrap views may be reused without becoming fully detached
204 * If there are too many of these in Systrace, some Views inside RecyclerView might be causing
205 * it. Try to avoid using EditText, focusable views or handle them with care.
228 * many Views being rebind. Make sure all are necessary and also prefer using notify*Range
274 * Keeps data about views to be used for animations
    [all...]
  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 39 * when switching between its views.
69 * views the current <code>mDisplayedChild</code> sits
74 * The number of views that the {@link AdapterViewAnimator} keeps as children at any
75 * given time (not counting views that are pending removal, see {@link #mPreviousViews}).
85 * List of views pending removal from the {@link AdapterViewAnimator}
90 * The index, relative to the adapter, of the beginning of the window of views
95 * The index, relative to the adapter, of the end of the window of views
126 * Specifies whether this is the first time the animator is showing views
233 * desired number of views, and specify the offset
235 * @param numVisibleViews The number of views the animator keeps in the {@link ViewGroup
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
reloc.cc 242 // uncache all views.
655 Views views; local
656 views.resize(shnum);
662 this->write_sections(layout, pshdrs, of, &views);
670 this->relocate_sections(symtab, layout, pshdrs, of, &views);
676 // Write out the accumulated views.
679 if (views[i].view != NULL)
681 if (views[i].is_ctors_reverse_view)
682 this->reverse_words(views[i].view, views[i].view_size)
    [all...]
  /developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
MainActivity.java 61 // Fetch the {@link LayoutInflater} service so that new views can be created
161 * @param inflater to create new views
214 * Cache of views in the grid item view to make recycling of views quicker. This avoids
233 * @param view which contains children views that should be cached.
  /external/skia/
public.bzl 91 "src/views/sdl/*",
92 "src/views/win/*",
93 "src/views/unix/*",
113 "src/views/**/*",
316 "include/views/**/*",
  /frameworks/base/docs/html/reference/android/support/test/espresso/
ViewFinder.html 274 <p>Uses matchers to locate particular views within the view hierarchy.
400 If multiple views match, or if no views match the appropriate exception is thrown.</p>
412 <td width="100%">when multiple views match</td>
416 <td width="100%">when no views match.
  /frameworks/support/percent/tests/java/android/support/percent/
PercentRelativeRtlTest.java 32 * The arrangement of child views in the layout class in the default LTR (left-to-right) direction
53 * The arrangement of child views in the layout class in the RTL (right-to-left) direction
74 * Child views are exercising the following percent-based constraints supported by
88 * X axis for all child views.
91 * {@link PercentRelativeLayout}) in how it treats end margin of child views on v17 devices, we are
  /frameworks/support/v4/java/android/support/v4/view/
NestedScrollingChild.java 35 * <p>Views invoking nested scrolling functionality should always do so from the relevant
37 * shim static methods. This ensures interoperability with nested scrolling views on Android
132 * <p>Implementations of views that support nested scrolling should call this to report
217 * <p>Views should also not offer fling velocities to nested parent views along an axis
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
FrameLayoutWithShadows.java 41 * Allows a drawable to be added for shadowing views in this layout. The shadows
46 * In code views can then have Shadows added to them via
200 * prune shadow views whose related view was detached from FrameLayoutWithShadows
222 * Perform a layout of the shadow views. This is done as part of the layout
344 * Makes the shadow associated with the given view draw above other views.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 42 * These descriptors describe Android views XML elements.
46 * XML files all possible views are children of the document and of themselves (that is any
49 * that deals with the children hierarchy must also deal with potential infinite loops since views
52 * Since Views are also Java classes, they derive from each other. Here this is represented
237 * Returns true if views with the given fully qualified class name need to include
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 5 This document provides additional designtime metadata for various Android views, such as
6 logical palette categories (as well as a natural ordering of the views within their
8 dropped into other views), and so on.
13 <!--- Each category has a name and contains a list of views in order -->
449 <!-- This is the catch-all category which contains unknown views if we encounter any -->
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 375 struct pipe_sampler_view **views = i915->vertex_sampler_views; local
382 struct pipe_sampler_view *view = i < num ? views[i] : NULL;
727 struct pipe_sampler_view **views)
734 views[i]);
742 i915->saved_set_sampler_views(pipe, num, views);
747 struct pipe_sampler_view **views)
756 !memcmp(i915->fragment_sampler_views, views, num * sizeof(struct pipe_sampler_view *)))
761 views[i]);
775 struct pipe_sampler_view **views)
784 !memcmp(i915->vertex_sampler_views, views, num * sizeof(struct pipe_sampler_view *)))
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 995 struct pipe_sampler_view **views)
1007 tr_view = trace_sampler_view(views[i]);
1010 views = unwrapped_views;
1029 trace_dump_arg_array(ptr, views, num);
1033 pipe->set_vertex_sampler_views(pipe, num, views);
1036 pipe->set_geometry_sampler_views(pipe, num, views);
1039 pipe->set_fragment_sampler_views(pipe, num, views);
1052 struct pipe_sampler_view **views)
1054 trace_context_set_sampler_views(_pipe, PIPE_SHADER_FRAGMENT, 0, num, views);
1061 struct pipe_sampler_view **views)
    [all...]
  /frameworks/base/docs/html/training/material/
animations.jd 153 <li>An <strong>enter</strong> transition determines how views in an activity enter the scene.
154 For example, in the <em>explode</em> enter transition, the views enter the scene from the outside
157 <li>An <strong>exit</strong> transition determines how views in an activity exit the scene. For
158 example, in the <em>explode</em> exit transition, the views exit the scene away from the
161 <li>A <strong>shared elements</strong> transition determines how views that are shared between
170 <li><em>explode</em> - Moves views in or out from the center of the scene.</li>
171 <li><em>slide</em> - Moves views in or out from one of the edges of the scene.</li>
182 <li><em>changeBounds</em> - Animates the changes in layout bounds of target views.</li>
183 <li><em>changeClipBounds</em> - Animates the changes in clip bounds of target views.</li>
184 <li><em>changeTransform</em> - Animates the changes in scale and rotation of target views.</li
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
OnboardingFragment.java 59 * To build the screen views, the inherited class should override:
106 * animations of custom views by overriding {@link #onCreateEnterAnimation}.
413 // Create custom views.
435 // Make views visible which were invisible while logo animation is running.
447 // Header views.
527 * @param inflater The LayoutInflater object that can be used to inflate the views,
528 * @param container The parent view that the additional views are attached to.The fragment
543 * @param inflater The LayoutInflater object that can be used to inflate the views,
544 * @param container The parent view that the additional views are attached to.The fragment
559 * @param inflater The LayoutInflater object that can be used to inflate the views,
    [all...]
OnboardingSupportFragment.java 61 * To build the screen views, the inherited class should override:
108 * animations of custom views by overriding {@link #onCreateEnterAnimation}.
415 // Create custom views.
437 // Make views visible which were invisible while logo animation is running.
449 // Header views.
529 * @param inflater The LayoutInflater object that can be used to inflate the views,
530 * @param container The parent view that the additional views are attached to.The fragment
545 * @param inflater The LayoutInflater object that can be used to inflate the views,
546 * @param container The parent view that the additional views are attached to.The fragment
561 * @param inflater The LayoutInflater object that can be used to inflate the views,
    [all...]

Completed in 2177 milliseconds

<<21222324252627282930>>