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

123456789

/frameworks/base/core/java/android/view/
H A DMotionEvent.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
32 * Motion events describe movements in terms of an action code and a set of axis values.
60 * The pointer index of each pointer in the event ranges from 0 to one less than the value
63 * The order in which individual pointers appear within a motion event is undefined.
67 * pointer id of a pointer to track it across all subsequent motion events in a gesture.
69 * to obtain the pointer index for a given pointer id in that motion event.
85 * insofar as they are older than the current coordinates in the batch; however,
86 * they are still distinct from any other coordinates reported in prior motion events.
87 * To process all coordinates in th
3149 createFromParcelBody(Parcel in) argument
[all...]
H A DKeyEvent.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
42 * Key code constants are defined in this class. Scan code constants are raw
57 * event: this is left to the IME's discretion, and in fact sending such events is
395 * Navigates forward in the history stack. Complement of {@link #KEYCODE_BACK}. */
492 /** Key code constant: Zoom in key. */
500 * On TV remotes, toggles picture-in-picture mode or other windowing functions. */
589 * in certain settings such as on a crowded train. On some devices, the key may only
871 // Symbolic names of all metakeys in bit order from least significant to most significant.
872 // Accordingly there are exactly 32 values in thi
2881 createFromParcelBody(Parcel in) argument
2885 KeyEvent(Parcel in) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.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
179 // If true, the subclass should directly update scrollX itself in its computeScroll method
368 // Convenience methods to get the offset ASSUMING that we are centering the pages in the
423 * in CustomizePagedView to allow tabs to share the same PagedView while resetting the scroll of
500 * Registers the specified listener on each page contained in this workspace.
594 // zoom out (and scale down), the view is still contained in the parent
638 // disallowing padding in paged view (just pass 0)
681 // The gap between pages in the PagedView should be equal to the gap from the page
682 // to the edge of the screen (so it is not visible in th
1881 SavedState(Parcel in) argument
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp132 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
133 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
141 "a color value, in the form of \"<code>#<i>rgb</i></code>\", \"<code>#<i>argb</i></code>\",\n"
148 "in (inches), mm (millimeters)." },
234 String16("<p>This may also be a reference to a resource (in the form\n"
236 "theme attribute (in the form\n"
253 PendingAttribute(String16 _package, const sp<AaptFile>& in,
256 , sourcePos(in->getPrintableSource(), block.getLineNumber())
297 static status_t compileAttribute(const sp<AaptFile>& in, argument
304 PendingAttribute attr(myPackage, in, bloc
567 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& product, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
638 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
720 compileResourceFile(Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& in, const ResTable_config& defParams, const bool overwrite, ResourceTable* outTable) 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
62 * development. The API will likely change in later updates of
66 * <p>ViewPager is most often used in conjunction with {@link android.app.Fragment},
77 * <p>Here is a more complicated example of ViewPager, using it in conjuction
79 * ViewPager in the API 4+ Support Demos and API 13+ Support Demos sample code.
219 * Indicates that the pager is in an idle, settled state. The current page
220 * is fully in view and no animation is in progress.
230 * Indicates that the pager is in th
1187 SavedState(Parcel in, ClassLoader loader) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
70 // this #define. There is an independent hard-coded upper limit in AudioMixer;
88 // IAudioFlinger interface, in binder opcode order
271 // call in any IAudioFlinger method that accesses mPrimaryHardwareDev
413 // but putting it in TrackBase avoids the complexity of virtual inheritance
427 // Parameter 'offset' is the requested start position, expressed in
429 // Parameter 'frames' is the requested length, also in frame units.
461 void* mBuffer; // start of track buffer, typically in shared memory
468 // support dynamic rates, the current value is in contro
1983 AudioStreamIn(AudioHwDevice *dev, audio_stream_in_t *in) argument
[all...]
H A DAudioFlinger.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
116 // direct outputs can be a scarce resource in audio hardware and should
132 // minimum sleep time for the mixer thread loop when tracks are active but in underrun
134 // maximum divider applied to the active sleep time in the mixer thread loop
137 // minimum normal mix buffer size, expressed in milliseconds rather than frames
156 // and another HAL implementation corrupts memory, possibly in the sample rate converter.
204 ALOGE_IF(rc, "%s couldn't open audio hw device in %s.%s (%s)", __func__,
427 // If pid is already in the mClients wp<> map, then use that entry
619 // Set master volume in th
7238 AudioStreamIn *in = thread->clearInput(); local
8385 int16_t *in = mConfig.inputCfg.buffer.s16; local
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.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 * <p>An Intent provides a facility for performing late runtime binding between the code in
60 * different applications. Its most significant use is in the launching of activities, where it
73 * <p>The primary pieces of information in an intent are:</p>
81 * in the contacts database, expressed as a {@link android.net.Uri}.</p>
93 * the phone dialer with the person filled in.</p>
96 * the phone dialer with the given number filled in. Note how the
101 * the phone dialer with the given number filled in.</p>
109 * list of people. Selecting a particular person to view would result in
6674 Intent(Parcel in) argument
6678 readFromParcel(Parcel in) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.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
78 * display the content of the list in a grid, in a carousel, as stack, etc.
122 * Indicates that we are not in the middle of a touch gesture
149 * Indicates the view is in the process of being flung
185 * Make a mSelectedItem appear in a specific location and build the rest of
217 * The list allows multiple choices in a modal selection mode
222 * Controls if/how the user may choose/check items in the list
250 * and the value holds the last known position in th
1543 SavedState(Parcel in) argument
[all...]
H A DTextView.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
313 * extensively in the same layout. This mode indicates how the marquee
388 // a link is pressed). These highlight-related fields do not go in mEditor.
1227 * Sets the typeface and style in which the text should be displayed,
1228 * and turns on the fake bold and italic bits in the Paint if the
1229 * Typeface that you provided does not have all the bits in the
1258 * by default even if not specifically called for in the XML options.
1287 * Returns the length, in characters, of the text managed by this TextView
1304 * @return the height of one standard line in pixel
8522 SavedState(Parcel in) argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.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 * battery life. All times are represented in microseconds except where indicated
92 // Maximum number of items we will record in the history.
95 // No, really, THIS is the maximum number of items we will record in the history.
100 // in to one common name.
257 * in to power.
339 * Used as a buffer for reading in data from /proc/wakelocks before it is processed and added
374 Counter(ArrayList<Unpluggable> unpluggables, Parcel in) { argument
376 mPluggedCount = in
468 readSummaryFromParcelLocked(Parcel in) argument
478 SamplingCounter(ArrayList<Unpluggable> unpluggables, Parcel in) argument
539 Timer(int type, ArrayList<Unpluggable> unpluggables, Parcel in) argument
687 readSummaryFromParcelLocked(Parcel in) argument
738 SamplingTimer(ArrayList<Unpluggable> unpluggables, boolean inDischarge, Parcel in) argument
843 readSummaryFromParcelLocked(Parcel in) argument
881 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool, ArrayList<Unpluggable> unpluggables, Parcel in) argument
1035 readSummaryFromParcelLocked(Parcel in) argument
2930 readFromParcelLocked(ArrayList<Unpluggable> unpluggables, Parcel in) argument
3054 readTimerFromParcel(int type, ArrayList<StopwatchTimer> pool, ArrayList<Unpluggable> unpluggables, Parcel in) argument
3091 readFromParcelLocked(ArrayList<Unpluggable> unpluggables, Parcel in) argument
3125 readTimerFromParcel(ArrayList<Unpluggable> unpluggables, Parcel in) argument
3147 readFromParcelLocked(ArrayList<Unpluggable> unpluggables, Parcel in) argument
3329 readExcessivePowerFromParcelLocked(Parcel in) argument
3380 readFromParcelLocked(Parcel in) argument
3564 readFromParcelLocked(Parcel in) argument
3728 readFromParcelLocked(Parcel in) argument
4981 readHistory(Parcel in, boolean andOldHistory) argument
5032 readOldHistory(Parcel in) argument
5076 readSummaryFromParcel(Parcel in) argument
5477 readFromParcel(Parcel in) argument
5481 readFromParcelLocked(Parcel in) argument
[all...]
/frameworks/base/services/input/
H A DInputReader.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
304 // resulting in a deadlock. This situation is actually quite plausible because the
951 // Process all of the events in order for each mapper.
952 // We cannot simply ask each mapper to process them in bulk because mappers may
955 // in the order received.
1565 // out of sync with the initial state of the events in the evdev buffer.
1648 // The slot is no longer in use but it retains its previous contents,
1947 ALOGD("nextStep: scheduled timeout in %0.3fms", duration * 0.000001f);
2102 // key repeat, be sure to use same keycode as before in cas
3347 const PropertyMap& in = getDevice()->getConfiguration(); local
4028 const RawPointerData::Pointer& in = mCurrentRawPointerData.pointers[i]; local
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.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 static final boolean COMPRESS_FULL_BACKUPS = true; // should be true in production
152 // Random variation in backup scheduling time to avoid server load spikes
186 // User confirmation timeout for a full backup/restore operation. It's this long in
233 // in succession. Bind notifications are asynchronously delivered through the
304 public int pmToken; // in post-install restore, the PM's token for this transaction
356 public String curPassword; // filled in by the confirmation step
388 // Bookkeeping of in-flight operations for timeout etc. purposes. The operation
389 // token is the index of the entry in th
3076 readHeaderLine(InputStream in) argument
3939 readExactly(InputStream in, byte[] buffer, int offset, int size) argument
[all...]

Completed in 415 milliseconds

123456789