Home
last modified time | relevance | path

Searched refs:copyTo (Results 1 – 25 of 62) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java199 public boolean copyTo(State other) { in copyTo() method in QSTile.State
268 copyTo(state); in copy()
280 public boolean copyTo(State other) { in copyTo() method in QSTile.BooleanState
282 final boolean changed = super.copyTo(other) in copyTo()
301 copyTo(state); in copy()
315 public boolean copyTo(State other) { in copyTo() method in QSTile.SignalState
325 return super.copyTo(other) || changed; in copyTo()
339 copyTo(state); in copy()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DInternetTile.java180 public void copyTo(EthernetCallbackInfo ethernetCallbackInfo) { in copyTo() method in InternetTile.EthernetCallbackInfo
215 public void copyTo(WifiCallbackInfo wifiCallbackInfo) { in copyTo() method in InternetTile.WifiCallbackInfo
264 public void copyTo(CellularCallbackInfo cellularCallbackInfo) { in copyTo() method in InternetTile.CellularCallbackInfo
464 cb.copyTo(cellularInfo); in handleUpdateState()
472 cb.copyTo(wifiInfo); in handleUpdateState()
480 cb.copyTo(ethernetInfo); in handleUpdateState()
490 mSignalCallback.mCellularInfo.copyTo(cellularInfo); in handleUpdateState()
496 mSignalCallback.mWifiInfo.copyTo(wifiInfo); in handleUpdateState()
502 mSignalCallback.mEthernetInfo.copyTo(ethernetInfo); in handleUpdateState()
/aosp14/frameworks/base/core/java/android/content/
H A DSyncStatusInfo.java63 public void copyTo(Stats to) { in copyTo() method in SyncStatusInfo.Stats
320 other.totalStats.copyTo(totalStats); in copyFrom()
321 other.todayStats.copyTo(todayStats); in copyFrom()
322 other.yesterdayStats.copyTo(yesterdayStats); in copyFrom()
498 todayStats.copyTo(yesterdayStats); in maybeResetTodayStats()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java550 copyTo(mBitmap); in syncAll()
1849 public void copyTo(Bitmap b) { in copyTo() method in Allocation
1907 public void copyTo(Object array) { in copyTo() method in Allocation
1934 public void copyTo(byte[] d) { in copyTo() method in Allocation
1936 copyTo(d, Element.DataType.SIGNED_8, d.length); in copyTo()
1961 public void copyTo(short[] d) { in copyTo() method in Allocation
1963 copyTo(d, Element.DataType.SIGNED_16, d.length); in copyTo()
1988 public void copyTo(int[] d) { in copyTo() method in Allocation
1990 copyTo(d, Element.DataType.SIGNED_32, d.length); in copyTo()
2015 public void copyTo(float[] d) { in copyTo() method in Allocation
[all …]
H A DByte2.java386 public void copyTo(byte[] data, int offset) { in copyTo() method in Byte2
H A DDouble2.java386 public void copyTo(double[] data, int offset) { in copyTo() method in Double2
H A DFloat2.java385 public void copyTo(float[] data, int offset) { in copyTo() method in Float2
/aosp14/frameworks/base/core/tests/PackageInstallerSessions/src/android/content/pm/
H A DPackageSessionTests.kt273 .use { output -> input.copyTo(output) }
338 .use { output -> input.copyTo(output) }
382 .use { output -> input.copyTo(output) }
/aosp14/frameworks/base/libs/hwui/
H A DMatrix.h196 void copyTo(float* v) const;
197 void copyTo(SkMatrix& v) const;
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DBlackLevelPattern.java95 public void copyTo(int[] destination, int offset) { in copyTo() method in BlackLevelPattern
H A DRggbChannelVector.java147 public void copyTo(final float[] destination, final int offset) { in copyTo() method in RggbChannelVector
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java534 allocation.copyTo(mBitmap); in syncToAllocationBacking()
628 allocation.copyTo(pixels.array()); in syncToAllocationBacking()
751 allocation.copyTo(bytes); in syncToAllocationBacking()
754 allocation.copyTo(floats); in syncToAllocationBacking()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarSignalPolicy.java269 private void copyTo(CallIndicatorIconState other) { in copyTo() method in StatusBarSignalPolicy.CallIndicatorIconState
283 state.copyTo(copy); in copyStates()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/
H A DWatcherTest.java275 array.copyTo(base); in testWatchedArrayMap()
378 array.copyTo(base); in testWatchedArraySet()
492 array.copyTo(base); in testWatchedArrayList()
613 array.copyTo(base); in testWatchedSparseArray()
736 array.copyTo(base); in testWatchedLongSparseArray()
794 array.copyTo(base); in testWatchedSparseBooleanArray()
852 array.copyTo(base); in testWatchedSparseIntArray()
/aosp14/frameworks/base/core/java/android/view/
H A DInputChannel.java156 public void copyTo(InputChannel outParameter) { in copyTo() method in InputChannel
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessor.kt79 output.copyTo(outBitmap)
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseBooleanArray.java84 public void copyTo(@NonNull SparseBooleanArray dst) { in copyTo() method in WatchedSparseBooleanArray
H A DWatchedSparseIntArray.java84 public void copyTo(@NonNull SparseIntArray dst) { in copyTo() method in WatchedSparseIntArray
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/backup/
H A DBackupHelper.kt154 file.copyTo(dest)
/aosp14/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
H A DDynamicCodeLoggerIntegrationTests.java386 private static String copyAndHashResource(String resourcePath, File copyTo) throws Exception { in copyAndHashResource() argument
392 OutputStream output = new FileOutputStream(copyTo)) { in copyAndHashResource()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/
H A DPackageParsingDeferErrorTest.kt122 input.copyTo(output)
/aosp14/frameworks/base/core/java/android/content/pm/
H A DInstrumentationInfo.java212 public void copyTo(ApplicationInfo ai) { in copyTo() method in InstrumentationInfo
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DHostUtils.kt110 input.copyTo(output)
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInputConsumerImpl.java63 mClientChannel.copyTo(inputChannel); in InputConsumerImpl()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp183 hwuiMatrix.copyTo(shadowMatrix); in drawShadow()

123