Searched defs:in (Results 151 - 175 of 213) sorted by relevance

123456789

/frameworks/base/core/java/android/app/
H A DSearchableInfo.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 // TODO how should these be documented for the developer, in a more structured way than
59 // the current long wordy javadoc in SearchManager.java ?
64 // flags in the searchMode attribute
156 * Checks whether the text in the query field should come from the suggestion intent data.
165 * Checks whether the text in the query field should come from the suggestion title.
174 * Gets the resource id of the description string to use for this source in system search
207 * This can be overriden in any given suggestion using the column
224 * This can be overriden in an
432 ActionKeyInfo(Parcel in) argument
806 SearchableInfo(Parcel in) 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
55 * While the FragmentManager API was introduced in
134 * in the state, and if changes are made after the state is saved then they
139 /** @hide -- remove once prebuilts are in. */
161 * from XML or as the container ID when added in a transaction. This first
171 * from XML or as supplied when added in a transaction. This first
252 * Return the number of entries currently in the back stack.
257 * Return the BackStackEntry at index <var>index</var> in the back stack;
274 * Put a reference to a fragment in
360 FragmentManagerState(Parcel in) argument
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.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
47 * "buckets" in time. Internally it stores data in {@code long} series for more
120 public NetworkStatsHistory(Parcel in) { argument
121 bucketDuration = in.readLong();
122 bucketStart = readLongArray(in);
123 activeTime = readLongArray(in);
124 rxBytes = readLongArray(in);
125 rxPackets = readLongArray(in);
146 NetworkStatsHistory(DataInputStream in) argument
640 readFullLongArray(DataInputStream in) argument
652 readVarLong(DataInputStream in) argument
680 readVarLongArray(DataInputStream in) argument
711 readLongArray(Parcel in) argument
[all...]
/frameworks/base/core/java/android/view/
H A DInputDevice.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
80 * A {@link MotionEvent} should be interpreted as absolute coordinates in
94 * A {@link MotionEvent} should be interpreted as relative movements in device-specific
106 * A {@link MotionEvent} should be interpreted as absolute coordinates in
317 public InputDevice createFromParcel(Parcel in) {
318 return new InputDevice(in);
340 private InputDevice(Parcel in) { argument
341 mId = in.readInt();
342 mGeneration = in
[all...]
H A DKeyCharacterMap.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
34 * The id of the device's primary built in keyboard is always 0.
37 * guarantee that a device has a built-in keyboard that can be used for
38 * typing text. There might not be a built-in keyboard, the built-in keyboard
42 * use the device id specified in the {@link KeyEvent} received.
140 * This bit will be set in the return value of {@link #get(int, int)} if the
177 /* Legacy dead key display characters used in previous versions of the API.
275 public KeyCharacterMap createFromParcel(Parcel in) {
285 nativeReadFromParcel(Parcel in) argument
298 KeyCharacterMap(Parcel in) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DDatePicker.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
292 * Gets the minimal date supported by this {@link DatePicker} in
293 * milliseconds since January 1, 1970 00:00:00 in
306 * Sets the minimal date supported by this {@link NumberPicker} in
307 * milliseconds since January 1, 1970 00:00:00 in
328 * Gets the maximal date supported by this {@link DatePicker} in
329 * milliseconds since January 1, 1970 00:00:00 in
342 * Sets the maximal date supported by this {@link DatePicker} in
343 * milliseconds since January 1, 1970 00:00:00 in
791 SavedState(Parcel in) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
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
39 * MenuPresenter for building action menus as seen in the action bar and action modes.
347 * @return true if space has been reserved in the action menu for an overflow item.
425 // Items in a group with other items that already have an action slot
528 SavedState(Parcel in) { argument
529 openSubMenuId = in.readInt();
544 public SavedState createFromParcel(Parcel in) {
545 return new SavedState(in);
H A DIconMenuView.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
60 /** Maximum number of items to show in the icon menu. */
113 * top-most). Each value contains the number of items in that row.
115 * The length of this array should not be used to get the number of rows in
121 * The number of rows in the current layout.
166 // This is so we'll receive the MENU key in touch mode
216 * @param numItems The total number of items (across all rows) contained in
321 * just computes positions for each child, and then stores them in the child's layout params.
515 * position is the number of items in tha
720 SavedState(Parcel in) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DTransportControlView.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
88 // This handler is required to ensure messages from IRCD are handled in sequence and on
135 * we can't predict when it will be GC'd in the remote process. Without this code, it
384 private SavedState(Parcel in) { argument
385 super(in);
386 this.wasShowing = in.readInt() != 0;
397 public SavedState createFromParcel(Parcel in) {
398 return new SavedState(in);
450 // Shouldn't be possible because this view should be hidden in thi
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
361 // these are implemented in android_util_Binder.cpp
428 * them, we can do this in place.
489 FILE* in = fopen(maps, "r"); local
490 if (in == NULL) {
495 while (size_t n = fread(buf, sizeof(char), BUFSIZ, in)) {
498 fclose(in);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.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 public MyBadParcelable createFromParcel(Parcel in) {
50 return new MyBadParcelable(in);
58 public MyBadParcelable(Parcel in) { argument
59 String nm = in.readString();
73 // Also used as the Binder interface descriptor string in these tests
187 // This one behaves a little differently when running in a group.
508 //System.out.println(mNextReceiver + " in " + mExpectedReceivers);
583 //System.out.println("Receive in
[all...]
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
270 // Pad out the space we promised in the buffer. We can't corrupt the buffer,
367 LOGP("back_up_files key already in use '%s'", key.string());
468 sprintf(buf + 148, "%06o", sum); // the trailing space is already in place
536 if (isdir) s.st_size = 0; // directories get no actual data in the tar stream
569 // [ 108 : 8 ] uid -- ignored in Android format; uids are remapped at restore time
570 // [ 116 : 8 ] gid -- ignored in Android format
574 // [ 124 : 12 ] file size in bytes
608 // pax extended means we don't put in
736 WriteFile(const String8& filename, BackupDataReader* in) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardTransportControlView.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 * This is the widget responsible for showing music controls in keyguard.
84 // This handler is required to ensure messages from IRCD are handled in sequence and on
132 * we can't predict when it will be GC'd in the remote process. Without this code, it
394 private SavedState(Parcel in) { argument
395 super(in);
396 this.clientPresent = in.readInt() != 0;
407 public SavedState createFromParcel(Parcel in) {
408 return new SavedState(in);
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DUsageStatsService.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 TimeStats(Parcel in) { argument
148 count = in.readInt();
151 localTimes[i] = in.readInt();
177 PkgUsageStatsExtended(Parcel in) { argument
178 mLaunchCount = in.readInt();
179 mUsageTime = in.readLong();
183 final int numTimeStats = in.readInt();
186 String comp = in
886 collectDumpInfoFromParcelFLOCK(Parcel in, PrintWriter pw, String date, boolean isCompactOutput, HashSet<String> packages) argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DSignalStrength.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 //Use int max, as -1 is a valid value in signal strength
53 private int mGsmSignalStrength; // Valid values are (0-31, 99) as defined in TS 27.007 8.5
54 private int mGsmBitErrorRate; // bit error rate (0-7, 99) as defined in TS 27.007 8.5
109 * values and set the isGsmFlag with the value passed in the input
258 public SignalStrength(Parcel in) { argument
259 if (DBG) log("Size of signalstrength parcel:" + in.dataSize());
261 mGsmSignalStrength = in.readInt();
262 mGsmBitErrorRate = in
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.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 private boolean mPopped = true; // default to true in case it's not pushed.
132 public void setInput(Reader in) throws XmlPullParserException { argument
133 mParser.setInput(in);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.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 public CustomBufferedReader(Reader in) { argument
58 super(in);
78 * Read one line, but make this object store it in its queue.
113 * "Encoding" in vCard is different from "Charset". It is mainly used for
135 * Set for storing unkonwn TYPE attributes, which is not acceptable in vCard
136 * specification, but happens to be seen in real world vCard.
146 * Set for storing unkonwn VALUE attributes, which is not acceptable in
147 * vCard specification, but happens to be seen in rea
[all...]
/frameworks/rs/
H A Drs_hal.h5 * 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 const void *in; member in struct:android::renderscript::__anon1554
/frameworks/support/renderscript/v8/rs_support/
H A Drs_hal.h5 * 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 const void *in; member in struct:android::renderscript::__anon1583
/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
83 public BackStackState(Parcel in) { argument
84 mOps = in.createIntArray();
85 mTransition = in.readInt();
86 mTransitionStyle = in.readInt();
87 mName = in.readString();
88 mIndex = in.readInt();
89 mBreadCrumbTitleRes = in.readInt();
90 mBreadCrumbTitleText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.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
59 * List of settings that are backed up are stored in the Settings.java file
74 // Slots in the checksum array. Never insert new items in the middle
85 // Number of entries in the checksum array at various version numbers
122 // stored in the full-backup tarfile as well, so should not be changed.
125 // Delay in milliseconds between the restore operation and when we will bounce
126 // wifi in order to rewrite the supplicant config etc.
141 public static Network readFromStream(BufferedReader in) { argument
218 readNetworks(BufferedReader in) argument
920 readInt(byte[] in, int pos) argument
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
36 "null pointer returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\
40 "bad alignment returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\
44 "bad number of samples returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\
48 "out of range returned by %s in %s\n", callingFunc, calledFunc);\
241 // If this is the first create in this session
243 ALOGV("\tEffectCreate - This is the first effect in current sessionId %d sessionNo %d",
285 /* Saved strength is used to return the exact strength that was used in the set to the get
426 // Disable effect, in thi
2629 LVM_INT16 *in = (LVM_INT16 *)inBuffer->raw; local
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
268 void eHorzInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, argument
281 p_ref = in;
286 dx = ((dx >> 1) ? -3 : -4); /* use in 3/4 pel */
558 void eHorzInterp2MC(int *in, int inpitch, uint8 *out, int outpitch, argument
569 p_ref = in;
574 dx = ((dx >> 1) ? -3 : -4); /* use in 3/4 pel */
717 void eHorzInterp3MC(uint8 *in, int inpitch, int *out, int outpitch, argument
727 p_ref = in;
781 eVertInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dy) argument
1083 eVertInterp2MC(uint8 *in, int inpitch, int *out, int outpitch, int blkwidth, int blkheight) argument
1148 eVertInterp3MC(int *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dy) argument
1649 eFullPelMC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
67 // in-place so overwrite the buffer contents, has been set in prepareTrackForDownmix()
97 // The value of 1 << x is undefined in C when x >= 32.
200 t->in = NULL;
206 // see t->localTimeFreq in constructor above
295 {// scope for local variables that are not used in goto label "noDownmixForActiveTrack"
342 }// end of scope for local variables that are not used in goto label "noDownmixForActiveTrack"
345 // - keep track of the real buffer provider in cas
872 const int16_t *in = static_cast<const int16_t *>(t->in); local
962 const int16_t *in = static_cast<int16_t const *>(t->in); local
1278 const int16_t *in = b.i16; local
[all...]
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.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
108 public void setInput(Reader in) throws XmlPullParserException { argument

Completed in 777 milliseconds

123456789