Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 110) sorted by relevance

12345

/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DInputMethodInfoTest.java46 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 DAssistStructureTest.java114 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 DAutofillIdTest.java41 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 DSafeActivityOptionsTest.java56 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 DKeyframe.java257 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 DStateListAnimator.java136 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 DPathKeyframes.java130 public Keyframes clone() { in clone() method in PathKeyframes
131 Keyframes clone = null; in clone() local
H A DKeyframes.java62 Keyframes clone(); in clone() method
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureEventTest.java163 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 DBundleUtils.java45 public static @NonNull Bundle clone(@Nullable Bundle in) { in clone() method in BundleUtils
/aosp14/frameworks/base/core/java/android/util/
H A DSparseDoubleArray.java68 public SparseDoubleArray clone() { in clone() method in SparseDoubleArray
69 SparseDoubleArray clone = null; in clone() local
H A DSparseIntArray.java83 public SparseIntArray clone() { in clone() method in SparseIntArray
84 SparseIntArray clone = null; in clone() local
H A DLongArray.java158 public LongArray clone() { in clone() method in LongArray
159 LongArray clone = null; in clone() local
H A DLongSparseLongArray.java85 public LongSparseLongArray clone() { in clone() method in LongSparseLongArray
86 LongSparseLongArray clone = null; in clone() local
H A DSparseBooleanArray.java76 public SparseBooleanArray clone() { in clone() method in SparseBooleanArray
77 SparseBooleanArray clone = null; in clone() local
H A DSparseLongArray.java76 public SparseLongArray clone() { in clone() method in SparseLongArray
77 SparseLongArray clone = null; in clone() local
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebBackForwardList.java63 protected abstract WebBackForwardList clone(); in clone() method in WebBackForwardList
H A DWebHistoryItem.java77 protected abstract WebHistoryItem clone(); in clone() method in WebHistoryItem
H A DWebSyncManager.java35 protected Object clone() throws CloneNotSupportedException { in clone() method in WebSyncManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DSuppressedAttachState.kt47 fun clone(other: SuppressedAttachState) { regex
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DOvalShape.java48 public OvalShape clone() throws CloneNotSupportedException { in clone() method in OvalShape
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/
H A DRegisterStatusBarResultTest.java96 private RegisterStatusBarResult clone(RegisterStatusBarResult original) { in clone() method in RegisterStatusBarResultTest
H A DStatusBarIconTest.java60 private StatusBarIcon clone(StatusBarIcon original) { in clone() method in StatusBarIconTest
/aosp14/frameworks/base/core/java/android/gesture/
H A DGesturePoint.java48 public Object clone() { in clone() method in GesturePoint
/aosp14/frameworks/base/tools/aapt/
H A DDirectoryWalker.h91 virtual DirectoryWalker* clone() { in clone() function

12345