Searched defs:in (Results 1 - 25 of 410) sorted by last modified time

1234567891011>>

/frameworks/support/design/src/android/support/design/widget/
H A DNavigationView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
221 * <p>Existing items in the menu will not be modified or removed.</p>
346 * Sets the currently checked item in this navigation menu.
401 * Called when an item in the navigation menu is selected.
417 public SavedState(Parcel in) { argument
418 super(in);
419 menuState = in.readBundle();
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.io.IOException java.io.InputStream in java.io.OutputStream out byte[] buffer int len ...
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
89 private SavedState(Parcel in) { argument
90 super(in);
91 curTab = in.readString();
109 public SavedState createFromParcel(Parcel in) {
110 return new SavedState(in);
121 // because the simple Context construct can result in a broken object!
259 // This fragment was restored in the active state,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java5 * in compliance with the License. You may obtain a copy of the License at
9 * Unless required by applicable law or agreed to in writing, software distributed under the License
193 * Base class which scrolls to selected view in onStop().
266 * has been laid out in consumePendingMovesAfterLayout().
353 // maximum pending movement in one direction.
363 * Note on conventions in the presence of RTL layout directions:
367 * quantity that changes direction in RTL cases, or a quantity that
368 * does not. Here are the conventions in use:
379 * Note that although quantities do not reverse in RTL flows, their
381 * leftmost; in RT
2938 SavedState(Parcel in) argument
[all...]
H A DPersistentFocusWrapper.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
98 // Select a child in requestFocus
131 SavedState(Parcel in) { argument
132 super(in);
133 mSelectedPosition = in.readInt();
149 public SavedState createFromParcel(Parcel in) {
150 return new SavedState(in);
/frameworks/support/v4/api21/android/support/v4/media/
H A DMediaDescriptionCompatApi21.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
58 public static Object fromParcel(Parcel in) { argument
59 return MediaDescription.CREATOR.createFromParcel(in);
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
H A DParcelableCompatCreatorCallbacks.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
33 * @param in The Parcel to read the object's data from.
34 * @param loader The ClassLoader that this object is being created in.
37 public T createFromParcel(Parcel in, ClassLoader loader); argument
H A DParcelableCompatHoneycombMR2.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
35 public T createFromParcel(Parcel in) { argument
36 return mCallbacks.createFromParcel(in, null);
39 public T createFromParcel(Parcel in, ClassLoader loader) { argument
40 return mCallbacks.createFromParcel(in, loader);
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
93 public BackStackState(Parcel in) { argument
94 mOps = in.createIntArray();
95 mTransition = in.readInt();
96 mTransitionStyle = in.readInt();
97 mName = in.readString();
98 mIndex = in.readInt();
99 mBreadCrumbTitleRes = in.readInt();
100 mBreadCrumbTitleText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
[all...]
H A DFragment.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
79 public FragmentState(Parcel in) { argument
80 mClassName = in.readString();
81 mIndex = in.readInt();
82 mFromLayout = in.readInt() != 0;
83 mFragmentId = in.readInt();
84 mContainerId = in.readInt();
85 mTag = in.readString();
86 mRetainInstance = in
332 SavedState(Parcel in, ClassLoader loader) argument
[all...]
H A DFragmentManager.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
144 * in the state, and if changes are made after the state is saved then they
149 /** @hide -- remove once prebuilts are in. */
171 * from XML or as the container ID when added in a transaction. This first
181 * from XML or as supplied when added in a transaction. This first
263 * Return the number of entries currently in the back stack.
268 * Return the BackStackEntry at index <var>index</var> in the back stack;
285 * Put a reference to a fragment in a Bundle. This Bundle can be
290 * @param bundle The bundle in whic
373 FragmentManagerState(Parcel in) argument
[all...]
H A DFragmentTabHost.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
36 * its tab content. When placing this in a view hierarchy, after inflating
40 * <p>Here is a simple example of using a FragmentTabHost in an Activity:
97 private SavedState(Parcel in) { argument
98 super(in);
99 curTab = in.readString();
117 public SavedState createFromParcel(Parcel in) {
118 return new SavedState(in);
129 // because the simple Context construct can result in
[all...]
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaDescriptionCompat.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
83 private MediaDescriptionCompat(Parcel in) { argument
84 mMediaId = in.readString();
85 mTitle = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
86 mSubtitle = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
87 mDescription = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
88 mIcon = in.readParcelable(null);
89 mIconUri = in.readParcelable(null);
90 mExtras = in
[all...]
H A DMediaMetadataCompat.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
50 * The duration of the media in ms. A negative duration indicates that the
101 * The number of tracks in the media's original source.
300 private MediaMetadataCompat(Parcel in) { argument
301 mBundle = in.readBundle();
305 * Returns true if the given key is contained in the metadata
308 * @return true if the key exists in this metadata, false otherwise
420 // Fill in the next empty bit of text
467 * Get the number of fields in thi
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
75 * This is a helper for accessing features in
76 * {@link android.media.session.MediaSession} introduced after API level 4 in a
185 * playback after the session has been stopped. If your app is started in
191 * platform versions must include the media button receiver in the
318 * having to cache your own controller in process.
346 * Update the list of items in the play queue. It is an ordered list and
351 * within your app, it is better to send a reasonable amount in a sliding
354 * @param queue A list of items in th
806 QueueItem(Parcel in) argument
904 ResultReceiverWrapper(Parcel in) argument
[all...]
H A DPlaybackStateCompat.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
208 * State indicating this item is currently in an error state. The error
243 * State indicating the player is currently skipping to a specific item in
287 private PlaybackStateCompat(Parcel in) { argument
288 mState = in.readInt();
289 mPosition = in.readLong();
290 mSpeed = in.readFloat();
291 mUpdateTime = in.readLong();
292 mBufferedPosition = in
562 CustomAction(Parcel in) argument
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
67 * development. The API will likely change in later updates of
71 * <p>ViewPager is most often used in conjunction with {@link android.app.Fragment},
84 * <p>Below is a more complicated example of ViewPager, using it in conjunction
86 * ViewPager in the API 4+ Support Demos and API 13+ Support Demos sample code.
110 * Used to track what the expected number of items in the adapter should be.
233 * Indicates that the pager is in an idle, settled state. The current page
234 * is fully in view and no animation is in progres
1286 SavedState(Parcel in, ClassLoader loader) argument
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
83 * This preserves the same navigation left, actions right structure present in the Action Bar
98 * Indicates that any drawers are in an idle, settled state. No animation is in progress.
108 * Indicates that a drawer is in the process of settling to a final position.
232 * Called when a drawer has settled in a completely open state.
240 * Called when a drawer has settled in a completely closed state.
389 * Sets the base elevation of the drawer(s) relative to the parent, in pixels. Note that the
390 * elevation change is only supported in AP
1772 SavedState(Parcel in) argument
[all...]
H A DSlidingPaneLayout.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
57 * in the SlidingPaneLayout. When this occurs the user may slide the topmost view out of the way
58 * by dragging it, or by navigating in the direction of the overlapped view using a keyboard.
66 * <p>SlidingPaneLayout is distinct from a navigation drawer as described in the design
67 * guide and should not be used in the same scenarios. SlidingPaneLayout should be thought
69 * screens in a natural way. The interaction patterns expressed by SlidingPaneLayout imply
71 * in a scenario where a navigation drawer should be used instead.</p>
83 * When views do not overlap weight behaves as it does in a LinearLayout.</p>
86 * sized to fill all available space in th
1456 SavedState(Parcel in) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuPresenter.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
49 * MenuPresenter for building action menus as seen in the action bar and action modes.
397 * @return true if space has been reserved in the action menu for an overflow item.
475 // Items in a group with other items that already have an action slot
583 SavedState(Parcel in) { argument
584 openSubMenuId = in.readInt();
599 public SavedState createFromParcel(Parcel in) {
600 return new SavedState(in);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceGroupAdapter.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
31 * An adapter that connects a RecyclerView to the {@link Preference} objects contained in the
54 * Contains a sorted list of all preferences in this adapter regardless of visibility. This is
173 private PreferenceLayout createPreferenceLayout(Preference preference, PreferenceLayout in) { argument
174 PreferenceLayout pl = in != null? in : new PreferenceLayout();
215 // The preference has become visible, we need to add it in the correct location.
217 // Index (inferred) in mPreferenceList of the item preceding the newly visible pref
232 // The preference has become invisibile. Find it in th
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
79 * Based on {@link #mOrientation}, an implementation is lazily created in
160 * Constructor used when layout manager is set in XML by RecyclerView attribute
203 * Note that, setting this flag will result in a performance drop if RecyclerView
206 * @param recycleChildrenOnDetach Whether children should be recycled in detach or not.
394 return child; // in pre-layout, this may not match
397 // fallback to traversal. This might be necessary in pre-layout.
407 * hand, in places like smooth scrolling to an unknown location, this extra content helps
411 * @return The extra space that should be laid out (in pixel
2050 SavedState(Parcel in) argument
[all...]
H A DRecyclerView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
81 * that represent items in a data set.</li>
83 * <li><em>Index:</em> The index of an attached child view as used in a call to
88 * position may be placed in a cache for later reuse to display the same type of data again
99 * <h4>Positions in RecyclerView:</h4>
102 * {@link LayoutManager} to be able to detect data set changes in batches during a layout
107 * For this reason, there are two types of <code>position</code> related methods in RecyclerView:
109 * <li>layout position: Position of an item in the latest layout calculation. This is the
111 * <li>adapter position: Position of an item in th
9330 SavedState(Parcel in) argument
[all...]
H A DStaggeredGridLayoutManager.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
46 * A LayoutManager that lays out children in a staggered grid formation.
47 * It supports horizontal & vertical layout as well as an ability to layout children in reverse.
73 * check if there are gaps in the because of full span items. If it finds, it will re-layout
148 * how we handle gaps in UI.
184 * If a full span item is invalid / or created in reverse direction; it may create gaps in
205 * Constructor used when layout manager is set in XML by RecyclerView attribute
229 * Checks for gaps in th
2614 FullSpanItem(Parcel in) argument
2695 SavedState(Parcel in) argument
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewBasicTest.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
228 assertEquals("uuid in layout manager should be preserved properly", mlm.mUuid,
353 public LayoutManagerSavedState(Parcel in) { argument
354 mUuid = in.readString();
374 public LayoutManagerSavedState createFromParcel(Parcel in) {
375 return new LayoutManagerSavedState(in);

Completed in 1965 milliseconds

1234567891011>>