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

123456789

/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.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
64 * functionality should now be found in the new {@link PreferenceFragment}
65 * class. If you are using PreferenceActivity in its old mode, the documentation
77 * <li>On a large screen in may display both the headers and current
164 * used in conjunction with {@link #EXTRA_SHOW_FRAGMENT} to launch
340 * Resource ID of optional text to show as the title in the bread crumb.
346 * Optional text to show as the title in the bread crumb.
352 * Resource ID of optional text to show as the short title in the bread crumb.
358 * Optional text to show as the short title in th
473 readFromParcel(Parcel in) argument
492 Header(Parcel in) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewInputDispatcher.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
29 * Perform asynchronous dispatch of input events in a {@link WebView}.
39 * thread in its {@link WebViewClassic#onTouchEvent} handler. It sends the input event
46 * sitting in the queue for too long.
61 * One thing to keep in mind about the dispatcher is that what goes into the dispatcher
82 // together into a single MotionEvent if more events come in while we are
170 * This event is delivered in the middle of a sequence of {@link #EVENT_TYPE_TOUCH} events.
201 * in time by no more than the double-tap interval and separated in spac
966 batchEventLocked(DispatchEvent in, DispatchEvent tail) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.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
65 * Whether or not the first view(s) should be animated in
70 * Represents where the in the current window of
139 * The width and height of some child, used as a size reference in-case our
232 * @param numVisibleViews The number of views the animator keeps in the {@link ViewGroup}
258 * @param fromIndex The relative index within the window that the view was in, -1 if it wasn't
259 * in the window
435 * This method can be overridden so that subclasses can provide a custom frame in which their
449 * {@link #getInAnimation() in animatio
786 SavedState(Parcel in) argument
[all...]
H A DExpandableListView.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
40 * A view that shows items in a vertically scrolling two-level list. This
66 * ExpandableListView in XML if the parent's size is also not strictly specified
104 /** The mask (in packed position representation) for the child */
107 /** The mask (in packed position representation) for the group */
110 /** The mask (in packed position representation) for the type */
113 /** The shift amount (in packed position representation) for the group */
116 /** The shift amount (in packed position representation) for the type */
119 /** The mask (in intege
1129 SavedState(Parcel in) argument
[all...]
H A DProgressBar.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
65 * Visual indicator of progress in some operation. Displays a bar to the user
100 * // Start lengthy operation in a background thread
337 StateListDrawable in = (StateListDrawable) drawable;
339 int numStates = in.getStateCount();
341 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip));
371 * Each frame of the animation is wrapped in a ClipDrawable and
419 * <p>Indicate whether this progress bar is in indeterminat
1142 SavedState(Parcel in) argument
[all...]
H A DRemoteViews.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 * A class that describes a view hierarchy that can be displayed in
121 * Used in conjunction with the special constructor
131 * to determine whether or not certain features are available, in particular,
291 SetEmptyView(Parcel in) { argument
292 this.viewId = in.readInt();
293 this.emptyViewId = in.readInt();
429 // The PendingIntent template is stored in the view's tag.
437 // AdapterViews contain their children in
741 ReflectionActionWithoutParams(Parcel in) argument
873 BitmapReflectionAction(Parcel in) argument
942 ReflectionAction(Parcel in) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.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 * Is also capable of displaying a static pattern in "in progress", "wrong" or
81 * in which case we use this to hold the cells we are drawing for the in
87 * the in progress point:
130 * Represents a cell in the 3 X 3 matrix of the unlock pattern view.
175 throw new IllegalArgumentException("row must be in range 0-2");
178 throw new IllegalArgumentException("column must be in rang
1130 SavedState(Parcel in) argument
[all...]
H A DActionBarView.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
359 // Allow full screen width in split mode.
436 // Allow full screen width in split mode.
587 // a bit easier for developers in the common case.
806 // Don't show while in expanded mode or with empty text
977 // action bar rather than in the available space.
1031 // In LTR mode, we start from left padding and go to the right; in RTL mode, we start
1032 // from the padding right and go to the left (in reverse way)
1251 private SavedState(Parcel in) { argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardHostView.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
68 // Found in KeyguardAppWidgetPickActivity.java
749 * Switches to the given security view unless it's already being shown, in which case
762 // Enter full screen mode if we're in SIM or Account screen
898 // can only verify unlock when in pattern/password mode
1032 // Pass in an invalid widget id... the picker will allocate an ID for us
1038 // We currently disable cameras in safe mode because we support loading 3rd party
1224 // Use the built-in status/clock view if we can't inflate the default widget
1252 private SavedState(Parcel in) { argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.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
27 * The following phone information is included in returned ServiceState:
42 * with an operator either in home network or in roaming.
197 public ServiceState(Parcel in) { argument
198 mState = in.readInt();
199 mRoaming = in.readInt() != 0;
200 mOperatorAlphaLong = in.readString();
201 mOperatorAlphaShort = in
[all...]
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.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
70 * - Views for items in the range [mFirstPosition, mFirstPosition + getChildCount()) are
75 * long after they have scrolled offscreen if removing and recycling them would result in
84 * of columns it spans changes, all bets for other items in the same direction are off
255 * Set the margin between items in pixels. This margin is applied
258 * @param marginPixels Spacing between items in pixels
1222 * reused it will be placed in the recycle bin.
1318 // Reset the first visible position in the grid to be item 0
1324 * Scroll the list so the first visible position in th
1587 SavedState(Parcel in) argument
[all...]
/frameworks/native/opengl/libagl/
H A Dprimitives.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
601 // in a few cases we won't render the triangle (if culled).
866 // original list of vertices (polygon to clip, in fact this
868 vertex_t* in[3] = { v0, v1, v2 }; local
877 vertex_t** ivl = in;
879 // 3 input vertices, 0 in the output list, first plane
882 // User clip-planes first, the clipping is always done in eye-coordinate
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.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
208 struct hwc_rect hwcTestParseHwcRect(istringstream& in, bool& error) argument
218 in >> chStart;
219 if (!in || ((chStart != '<') && (chStart != '['))) { return rect; }
222 in >> rect.left;
223 if (!in) { return rect; }
224 in >> ch;
225 if (!in || (ch != ',')) { return rect; }
228 in >> rec
259 hwcTestParseDim(istringstream& in, bool& error) argument
303 hwcTestParseColor(istringstream& in, bool& error) argument
[all...]
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeStubs.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
141 Allocation *in,
144 rsrForEach(rsc, sc, target, in, out, NULL, 0, NULL);
148 Allocation *in,
152 rsrForEach(rsc, sc, target, in, out, usr, 0, NULL);
156 Allocation *in,
161 rsrForEach(rsc, sc, target, in, out, usr, 0, call);
165 Allocation *in,
170 rsrForEach(rsc, sc, target, in, ou
140 SC_ForEach_SAA(Script *target, Allocation *in, Allocation *out) argument
147 SC_ForEach_SAAU(Script *target, Allocation *in, Allocation *out, const void *usr) argument
155 SC_ForEach_SAAUS(Script *target, Allocation *in, Allocation *out, const void *usr, const RsScriptCall *call) argument
164 SC_ForEach_SAAUL(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen) argument
173 SC_ForEach_SAAULS(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
[all...]
/frameworks/base/core/java/android/app/
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
75 public FragmentState(Parcel in) { argument
76 mClassName = in.readString();
77 mIndex = in.readInt();
78 mFromLayout = in.readInt() != 0;
79 mFragmentId = in.readInt();
80 mContainerId = in.readInt();
81 mTag = in.readString();
82 mRetainInstance = in
492 SavedState(Parcel in, ClassLoader loader) argument
[all...]
H A DNotification.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
97 * A timestamp related to this notification, in milliseconds since the epoch.
102 * corresponds to the time the event happened (or will happen, in the case of events that have
112 * <li>Notification of an upcoming meeting should be stamped with the time the meeting will begin (that is, in the future).</li>
121 * The resource id of a drawable to use as the icon in the status bar.
127 * If the icon in the status bar is to have more than one level, you can set this. Otherwise,
136 * The number of events that this notification represents. For example, in a new mail
141 * superimposed over the icon in the status bar. Starting with
143 * {@link Notification.Builder} has displayed the number in th
452 Action(Parcel in) argument
[all...]
/frameworks/base/core/java/android/os/
H A DStrictMode.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 * almost all disk accesses are fast, but may in individual cases be
63 * dramatically slower when certain I/O is happening in the background
67 * <p>Example code to enable from early in your
112 * enabled in applications distributed on Google Play.
251 * bits and signals that we're in a Binder call and we should
254 * in the originating process.
256 * This must be kept in sync with the constant in lib
2090 ViolationInfo(Parcel in) argument
2100 ViolationInfo(Parcel in, boolean unsetGatheringBit) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.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
263 * windows are kept next to their attached window in Z-order, and their
330 * user interaction with the phone (in particular incoming calls).
472 * in the world.
556 * This can be used independently, or in combination with
609 * by Window as described in {@link Window#setFlags}. */
632 * it from appearing in screenshots or from being viewed on non-secure
647 * stream to prevent unintended presses in this situation that may not be
654 /** Window flag: a special option only for use in combinatio
1380 LayoutParams(Parcel in) argument
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.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
821 * @param in a pointer to a ETC1_DECODED_BLOCK_SIZE array of bytes that represent a
822 * 4 x 4 square of 3-byte pixels in form R, G, B. Byte (3 * (x + 4 * y) is the R
832 jobject in, jint validPixelMask, jobject out) {
837 BufferHelper inB(env, in);
839 if (inB.checkPointer("in") && outB.checkPointer("out")) {
841 doThrowIAE(env, "in's remaining data < DECODED_BLOCK_SIZE");
854 * @param in an ETC1 compressed version of the data.
857 * 4 x 4 square of 3-byte pixels in for
831 etc1_encodeBlock(JNIEnv *env, jclass clazz, jobject in, jint validPixelMask, jobject out) argument
860 etc1_decodeBlock(JNIEnv *env, jclass clazz, jobject in, jobject out) argument
890 etc1_encodeImage(JNIEnv *env, jclass clazz, jobject in, jint width, jint height, jint pixelSize, jint stride, jobject out) argument
922 etc1_decodeImage(JNIEnv *env, jclass clazz, jobject in, jobject out, jint width, jint height, jint pixelSize, jint stride) argument
[all...]
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.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
348 // ignored; both services live in system_server
838 // ignored; service lives in system_server
873 // ignored; service lives in system_server
885 // ignored; service lives in system_server
982 // ignored; service lives in system_server
1056 // remaining "quota" bytes are based on total usage in
1153 final XmlPullParser in = Xml.newPullParser();
1154 in
2096 readIntAttribute(XmlPullParser in, String name) argument
2110 readLongAttribute(XmlPullParser in, String name) argument
2124 readBooleanAttribute(XmlPullParser in, String name) argument
[all...]
/frameworks/native/libs/binder/
H A DParcel.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
53 // Note: must be kept in sync with android/os/StrictMode.java's PENALTY_GATHER
56 // Note: must be kept in sync with android/os/Parcel.java's EX_HAS_REPLY_HEADER
59 // Maximum size of a blob to transfer in-place.
231 BpBinder* proxy, const flat_binder_object& flat, const Parcel& in)
237 const Parcel& in, sp<IBinder>* out)
239 const flat_binder_object* flat = in.readObject(false);
245 return finish_unflatten_binder(NULL, *flat, in);
249 static_cast<BpBinder*>(out->get()), *flat, in);
230 finish_unflatten_binder( BpBinder* proxy, const flat_binder_object& flat, const Parcel& in) argument
236 unflatten_binder(const sp<ProcessState>& proc, const Parcel& in, sp<IBinder>* out) argument
255 unflatten_binder(const sp<ProcessState>& proc, const Parcel& in, wp<IBinder>* out) argument
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.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
430 Allocation *in,
433 rsrForEach(rsc, sc, target, in, out, NULL, 0, NULL);
437 Allocation *in,
441 rsrForEach(rsc, sc, target, in, out, usr, 0, NULL);
445 Allocation *in,
450 rsrForEach(rsc, sc, target, in, out, usr, 0, call);
454 Allocation *in,
459 rsrForEach(rsc, sc, target, in, ou
429 SC_ForEach_SAA(Script *target, Allocation *in, Allocation *out) argument
436 SC_ForEach_SAAU(Script *target, Allocation *in, Allocation *out, const void *usr) argument
444 SC_ForEach_SAAUS(Script *target, Allocation *in, Allocation *out, const void *usr, const RsScriptCall *call) argument
453 SC_ForEach_SAAUL(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen) argument
462 SC_ForEach_SAAULS(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
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
75 public FragmentState(Parcel in) { argument
76 mClassName = in.readString();
77 mIndex = in.readInt();
78 mFromLayout = in.readInt() != 0;
79 mFragmentId = in.readInt();
80 mContainerId = in.readInt();
81 mTag = in.readString();
82 mRetainInstance = in
305 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
131 * in the state, and if changes are made after the state is saved then they
136 /** @hide -- remove once prebuilts are in. */
158 * from XML or as the container ID when added in a transaction. This first
168 * from XML or as supplied when added in a transaction. This first
250 * Return the number of entries currently in the back stack.
255 * Return the BackStackEntry at index <var>index</var> in the back stack;
272 * Put a reference to a fragment in a Bundle. This Bundle can be
277 * @param bundle The bundle in whic
346 FragmentManagerState(Parcel in) argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaPlayer.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
48 * of audio/video files and streams. An example on how to use the methods in
49 * this class can be found in {@link android.widget.VideoView}.
72 * in. The arcs represent the playback control operations that drive the object
85 * after {@link #reset()} is called, it is in the <em>Idle</em> state; and after
86 * {@link #release()} is called, it is in the <em>End</em> state. Between these
98 * {@link #prepareAsync()} in the <em>Idle</em> state for both cases. If any of these
114 * object is in the <em>End</em> state, it can no longer be used and
117 * the MediaPlayer objects created using <code>new</code> is in th
1602 TrackInfo(Parcel in) argument
[all...]

Completed in 1295 milliseconds

123456789