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

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsSpinnerCompat.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
175 // Try looking in the recycler. (Maybe we were measured once already)
183 // Put in recycler for re-measuring and/or layout
239 // All views go in recycler
248 * Jump directly to a specific item in the adapter data.
317 * Maps a point to a position in the list.
319 * @param x X in local coordinate
320 * @param y Y in local coordinate
358 SavedState(Parcel in) { argument
[all...]
H A DSpinnerCompat.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 * A view that displays one child at a time and lets the user pick among them. The items in the
96 * @param context The Context the view is running in, through which it can access the current
107 * @param context The Context the view is running in, through which it can access the current
120 * @param context The Context the view is running in, through which it can access the current
132 * @param context The Context the view is running in, through which it can access the current
136 * (beyond what is included in the theme). This may either be an attribute
149 * @param context The Context the view is running in, through which it can access the current
153 * (beyond what is included in th
724 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.
372 * @return true if space has been reserved in the action menu for an overflow item.
450 // Items in a group with other items that already have an action slot
558 SavedState(Parcel in) { argument
559 openSubMenuId = in.readInt();
574 public SavedState createFromParcel(Parcel in) {
575 return new SavedState(in);
/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
75 * Based on {@link #mOrientation}, an implementation is lazily created in
184 * Note that, setting this flag will result in a performance drop if RecyclerView
187 * @param recycleChildrenOnDetach Whether children should be recycled in detach or not.
385 * hand, in places like smooth scrolling to an unknown location, this extra content helps
389 * @return The extra space that should be laid out (in pixels).
479 // extra items in the opposite direction to make sure new items animate nicely
480 // instead of just fading in
687 // If all visible views are removed in
1921 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
69 * that represent items in a data set.</li>
71 * <li><em>Index:</em> The index of an attached child view as used in a call to
76 * position may be placed in a cache for later reuse to display the same type of data again
87 * <h4>Positions in RecyclerView:</h4>
90 * {@link LayoutManager} to be able to detect data set changes in batches during a layout
95 * For this reason, there are two types of <code>position</code> related methods in RecyclerView:
97 * <li>layout position: Position of an item in the latest layout calculation. This is the
99 * <li>adapter position: Position of an item in th
7950 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.
179 * If a full span item is invalid / or created in reverse direction; it may create gaps in
212 * Checks for gaps in the UI that may be caused by adapter changes.
214 * When a full span item is laid out in revers
2534 FullSpanItem(Parcel in) argument
2615 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
202 assertEquals("uuid in layout manager should be preserved properly", mlm.mUuid,
295 public LayoutManagerSavedState(Parcel in) { argument
296 mUuid = in.readString();
316 public LayoutManagerSavedState createFromParcel(Parcel in) {
317 return new LayoutManagerSavedState(in);
/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.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 * Cache implementation that caches files directly onto the hard disk in the specified
48 /** Total amount of space currently used by the cache in bytes. */
54 /** The maximum size of the cache in bytes. */
57 /** Default maximum disk usage in bytes. */
69 * @param maxCacheSizeInBytes The maximum size of the cache in bytes.
135 * Initializes the DiskBasedCache by scanning for all files currently in the
173 * Invalidates an entry in the cache.
320 private static byte[] streamToBytes(InputStream in, in argument
441 CountingInputStream(InputStream in) argument
[all...]
/frameworks/webview/chromium/tests/prebuilts/
H A Dandroid-janktesthelper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/uiautomator/ com/android/uiautomator/janktesthelper/ ...
/frameworks/rs/api/
H A Dgen_runtime.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
17 /* This program processes Renderscript function definitions described in spec files.
19 * Renderscript header (*.rsh) which is meant for inclusion in client scripts.
34 * a one to one correspondance between Specification objects and entries in the
69 " * you may not use this file except in compliance with the License.\n"
74 " * Unless required by applicable law or agreed to in writing, software\n"
92 string javaBaseType; // The type we need to declare in Java, e.g. "unsigned int"
93 string specType; // The type found in the spec, e.g. "f16"
96 /* The number of entries in th
500 getNextLine(FILE* in, string* s) argument
891 expandStringVector(const vector<string>& in, int i1, int i2, int i3, int i4, vector<string>* out) const argument
899 scanSpecification(FILE* in) argument
[all...]
/frameworks/rs/cpp/
H A DScriptIntrinsics.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
81 void ScriptIntrinsicBlend::forEachClear(sp<Allocation> in, sp<Allocation> out) { argument
82 if (in->getType()->getElement()->isCompatible(mElement) == false ||
84 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend");
86 Script::forEach(0, in, out, NULL, 0);
89 void ScriptIntrinsicBlend::forEachSrc(sp<Allocation> in, sp<Allocation> out) { argument
90 if (in->getType()->getElement()->isCompatible(mElement) == false ||
92 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend");
94 Script::forEach(1, in, ou
97 forEachDst(sp<Allocation> in, sp<Allocation> out) argument
105 forEachSrcOver(sp<Allocation> in, sp<Allocation> out) argument
113 forEachDstOver(sp<Allocation> in, sp<Allocation> out) argument
121 forEachSrcIn(sp<Allocation> in, sp<Allocation> out) argument
129 forEachDstIn(sp<Allocation> in, sp<Allocation> out) argument
137 forEachSrcOut(sp<Allocation> in, sp<Allocation> out) argument
145 forEachDstOut(sp<Allocation> in, sp<Allocation> out) argument
153 forEachSrcAtop(sp<Allocation> in, sp<Allocation> out) argument
161 forEachDstAtop(sp<Allocation> in, sp<Allocation> out) argument
169 forEachXor(sp<Allocation> in, sp<Allocation> out) argument
178 forEachMultiply(sp<Allocation> in, sp<Allocation> out) argument
187 forEachAdd(sp<Allocation> in, sp<Allocation> out) argument
195 forEachSubtract(sp<Allocation> in, sp<Allocation> out) argument
220 setInput(sp<Allocation> in) argument
257 forEach(sp<Allocation> in, sp<Allocation> out) argument
360 setInput(sp<Allocation> in) argument
401 setInput(sp<Allocation> in) argument
585 setInput(sp<Allocation> in) argument
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuCore.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
43 const void *in; member in struct:android::renderscript::__anon1483
H A DrsCpuIntrinsic3DLUT.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
55 extern "C" void rsdIntrinsic3DLUT_K(void *dst, void const *in, size_t count,
67 uchar4 *in = (uchar4 *)p->in; local
90 rsdIntrinsic3DLUT_K(out, in, len,
95 in += len;
101 int4 baseCoord = convert_int4(*in) * coordMul;
136 ret.w = in->w;
140 ALOGE("in
[all...]
H A DrsCpuIntrinsicBlend.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
94 extern "C" int rsdIntrinsicBlend_K(uchar4 *out, uchar4 const *in, int slot,
120 uchar4 *in = (uchar4 *)p->in; local
126 if (rsdIntrinsicBlend_K(out, in, p->slot, x1, x2) >= 0)
137 for (;x1 < x2; x1++, out++, in++) {
138 *out = *in;
149 rsdIntrinsicBlendSrcOver_K(out, in, len);
152 in
[all...]
H A DrsCpuIntrinsicHistogram.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
168 uchar *in = (uchar *)p->in; local
172 sums[(in[0] << 2) ] ++;
173 sums[(in[1] << 2) + 1] ++;
174 sums[(in[2] << 2) + 2] ++;
175 sums[(in[3] << 2) + 3] ++;
176 in += instep;
185 uchar *in local
201 uchar *in = (uchar *)p->in; local
216 uchar *in = (uchar *)p->in; local
234 uchar *in = (uchar *)p->in; local
251 uchar *in = (uchar *)p->in; local
267 uchar *in = (uchar *)p->in; local
282 uchar *in = (uchar *)p->in; local
[all...]
H A DrsCpuIntrinsicLUT.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
62 const uchar *in = (uchar *)p->in; local
72 out[0] = tr[in[0]];
73 out[1] = tg[in[1]];
74 out[2] = tb[in[2]];
75 out[3] = ta[in[3]];
76 in += 4;
/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
562 android::renderscript::rs_allocation in,
565 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, NULL, 0, NULL);
569 android::renderscript::rs_allocation *in,
572 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, NULL, 0, NULL);
578 android::renderscript::rs_allocation in,
582 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, 0, NULL);
586 android::renderscript::rs_allocation *in,
590 rsrForEach(rsc, (Script*)target->p, (Allocation*)in
561 SC_ForEach_SAA(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out) argument
568 SC_ForEach_SAA(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out) argument
577 SC_ForEach_SAAU(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr) argument
585 SC_ForEach_SAAU(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr) argument
595 SC_ForEach_SAAUS(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, const RsScriptCall *call) argument
604 SC_ForEach_SAAUS(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, const RsScriptCall *call) argument
615 SC_ForEach_SAAUL(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, uint32_t usrLen) argument
624 SC_ForEach_SAAUL(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, uint32_t usrLen) argument
635 SC_ForEach_SAAULS(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
645 SC_ForEach_SAAULS(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
1455 SC_ForEach_SAA(::rs_script target, ::rs_allocation in, ::rs_allocation out) argument
1462 SC_ForEach_SAAUS(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, const RsScriptCall *call) argument
1471 SC_ForEach_SAAUL(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen) argument
1480 SC_ForEach_SAAULS(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
1532 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, const rs_script_call *call) argument
1540 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out) argument
1546 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen) argument
1554 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const rs_script_call *call) argument
[all...]
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
715 rsMatrixMultiply(const rs_matrix4x4 *m, float4 in) { argument
717 ret.x = (m->m[0] * in.x) + (m->m[4] * in.y) + (m->m[8] * in.z) + (m->m[12] * in.w);
718 ret.y = (m->m[1] * in.x) + (m->m[5] * in.y) + (m->m[9] * in
725 rsMatrixMultiply(const rs_matrix4x4 *m, float3 in) argument
735 rsMatrixMultiply(const rs_matrix4x4 *m, float2 in) argument
745 rsMatrixMultiply(const rs_matrix3x3 *m, float3 in) argument
754 rsMatrixMultiply(const rs_matrix3x3 *m, float2 in) argument
[all...]
/frameworks/rs/driver/runtime/
H A Drs_matrix.c203 rsMatrixMultiply(const rs_matrix2x2 *m, float2 in) { argument
205 ret.x = (m->m[0] * in.x) + (m->m[2] * in.y);
206 ret.y = (m->m[1] * in.x) + (m->m[3] * in.y);
210 rsMatrixMultiply(rs_matrix2x2 *m, float2 in) { argument
211 return rsMatrixMultiply((const rs_matrix2x2 *)m, in);
215 rsMatrixMultiply(rs_matrix4x4 *m, float4 in) { argument
216 return rsMatrixMultiply((const rs_matrix4x4 *)m, in);
220 rsMatrixMultiply(rs_matrix4x4 *m, float3 in) { argument
225 rsMatrixMultiply(rs_matrix4x4 *m, float2 in) argument
230 rsMatrixMultiply(rs_matrix3x3 *m, float3 in) argument
235 rsMatrixMultiply(rs_matrix3x3 *m, float2 in) argument
[all...]
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.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 native void nativeMono(String cacheDir, int X, int Y, Bitmap in, Bitmap out); argument
45 ImageView in = (ImageView) findViewById(R.id.displayin);
46 in.setImageBitmap(mBitmapIn);
/frameworks/rs/
H A DrsScriptC_Lib.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
94 // have to apply locking for proper behavior in RenderScript.
230 Allocation *in, Allocation *out,
233 target->runForEach(rsc, /* root slot */ 0, in, out, usr, usrBytes, call);
228 rsrForEach(Context *rsc, Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrBytes, const RsScriptCall *call) argument
/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
177 * Note on conventions in the presence of RTL layout directions:
181 * quantity that changes direction in RTL cases, or a quantity that
182 * does not. Here are the conventions in use:
193 * Note that although quantities do not reverse in RTL flows, their
195 * leftmost; in RTL flows, it is rightmost. Thus, anywhere that
255 * The fixed size of each grid item in the secondary direction. This corresponds to
257 * in the primary direction.
286 * Margin in mai
2816 SavedState(Parcel in) argument
[all...]
/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);

Completed in 5600 milliseconds

1234567891011>>