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

12

/frameworks/base/services/java/com/android/server/display/
H A DDisplayViewport.java53 public void copyFrom(DisplayViewport viewport) { method in class:DisplayViewport
H A DDisplayDeviceInfo.java223 public void copyFrom(DisplayDeviceInfo other) { method in class:DisplayDeviceInfo
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerRequest.java75 copyFrom(other);
78 public void copyFrom(DisplayPowerRequest other) { method in class:DisplayPowerRequest
/frameworks/av/media/mtp/
H A DMtpPacket.cpp87 void MtpPacket::copyFrom(const MtpPacket& src) { function in class:android::MtpPacket
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIconList.java139 public void copyFrom(StatusBarIconList that) { method in class:StatusBarIconList
/frameworks/base/telephony/java/android/telephony/
H A DCellSignalStrengthGsm.java64 copyFrom(s);
83 protected void copyFrom(CellSignalStrengthGsm s) { method in class:CellSignalStrengthGsm
H A DCellSignalStrengthLte.java65 copyFrom(s);
108 protected void copyFrom(CellSignalStrengthLte s) { method in class:CellSignalStrengthLte
H A DCellSignalStrengthWcdma.java64 copyFrom(s);
83 protected void copyFrom(CellSignalStrengthWcdma s) { method in class:CellSignalStrengthWcdma
H A DCellSignalStrengthCdma.java64 copyFrom(s);
89 protected void copyFrom(CellSignalStrengthCdma s) { method in class:CellSignalStrengthCdma
H A DSignalStrength.java168 copyFrom(s);
237 protected void copyFrom(SignalStrength s) { method in class:SignalStrength
H A DServiceState.java216 copyFrom(s);
219 protected void copyFrom(ServiceState s) { method in class:ServiceState
/frameworks/av/services/audioflinger/
H A DFastMixer.h58 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { } argument
/frameworks/base/core/java/android/os/
H A DMessage.java80 /** Flags to clear in the copyFrom method */
265 public void copyFrom(Message o) { method in class:Message
/frameworks/base/core/java/android/print/
H A DPrinterCapabilitiesInfo.java73 copyFrom(prototype);
79 public void copyFrom(PrinterCapabilitiesInfo other) { method in class:PrinterCapabilitiesInfo
H A DPrinterInfo.java57 copyFrom(prototype);
63 public void copyFrom(PrinterInfo other) { method in class:PrinterInfo
73 mCapabilities.copyFrom(other.mCapabilities);
254 mPrototype.copyFrom(other);
H A DPrintAttributes.java261 public void copyFrom(PrintAttributes other) { method in class:PrintAttributes
/frameworks/base/core/java/android/view/
H A DDisplayInfo.java215 copyFrom(other);
260 public void copyFrom(DisplayInfo other) { method in class:DisplayInfo
H A DSurface.java305 public void copyFrom(SurfaceControl other) { method in class:Surface
H A DSurfaceControl.java398 copyFrom(other);
422 public void copyFrom(PhysicalDisplayInfo other) { method in class:SurfaceControl.PhysicalDisplayInfo
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java107 public void copyFrom(BaseObj[] d) { method in class:AllocationThunker
116 mN.copyFrom(dN);
151 public void copyFrom(int[] d) { method in class:AllocationThunker
153 mN.copyFrom(d);
158 public void copyFrom(short[] d) { method in class:AllocationThunker
160 mN.copyFrom(d);
165 public void copyFrom(byte[] d) { method in class:AllocationThunker
167 mN.copyFrom(d);
172 public void copyFrom(float[] d) { method in class:AllocationThunker
174 mN.copyFrom(
179 public void copyFrom(Bitmap b) { method in class:AllocationThunker
186 public void copyFrom(Allocation a) { method in class:AllocationThunker
[all...]
H A DAllocation.java47 * <p>An Allocation can be populated with the {@link #copyFrom} routines. For
380 public void copyFrom(BaseObj[] d) { method in class:Allocation
525 public void copyFrom(int[] d) { method in class:Allocation
543 public void copyFrom(short[] d) { method in class:Allocation
561 public void copyFrom(byte[] d) { method in class:Allocation
579 public void copyFrom(float[] d) { method in class:Allocation
603 public void copyFrom(Bitmap b) { method in class:Allocation
609 copyFrom(newBitmap);
623 public void copyFrom(Allocation a) { method in class:Allocation
1513 adapter.copyFrom(xpo
[all...]
/frameworks/base/libs/hwui/
H A DSkiaShader.cpp61 void SkiaShader::copyFrom(const SkiaShader& shader) { function in class:android::uirenderer::SkiaShader
115 copy->copyFrom(*this);
211 copy->copyFrom(*this);
278 copy->copyFrom(*this);
333 copy->copyFrom(*this);
393 copy->copyFrom(*this);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageSettingBase.java163 public void copyFrom(PackageSettingBase base) { method in class:PackageSettingBase
/frameworks/native/libs/input/
H A DInput.cpp260 void PointerCoords::copyFrom(const PointerCoords& other) { function in class:android::PointerCoords
276 void PointerProperties::copyFrom(const PointerProperties& other) { function in class:android::PointerProperties
319 void MotionEvent::copyFrom(const MotionEvent* other, bool keepHistory) { function in class:android::MotionEvent
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java49 * <p>An Allocation can be populated with the {@link #copyFrom} routines. For
377 copyFrom(mBitmap);
443 public void copyFrom(BaseObj[] d) { method in class:Allocation
444 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFrom");
602 public void copyFrom(int[] d) { method in class:Allocation
603 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFrom");
622 public void copyFrom(short[] d) { method in class:Allocation
623 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFrom");
642 public void copyFrom(byte[] d) { method in class:Allocation
643 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFrom");
662 public void copyFrom(float[] d) { method in class:Allocation
688 public void copyFrom(Bitmap b) { method in class:Allocation
710 public void copyFrom(Allocation a) { method in class:Allocation
[all...]

Completed in 6463 milliseconds

12