/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyDrawParams.java | 56 private KeyDrawParams(@Nonnull final KeyDrawParams copyFrom) { in KeyDrawParams() argument 57 mTypeface = copyFrom.mTypeface; in KeyDrawParams() 59 mLetterSize = copyFrom.mLetterSize; in KeyDrawParams() 60 mLabelSize = copyFrom.mLabelSize; in KeyDrawParams() 61 mLargeLetterSize = copyFrom.mLargeLetterSize; in KeyDrawParams() 62 mHintLetterSize = copyFrom.mHintLetterSize; in KeyDrawParams() 63 mShiftedLetterHintSize = copyFrom.mShiftedLetterHintSize; in KeyDrawParams() 64 mHintLabelSize = copyFrom.mHintLabelSize; in KeyDrawParams() 65 mPreviewTextSize = copyFrom.mPreviewTextSize; in KeyDrawParams() 67 mTextColor = copyFrom.mTextColor; in KeyDrawParams() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | PendingRequestArgs.java | 45 copyFrom(info); in PendingRequestArgs() 100 args.copyFrom(info); in forWidgetInfo() 106 args.copyFrom(info); in forIntent()
|
D | IntSet.java | 71 public void copyFrom(IntSet other) { in copyFrom() method in IntSet 72 mArray.copyFrom(other.mArray); in copyFrom()
|
D | CellAndSpan.java | 31 public void copyFrom(CellAndSpan copy) { in copyFrom() method in CellAndSpan
|
D | IntArray.java | 105 public void copyFrom(IntArray other) { in copyFrom() method in IntArray
|
/packages/apps/TV/src/com/android/tv/data/ |
D | ChannelImpl.java | 383 public void copyFrom(Channel channel) { in copyFrom() method in ChannelImpl 385 copyFrom((ChannelImpl) channel); in copyFrom() 413 public void copyFrom(ChannelImpl channel) { in copyFrom() method in ChannelImpl 484 mChannel.copyFrom(other); in Builder() 592 channel.copyFrom(mChannel); in build()
|
D | PreviewProgramContent.java | 109 public void copyFrom(PreviewProgramContent other) { in copyFrom() method in PreviewProgramContent 257 previewProgramContent.copyFrom(mPreviewProgramContent); in build()
|
D | Program.java | 593 public void copyFrom(Program other) { in copyFrom() method in Program 654 mProgram.copyFrom(other); in Builder() 920 program.copyFrom(mProgram); in build()
|
/packages/services/Car/service/src/com/android/car/trust/ |
D | BLEMessageV1Factory.java | 132 .setPayload(ByteString.copyFrom(payload)) in makeBLEMessage() 164 .setPayload(ByteString.copyFrom(Arrays.copyOfRange(payload, start, end))) in makeBLEMessages()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ItemInfo.java | 116 copyFrom(info); in ItemInfo() 119 public void copyFrom(ItemInfo info) { in copyFrom() method in ItemInfo
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DetailsContent.java | 199 public void copyFrom(DetailsContent other) { in copyFrom() method in DetailsContent 357 detailsContent.copyFrom(mDetailsContent); in build()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
D | Parameter.java | 32 public void copyFrom(Parameter src); in copyFrom() method
|
D | BasicParameterInt.java | 33 public void copyFrom(Parameter src) { in copyFrom() method in BasicParameterInt
|
D | BasicParameterStyle.java | 34 public void copyFrom(Parameter src) { in copyFrom() method in BasicParameterStyle
|
D | ParameterColor.java | 59 public void copyFrom(Parameter src) { in copyFrom() method in ParameterColor
|
/packages/apps/TV/src/com/android/tv/data/api/ |
D | Channel.java | 110 void copyFrom(Channel channel); in copyFrom() method
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
D | BasicEditor.java | 135 public void copyFrom(Parameter src) { in copyFrom() method in BasicEditor
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/ |
D | MigrateEstimateTask.java | 55 public void copyFrom(Intent intent) { in copyFrom() method in MigrateEstimateTask
|
D | StorageWizardMigrateConfirm.java | 76 mEstimate.copyFrom(getIntent()); in onCreate()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | MigrateEstimateTask.java | 55 public void copyFrom(Intent intent) { in copyFrom() method in MigrateEstimateTask
|
D | StorageWizardMigrateConfirm.java | 76 mEstimate.copyFrom(getIntent()); in onCreate()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterBasicRepresentation.java | 174 public void copyFrom(Parameter src) { in copyFrom() method in FilterBasicRepresentation
|
D | FilterChanSatRepresentation.java | 102 mAllParam[i].copyFrom(representation.mAllParam[i]); in useParametersFrom()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | ImagePreset.java | 544 bitmapIn.copyFrom(out); in applyBorder() 566 in.copyFrom(out); in applyFilters()
|
/packages/apps/Terminal/jni/ |
D | com_android_terminal_Terminal.cpp | 83 inline dimen_t copyFrom(dimen_t cols, const VTermScreenCell* cells) { in copyFrom() function in android::ScrollbackLine 452 line->copyFrom(cols, cells); in onPushline()
|