Searched refs:copyFrom (Results 1 - 16 of 16) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyDrawParams.java49 private KeyDrawParams(final KeyDrawParams copyFrom) { argument
50 mTypeface = copyFrom.mTypeface;
52 mLetterSize = copyFrom.mLetterSize;
53 mLabelSize = copyFrom.mLabelSize;
54 mLargeLetterSize = copyFrom.mLargeLetterSize;
55 mLargeLabelSize = copyFrom.mLargeLabelSize;
56 mHintLetterSize = copyFrom.mHintLetterSize;
57 mShiftedLetterHintSize = copyFrom.mShiftedLetterHintSize;
58 mHintLabelSize = copyFrom.mHintLabelSize;
59 mPreviewTextSize = copyFrom
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DParameter.java32 public void copyFrom(Parameter src); method in interface:Parameter
H A DBasicParameterInt.java33 public void copyFrom(Parameter src) { method in class:BasicParameterInt
H A DBasicParameterStyle.java34 public void copyFrom(Parameter src) { method in class:BasicParameterStyle
H A DParameterColor.java59 public void copyFrom(Parameter src) { method in class:ParameterColor
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DBasicEditor.java135 public void copyFrom(Parameter src) { method in class:BasicEditor
H A DEditorGrad.java430 public void copyFrom(Parameter src) { method in class:EditorGrad
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
H A DGrassRS.java224 mBladesIndicies.copyFrom(idx);
269 a.copyFrom(mip0);
271 a.copyFrom(mip1);
273 a.copyFrom(mip2);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsRequest.java109 public void copyFrom(ContactsRequest request) { method in class:ContactsRequest
H A DContactsIntentResolver.java161 request.copyFrom(originalRequest);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterBasicRepresentation.java174 public void copyFrom(Parameter src) { method in class:FilterBasicRepresentation
H A DFilterChanSatRepresentation.java102 mAllParam[i].copyFrom(representation.mAllParam[i]);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DImagePreset.java544 bitmapIn.copyFrom(out);
566 in.copyFrom(out);
H A DCachingPipeline.java461 mInPixelsAllocation.copyFrom(bitmap);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
H A DVisualization5RS.java286 mLineIdxAlloc.copyFrom(mIndexData);
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DMagicSmokeRS.java278 // copyFrom needs a byte[], not an int[], so we need to copy the data first
286 mSourceTextures[index].copyFrom(bpixels);

Completed in 558 milliseconds