Searched refs:dest (Results 26 - 50 of 545) sorted by last modified time

1234567891011>>

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java2886 public void writeToParcel(Parcel dest, int flags) { argument
2887 dest.writeInt(mPosition);
2888 dest.writeInt(mGapDir);
2889 dest.writeInt(mHasUnwantedGapAfter ? 1 : 0);
2891 dest.writeInt(mGapPerSpan.length);
2892 dest.writeIntArray(mGapPerSpan);
2894 dest.writeInt(0);
2998 public void writeToParcel(Parcel dest, int flags) { argument
2999 dest.writeInt(mAnchorPosition);
3000 dest
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewBasicTest.java446 public void writeToParcel(Parcel dest, int flags) { argument
447 dest.writeString(mUuid);
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DRGBZ.java126 private Bitmap setAlphaChannelFromBitmap(Bitmap depth, Bitmap orig, Bitmap dest) { argument
140 dest.setPixels(orig_data, 0, w, 0, 0, w, h);
141 return dest;
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A Dsample.rs25 void setSampleData(rs_allocation dest, rs_allocation source, rs_sampler sampler) {
26 destAlloc = dest;
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DMatrix.java96 public void mult4(float[] src, float[] dest) { argument
103 dest[i] = (float) sum;
107 public void mult3(float[] src, float[] dest) { argument
114 dest[i] = (float) sum;
118 public void mult3v(float[] src, float[] dest) { argument
125 dest[i] = (float) sum;
129 public void mult4(double[] src, double[] dest) { argument
136 dest[i] = (float) sum;
140 public void mult3(double[] src, double[] dest) { argument
147 dest[
151 mult3v(double[] src, double[] dest) argument
168 mult3(float[] src, int off1, float[] dest, int off2) argument
[all...]
/frameworks/rs/
H A Drs.spec291 param RsAllocation dest
306 param RsAllocation dest
H A DrsStream.cpp30 void IStream::loadByteArray(void *dest, size_t numBytes) { argument
31 memcpy(dest, mData + mPos, numBytes);
H A DrsStream.h60 void loadByteArray(void *dest, size_t numBytes);
/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java1293 public void writeToParcel(Parcel dest, int flags) { argument
1294 super.writeToParcel(dest, flags);
1295 dest.writeInt(firstVisibleChildIndex);
1296 dest.writeFloat(firstVisibileChildPercentageShown);
1297 dest.writeByte((byte) (firstVisibileChildAtMinimumHeight ? 1 : 0));
H A DCoordinatorLayout.java2690 public void writeToParcel(Parcel dest, int flags) { argument
2691 super.writeToParcel(dest, flags);
2694 dest.writeInt(size);
2703 dest.writeIntArray(ids);
2704 dest.writeParcelableArray(states, flags);
H A DNavigationView.java466 public void writeToParcel(@NonNull Parcel dest, int flags) { argument
467 super.writeToParcel(dest, flags);
468 dest.writeBundle(menuState);
H A DTextInputLayout.java809 public void writeToParcel(Parcel dest, int flags) { argument
810 super.writeToParcel(dest, flags);
811 TextUtils.writeToParcel(error, dest, flags);
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.File zip java.io.File dest java.util.Enumeration entries java.util. ...
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DMultiSelectListPreference.java310 public void writeToParcel(@NonNull Parcel dest, int flags) { argument
311 super.writeToParcel(dest, flags);
312 dest.writeInt(values.size());
313 dest.writeStringArray(values.toArray(new String[values.size()]));
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbCmasInfo.java220 * @param dest The Parcel in which the object should be written.
224 public void writeToParcel(Parcel dest, int flags) { argument
225 dest.writeInt(mMessageClass);
226 dest.writeInt(mCategory);
227 dest.writeInt(mResponseType);
228 dest.writeInt(mSeverity);
229 dest.writeInt(mUrgency);
230 dest.writeInt(mCertainty);
H A DSmsCbEtwsInfo.java96 * @param dest The Parcel in which the object should be written.
100 public void writeToParcel(Parcel dest, int flags) { argument
101 dest.writeInt(mWarningType);
102 dest.writeInt(mEmergencyUserAlert ? 1 : 0);
103 dest.writeInt(mActivatePopup ? 1 : 0);
104 dest.writeInt(mPrimary ? 1 : 0);
105 dest.writeByteArray(mWarningSecurityInformation);
H A DSmsCbLocation.java169 * @param dest The Parcel in which the object should be written.
173 public void writeToParcel(Parcel dest, int flags) { argument
174 dest.writeString(mPlmn);
175 dest.writeInt(mLac);
176 dest.writeInt(mCid);
H A DSmsCbMessage.java192 * @param dest The Parcel in which the object should be written.
196 public void writeToParcel(Parcel dest, int flags) { argument
197 dest.writeInt(mMessageFormat);
198 dest.writeInt(mGeographicalScope);
199 dest.writeInt(mSerialNumber);
200 mLocation.writeToParcel(dest, flags);
201 dest.writeInt(mServiceCategory);
202 dest.writeString(mLanguage);
203 dest.writeString(mBody);
204 dest
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatCmdMessage.java164 public void writeToParcel(Parcel dest, int flags) { argument
165 dest.writeParcelable(mCmdDet, 0);
166 dest.writeParcelable(mTextMsg, 0);
167 dest.writeParcelable(mMenu, 0);
168 dest.writeParcelable(mInput, 0);
169 dest.writeByte((byte) (mLoadIconFailed ? 1 : 0));
172 dest.writeString(mBrowserSettings.url);
173 dest.writeInt(mBrowserSettings.mode.ordinal());
176 dest.writeParcelable(mToneSettings, 0);
179 dest
[all...]
H A DCommandDetails.java59 public void writeToParcel(Parcel dest, int flags) { argument
60 dest.writeInt(compRequired ? 1 : 0);
61 dest.writeInt(commandNumber);
62 dest.writeInt(typeOfCommand);
63 dest.writeInt(commandQualifier);
H A DDuration.java62 public void writeToParcel(Parcel dest, int flags) { argument
63 dest.writeInt(timeInterval);
64 dest.writeInt(timeUnit.ordinal());
H A DInput.java77 public void writeToParcel(Parcel dest, int flags) { argument
78 dest.writeString(text);
79 dest.writeString(defaultText);
80 dest.writeParcelable(icon, 0);
81 dest.writeInt(minLen);
82 dest.writeInt(maxLen);
83 dest.writeInt(ucs2 ? 1 : 0);
84 dest.writeInt(packed ? 1 : 0);
85 dest.writeInt(digitOnly ? 1 : 0);
86 dest
[all...]
H A DItem.java58 public void writeToParcel(Parcel dest, int flags) { argument
59 dest.writeInt(id);
60 dest.writeString(text);
61 dest.writeParcelable(icon, flags);
H A DMenu.java81 public void writeToParcel(Parcel dest, int flags) { argument
82 dest.writeString(title);
83 dest.writeParcelable(titleIcon, flags);
86 dest.writeInt(size);
88 dest.writeParcelable(items.get(i), flags);
90 dest.writeInt(defaultItem);
91 dest.writeInt(softKeyPreferred ? 1 : 0);
92 dest.writeInt(helpAvailable ? 1 : 0);
93 dest.writeInt(titleIconSelfExplanatory ? 1 : 0);
94 dest
[all...]
H A DTextMessage.java53 public void writeToParcel(Parcel dest, int flags) { argument
54 dest.writeString(title);
55 dest.writeString(text);
56 dest.writeParcelable(icon, 0);
57 dest.writeInt(iconSelfExplanatory ? 1 : 0);
58 dest.writeInt(isHighPriority ? 1 : 0);
59 dest.writeInt(responseNeeded ? 1 : 0);
60 dest.writeInt(userClear ? 1 : 0);
61 dest.writeParcelable(duration, 0);

Completed in 604 milliseconds

1234567891011>>