Searched defs:copyFrom (Results 1 - 18 of 18) sorted by relevance

/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/Launcher3/src/com/android/launcher3/util/
H A DCellAndSpan.java31 public void copyFrom(CellAndSpan copy) { method in class:CellAndSpan
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DMigrateEstimateTask.java55 public void copyFrom(Intent intent) { method in class:MigrateEstimateTask
/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/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DSelection.java200 void copyFrom(Selection source) { method in class:Selection
/packages/apps/Launcher3/src/com/android/launcher3/
H A DItemInfo.java116 copyFrom(info);
121 public void copyFrom(ItemInfo info) { method in class:ItemInfo
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterBasicRepresentation.java174 public void copyFrom(Parameter src) { method in class:FilterBasicRepresentation
/packages/apps/TV/src/com/android/tv/data/
H A DPreviewProgramContent.java99 public void copyFrom(PreviewProgramContent other) { method in class:PreviewProgramContent
255 previewProgramContent.copyFrom(mPreviewProgramContent);
H A DChannel.java372 void copyFrom(Channel other) { method in class:Channel
451 mChannel.copyFrom(other);
553 channel.copyFrom(mChannel);
H A DProgram.java522 public void copyFrom(Program other) { method in class:Program
584 mProgram.copyFrom(other);
828 program.copyFrom(mProgram);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyDrawParams.java56 private KeyDrawParams(@Nonnull final KeyDrawParams copyFrom) { argument
57 mTypeface = copyFrom.mTypeface;
59 mLetterSize = copyFrom.mLetterSize;
60 mLabelSize = copyFrom.mLabelSize;
61 mLargeLetterSize = copyFrom.mLargeLetterSize;
62 mHintLetterSize = copyFrom.mHintLetterSize;
63 mShiftedLetterHintSize = copyFrom.mShiftedLetterHintSize;
64 mHintLabelSize = copyFrom.mHintLabelSize;
65 mPreviewTextSize = copyFrom.mPreviewTextSize;
67 mTextColor = copyFrom
[all...]
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
H A DDetailsContent.java152 public void copyFrom(DetailsContent other) { method in class:DetailsContent
313 detailsContent.copyFrom(mDetailsContent);
/packages/apps/Terminal/jni/
H A Dcom_android_terminal_Terminal.cpp83 inline dimen_t copyFrom(dimen_t cols, const VTermScreenCell* cells) { function in class:android::ScrollbackLine
459 line->copyFrom(cols, cells);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java322 void copyFrom(ScrollInfo other) { method in class:ScrollAdapterView.ScrollInfo
547 mScrollBeforeReset.copyFrom(mCurScroll);

Completed in 404 milliseconds