/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
H A D | InputMethodInfoTest.java | 46 final InputMethodInfo clone = cloneViaParcel(imi); in testEqualsAndHashCode() local 60 final InputMethodInfo clone = cloneViaParcel(imi); in testBooleanAttributes_DefaultValues() local 75 final InputMethodInfo clone = cloneViaParcel(imi); in testSupportsSwitchingToNextInputMethod() local 86 final InputMethodInfo clone = cloneViaParcel(imi); in testInlineSuggestionsEnabled() local 98 final InputMethodInfo clone = cloneViaParcel(imi); in testInlineSuggestionsEnabledWithTouchExploration() local 109 final InputMethodInfo clone = cloneViaParcel(imi); in testIsVrOnly() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/assist/ |
H A D | AssistStructureTest.java | 114 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_oneSmallView() local 134 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_manySmallViews() local 188 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_oneBigView() local 244 ViewNodeParcelable clone = cloneThroughParcel(viewNodeParcelable); in testViewNodeParcelableForAutofill() local 270 ViewNodeParcelable clone = cloneThroughParcel(viewNodeParcelable); in testViewNodeParcelableControlFlags() local 353 ViewNodeParcelable clone = ViewNodeParcelable.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local 371 AssistStructure clone = AssistStructure.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/autofill/ |
H A D | AutofillIdTest.java | 41 final AutofillId clone = cloneThroughParcel(id); in testNonVirtual() local 55 final AutofillId clone = cloneThroughParcel(id); in testVirtual_int() local 74 final AutofillId clone = cloneThroughParcel(id); in testVirtual_long() local 92 final AutofillId clone = cloneThroughParcel(id); in testVirtual_parentObjectConstructor() local 109 final AutofillId clone = cloneThroughParcel(id); in testVirtual_withSession() local 326 AutofillId clone = AutofillId.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SafeActivityOptionsTest.java | 56 final SafeActivityOptions clone = new SafeActivityOptions(ActivityOptions.makeBasic() in test_selectiveCloneDisplayOptions() local 70 final SafeActivityOptions clone = new SafeActivityOptions(ActivityOptions.makeBasic() in test_selectiveCloneLunchRootTask() local
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | Keyframe.java | 257 public abstract Keyframe clone(); in clone() method in Keyframe 286 public ObjectKeyframe clone() { in clone() method in Keyframe.ObjectKeyframe 332 public IntKeyframe clone() { in clone() method in Keyframe.IntKeyframe 379 public FloatKeyframe clone() { in clone() method in Keyframe.FloatKeyframe
|
H A D | StateListAnimator.java | 136 public StateListAnimator clone() { in clone() method in StateListAnimator 138 StateListAnimator clone = (StateListAnimator) super.clone(); in clone() local 328 final StateListAnimator clone = mAnimator.clone(); in newInstance() local
|
H A D | PathKeyframes.java | 130 public Keyframes clone() { in clone() method in PathKeyframes 131 Keyframes clone = null; in clone() local
|
H A D | Keyframes.java | 62 Keyframes clone(); in clone() method
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
H A D | ContentCaptureEventTest.java | 163 final ContentCaptureEvent clone = cloneThroughParcel(event); in testSessionStarted_throughParcel() local 203 final ContentCaptureEvent clone = cloneThroughParcel(event); in testSessionFinished_throughParcel() local 232 final ContentCaptureEvent clone = cloneThroughParcel(event); in testContextUpdated_throughParcel() local 328 ContentCaptureEvent clone = ContentCaptureEvent.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | BundleUtils.java | 45 public static @NonNull Bundle clone(@Nullable Bundle in) { in clone() method in BundleUtils
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | SparseDoubleArray.java | 68 public SparseDoubleArray clone() { in clone() method in SparseDoubleArray 69 SparseDoubleArray clone = null; in clone() local
|
H A D | SparseIntArray.java | 83 public SparseIntArray clone() { in clone() method in SparseIntArray 84 SparseIntArray clone = null; in clone() local
|
H A D | LongArray.java | 158 public LongArray clone() { in clone() method in LongArray 159 LongArray clone = null; in clone() local
|
H A D | LongSparseLongArray.java | 85 public LongSparseLongArray clone() { in clone() method in LongSparseLongArray 86 LongSparseLongArray clone = null; in clone() local
|
H A D | SparseBooleanArray.java | 76 public SparseBooleanArray clone() { in clone() method in SparseBooleanArray 77 SparseBooleanArray clone = null; in clone() local
|
H A D | SparseLongArray.java | 76 public SparseLongArray clone() { in clone() method in SparseLongArray 77 SparseLongArray clone = null; in clone() local
|
/aosp14/frameworks/base/core/java/android/webkit/ |
H A D | WebBackForwardList.java | 63 protected abstract WebBackForwardList clone(); in clone() method in WebBackForwardList
|
H A D | WebHistoryItem.java | 77 protected abstract WebHistoryItem clone(); in clone() method in WebHistoryItem
|
H A D | WebSyncManager.java | 35 protected Object clone() throws CloneNotSupportedException { in clone() method in WebSyncManager
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | SuppressedAttachState.kt | 47 fun clone(other: SuppressedAttachState) { regex
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
H A D | OvalShape.java | 48 public OvalShape clone() throws CloneNotSupportedException { in clone() method in OvalShape
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/ |
H A D | RegisterStatusBarResultTest.java | 96 private RegisterStatusBarResult clone(RegisterStatusBarResult original) { in clone() method in RegisterStatusBarResultTest
|
H A D | StatusBarIconTest.java | 60 private StatusBarIcon clone(StatusBarIcon original) { in clone() method in StatusBarIconTest
|
/aosp14/frameworks/base/core/java/android/gesture/ |
H A D | GesturePoint.java | 48 public Object clone() { in clone() method in GesturePoint
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | DirectoryWalker.h | 91 virtual DirectoryWalker* clone() { in clone() function
|