Searched refs:in (Results 1 - 25 of 1488) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/
H A DAndroid.mk26 # optional, see comments in MPH_to.c: -DUSE_DESIGNATED_INITIALIZERS -S
194 # present in Brillo), so it doesn't really make sense to have it anyways. See
/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
190 * Base class which scrolls to selected view in onStop().
285 * has been laid out in consumePendingMovesAfterLayout().
372 // maximum pending movement in one direction.
374 // minimal milliseconds to scroll window size in major direction, we put a cap to prevent the
385 * Note on conventions in the presence of RTL layout directions:
389 * quantity that changes direction in RTL cases, or a quantity that
390 * does not. Here are the conventions in use:
401 * Note that although quantities do not reverse in RT
3181 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/v17/preference-leanback/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
70 # in their makefiles to include the resources in their package.
/frameworks/support/v17/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/support/v4/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/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);
H A DMediaMetadataCompatApi21.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
51 public static Object createFromParcel(Parcel in) { argument
52 return MediaMetadata.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
83 public FragmentState(Parcel in) { argument
84 mClassName = in.readString();
85 mIndex = in.readInt();
86 mFromLayout = in.readInt() != 0;
87 mFragmentId = in.readInt();
88 mContainerId = in.readInt();
89 mTag = in.readString();
90 mRetainInstance = in
339 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
147 * in the state, and if changes are made after the state is saved then they
153 * @hide -- remove once prebuilts are in.
173 * unwanted side effects when other code in your app has pending committed
183 * from XML or as the container ID when added in a transaction. This first
193 * from XML or as supplied when added in a transaction. This first
275 * Return the number of entries currently in the back stack.
280 * Return the BackStackEntry at index <var>index</var> in the back stack;
297 * Put a reference to a fragment in
385 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...]
H A DINotificationSideChannel.aidl5 * 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 void notify(String packageName, int id, String tag, in Notification notification);
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.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
53 * a content URI, in order to send the content URI
62 * <em>any</em> app, and remain in effect until you change them. This level of access is
80 * don't need to define a subclass in code. Instead, you can include a FileProvider in your app
81 * by specifying it entirely in XML. To specify the FileProvider component itself, add a
109 * the FileProvider class and use the fully-qualified class name in the <code>android:name</code>
112 * A FileProvider can only generate a content URI for files in directories that you specify
113 * beforehand. To specify a directory, specify the its storage area and path in XM
[all...]
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaBrowserCompat.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
75 * Used as an int extra field to denote the number of media items in a page.
115 * The connection callback specified in the constructor will be invoked
303 * A class with information on a single media item for use in browsing media.
330 * Create a new MediaItem for use in browsing media.
349 private MediaItem(Parcel in) { argument
350 mFlags = in.readInt();
351 mDescription = MediaDescriptionCompat.CREATOR.createFromParcel(in);
377 public MediaItem createFromParcel(Parcel in) {
[all...]
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
98 private MediaDescriptionCompat(Parcel in) { argument
99 mMediaId = in.readString();
100 mTitle = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
101 mSubtitle = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
102 mDescription = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
103 mIcon = in.readParcelable(null);
104 mIconUri = in.readParcelable(null);
105 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
102 * The number of tracks in the media's original source.
301 private MediaMetadataCompat(Parcel in) { argument
302 mBundle = in.readBundle();
306 * Returns true if the given key is contained in the metadata
309 * @return true if the key exists in this metadata, false otherwise
427 // Fill in the next empty bit of text
474 * Get the number of fields in thi
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DIMediaControllerCallback.aidl4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
30 void onEvent(String event, in Bundle extras);
34 void onPlaybackStateChanged(in PlaybackStateCompat state);
35 void onMetadataChanged(in MediaMetadataCompat metadata);
36 void onQueueChanged(in List<MediaSessionCompat.QueueItem> queue);
38 void onExtrasChanged(in Bundle extras);
39 void onVolumeInfoChanged(in ParcelableVolumeInfo info);
H A DIMediaSession.aidl4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
36 void sendCommand(String command, in Bundle args, in MediaSessionCompat.ResultReceiverWrapper cb);
37 boolean sendMediaButton(in KeyEvent mediaButton);
38 void registerCallbackListener(in IMediaControllerCallback cb);
39 void unregisterCallbackListener(in IMediaControllerCallback cb);
51 void playFromMediaId(String uri, in Bundle extras);
52 void playFromSearch(String string, in Bundle extras);
53 void playFromUri(in Ur
[all...]
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
78 * This is a helper for accessing features in
79 * {@link android.media.session.MediaSession} introduced after API level 4 in a
187 * receiver in API 21 or later, call {@link #setMediaButtonReceiver}.
262 * playback after the session has been stopped. If your app is started in
268 * platform versions must include the media button receiver in the
395 * having to cache your own controller in process.
423 * Update the list of items in the play queue. It is an ordered list and
428 * within your app, it is better to send a reasonable amount in
984 QueueItem(Parcel in) argument
1082 ResultReceiverWrapper(Parcel in) argument
[all...]
H A DParcelableVolumeInfo.java4 ** you may not use this file except in compliance with the License.
9 ** Unless required by applicable law or agreed to in writing, software
68 public ParcelableVolumeInfo createFromParcel(Parcel in) {
69 return new ParcelableVolumeInfo(in);
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
238 * State indicating this item is currently in an error state. The error
273 * State indicating the player is currently skipping to a specific item in
317 private PlaybackStateCompat(Parcel in) { argument
318 mState = in.readInt();
319 mPosition = in.readLong();
320 mSpeed = in.readFloat();
321 mUpdateTime = in.readLong();
322 mBufferedPosition = in
596 CustomAction(Parcel in) argument
[all...]
/frameworks/support/v4/java/android/support/v4/os/
H A DIResultReceiver.aidl5 ** you may not use this file except in compliance with the License.
10 ** Unless required by applicable law or agreed to in writing, software
23 void send(int resultCode, in Bundle resultData);

Completed in 2776 milliseconds

1234567891011>>