/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/ |
H A D | QSTile.java | 199 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 D | InternetTile.java | 180 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 D | SyncStatusInfo.java | 63 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 D | Allocation.java | 550 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 D | Byte2.java | 386 public void copyTo(byte[] data, int offset) { in copyTo() method in Byte2
|
H A D | Double2.java | 386 public void copyTo(double[] data, int offset) { in copyTo() method in Double2
|
H A D | Float2.java | 385 public void copyTo(float[] data, int offset) { in copyTo() method in Float2
|
/aosp14/frameworks/base/core/tests/PackageInstallerSessions/src/android/content/pm/ |
H A D | PackageSessionTests.kt | 273 .use { output -> input.copyTo(output) } 338 .use { output -> input.copyTo(output) } 382 .use { output -> input.copyTo(output) }
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | Matrix.h | 196 void copyTo(float* v) const; 197 void copyTo(SkMatrix& v) const;
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | BlackLevelPattern.java | 95 public void copyTo(int[] destination, int offset) { in copyTo() method in BlackLevelPattern
|
H A D | RggbChannelVector.java | 147 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 D | BackingStore.java | 534 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 D | StatusBarSignalPolicy.java | 269 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 D | WatcherTest.java | 275 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 D | InputChannel.java | 156 public void copyTo(InputChannel outParameter) { in copyTo() method in InputChannel
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | MediaArtworkProcessor.kt | 79 output.copyTo(outBitmap)
|
/aosp14/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | WatchedSparseBooleanArray.java | 84 public void copyTo(@NonNull SparseBooleanArray dst) { in copyTo() method in WatchedSparseBooleanArray
|
H A D | WatchedSparseIntArray.java | 84 public void copyTo(@NonNull SparseIntArray dst) { in copyTo() method in WatchedSparseIntArray
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/backup/ |
H A D | BackupHelper.kt | 154 file.copyTo(dest)
|
/aosp14/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/ |
H A D | DynamicCodeLoggerIntegrationTests.java | 386 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 D | PackageParsingDeferErrorTest.kt | 122 input.copyTo(output)
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | InstrumentationInfo.java | 212 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 D | HostUtils.kt | 110 input.copyTo(output)
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InputConsumerImpl.java | 63 mClientChannel.copyTo(inputChannel); in InputConsumerImpl()
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | ReorderBarrierDrawables.cpp | 183 hwuiMatrix.copyTo(shadowMatrix); in drawShadow()
|