OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:views
(Results
226 - 250
of
2495
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Messaging/src/com/android/messaging/ui/
FixedViewPagerAdapter.java
30
* A PagerAdapter that provides a fixed number of paged
Views
provided by a fixed set of
31
* {@link PagerViewHolder}'s. This allows us to put a fixed number of
Views
, instead of fragments,
84
// The paged
views
in the view pager gets created and destroyed as the user scrolls through
88
// are not persisted in the DB we'd like to store them in a Bundle when
views
get
89
// destroyed. When the
views
get recreated, we rehydrate them by passing them the saved
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java
51
* {@link WebView} and a number of overlay
views
that draw on top of the WebView. In the Mail app,
52
* the WebView contains all HTML message bodies in a conversation, and the overlay
views
are the
53
* subject view, message headers, and attachment
views
. The WebView does all scroll handling, and
54
* this container manages scrolling of the overlay
views
so that they move in tandem.
57
* Placing the WebView in the same container as the overlay
views
means we don't have to do a lot of
63
* Normally, it would make sense to put all overlay
views
into a {@link ListView}. But this view
70
* notifications happen during the WebView's draw, we do not remove and re-add
views
for recycling.
71
* Instead, we simply move the
views
off-screen and add them to our recycle cache. When the
views
73
* circumvents the issues found when
views
are added or removed during draw (which results i
[
all
...]
/developers/build/prebuilts/gradle/CustomTransition/
README.md
14
each of the
Views
in the hierarchy.
18
the
Views
in the hierarchy. If you want to skip some
Views
, simply return null.
/developers/build/prebuilts/gradle/ElevationDrag/
README.md
6
z-translation are used to render the shadows and the
views
are clipped using different
13
z-translation are used to render the shadows and the
views
are clipped using different
21
See [Assign Elevation to Your
Views
][1] for more info.
/developers/samples/android/ui/transition/CustomTransition/
README.md
14
each of the
Views
in the hierarchy.
18
the
Views
in the hierarchy. If you want to skip some
Views
, simply return null.
template-params.xml
71
each of the
Views
in the hierarchy.
75
the
Views
in the hierarchy. If you want to skip some
Views
, simply return null.
/developers/samples/android/ui/views/Elevation/ElevationDrag/
README.md
6
z-translation are used to render the shadows and the
views
are clipped using different
13
z-translation are used to render the shadows and the
views
are clipped using different
21
See [Assign Elevation to Your
Views
][1] for more info.
/developers/samples/android/ui/views/RecyclerView/
template-params.xml
43
<categories>UI,
Views
</categories>
72
efficiently by recycling a limited number of
views
. Click listeners can be
73
defined when [ViewHolder][4]
views
are instantiated. [RecyclerView][1] is
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSimpleCursorAdapter.java
37
*
views
you want to display the columns, and the XML file that defines
38
* the appearance of these
views
.
69
* A list of View ids representing the
views
to which the data must be bound.
85
* @param layout resource identifier of a layout file that defines the
views
87
* those named
views
defined in "to"
91
* @param to The
views
that should display column in the "from" parameter.
92
* These should all be TextViews. The first N
views
in this list
162
* Returns the {@link ViewBinder} used to bind data to
views
.
175
* Sets the binder used to bind data to
views
.
177
* @param viewBinder the binder used to bind data to
views
, can be null t
[
all
...]
/frameworks/base/core/java/android/transition/
TransitionPropagation.java
24
* defaults to using {@link android.transition.CircularPropagation} and
Views
closer to the
25
* epicenter will move out of the scene later and into the scene sooner than
Views
farther
27
*
Views
will react simultaneously to the start of the transition.
/frameworks/base/docs/html/training/custom-views/
index.jd
1
page.title=Creating Custom
Views
42
sometimes your app has unique needs that aren?t covered by the built-in
views
. This class shows you
44
own
views
that are robust and reusable.</p>
optimizing-view.jd
2
parent.title=Creating Custom
Views
65
its layout. Unlike the built-in
views
, your custom view can make application-specific assumptions
70
views
, but it never
/frameworks/base/docs/html/training/implementing-navigation/
index.jd
45
implement navigation patterns with tabs, swipe
views
, and a navigation drawer. You should also
58
<dt><strong><a href="lateral.html">Creating Swipe
Views
with Tabs</a></strong></dt>
60
horizontal paging (swipe
views
) to navigate between tabs.</dd>
/frameworks/base/docs/html/training/improving-layouts/
loading-ondemand.jd
1
page.title=Loading
Views
On Demand
35
<p>Sometimes your layout might require complex
views
that are rarely used. Whether
37
up rendering by loading the
views
only when they are needed.</p>
/frameworks/base/docs/html/training/transitions/
index.jd
1
page.title=Animating
Views
Using Scenes and Transitions
15
How Android Draws
Views
</a></li>
42
animate changes between two view hierarchies. The framework animates the
views
at runtime by
/frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceViewHolder.java
25
* A {@link android.support.v7.widget.RecyclerView.ViewHolder} class which caches
views
associated
26
* with the default {@link Preference} layouts. Cached
views
can be retrieved by calling
37
// Pre-cache the
views
that we know in advance we'll want to find
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
SimpleScrollAdapterTransform.java
31
* by ScrollAdapterView. It uses two Animator objects to transform
views
.
35
/** Animator for transform
views
on the right/down side of mScrollCenter */
38
/** for transform
views
on the left/up side of mScrollCenter */
/packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java
200
* Creates a translation-animation for the given
views
202
private static void translateViews(List<Animator> animators, List<View>
views
, float fromY,
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.
/developers/build/prebuilts/gradle/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
UsageListAdapter.java
33
* Provide
views
to RecyclerView with the directory entries.
41
* Provide a reference to the type of
views
that you are using (custom ViewHolder)
/developers/build/prebuilts/gradle/DirectorySelection/Application/src/main/java/com/example/android/directoryselection/
DirectoryEntryAdapter.java
29
* Provide
views
to RecyclerView with the directory entries.
37
* Provide a reference to the type of
views
that you are using (custom ViewHolder)
/developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerListAdapter.java
59
* Create new
views
for list items (invoked by the WearableListView's layout manager)
69
* Replaces the contents of a list item. Instead of creating new
views
, the list tries to
/developers/samples/android/content/documentsUi/DirectorySelection/Application/src/main/java/com/example/android/directoryselection/
DirectoryEntryAdapter.java
29
* Provide
views
to RecyclerView with the directory entries.
37
* Provide a reference to the type of
views
that you are using (custom ViewHolder)
/developers/samples/android/system/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
UsageListAdapter.java
33
* Provide
views
to RecyclerView with the directory entries.
41
* Provide a reference to the type of
views
that you are using (custom ViewHolder)
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/
template-params.xml
47
<categories>UI,
Views
</categories>
78
The
views
used as tabs can be customized by calling `setCustomTabView(int, int)` providing the
/developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerListAdapter.java
59
* Create new
views
for list items (invoked by the WearableListView's layout manager)
69
* Replaces the contents of a list item. Instead of creating new
views
, the list tries to
Completed in 3574 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>