Home
last modified time | relevance | path

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

12345

/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
DInputMethodInfoTest.java46 final InputMethodInfo clone = cloneViaParcel(imi); in testEqualsAndHashCode() local
58 final InputMethodInfo clone = cloneViaParcel(imi); in testBooleanAttributes_DefaultValues() local
69 final InputMethodInfo clone = cloneViaParcel(imi); in testSupportsSwitchingToNextInputMethod() local
80 final InputMethodInfo clone = cloneViaParcel(imi); in testIsVrOnly() local
/frameworks/base/core/tests/coretests/src/android/view/autofill/
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
300 AutofillId clone = AutofillId.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
/frameworks/base/core/tests/coretests/src/android/app/assist/
DAssistStructureTest.java110 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_oneSmallView() local
130 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_manySmallViews() local
184 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_oneBigView() local
285 AssistStructure clone = AssistStructure.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
/frameworks/base/core/java/android/animation/
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
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
DPathKeyframes.java130 public Keyframes clone() { in clone() method in PathKeyframes
131 Keyframes clone = null; in clone() local
DKeyframes.java62 Keyframes clone(); in clone() method
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
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
325 ContentCaptureEvent clone = ContentCaptureEvent.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
/frameworks/base/core/tests/coretests/src/android/widget/
DRemoteViewsTest.java84 RemoteViews clone = original.clone(); in clone_doesNotCopyBitmap() local
95 RemoteViews clone = original.clone(); in clone_originalCanStillBeApplied() local
104 RemoteViews clone = original.clone(); in clone_clones() local
120 RemoteViews clone = child.clone(); in clone_child_fails() local
137 RemoteViews clone = original.clone().clone(); in clone_chained() local
/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h62 Entry* clone() const { return new Entry(); } in clone() function
93 Entry* clone() const { return new Entry(); } in clone() function
/frameworks/base/core/java/android/webkit/
DWebHistoryItem.java76 protected abstract WebHistoryItem clone(); in clone() method in WebHistoryItem
DWebBackForwardList.java63 protected abstract WebBackForwardList clone(); in clone() method in WebBackForwardList
DWebSyncManager.java35 protected Object clone() throws CloneNotSupportedException { in clone() method in WebSyncManager
/frameworks/base/core/java/android/util/
DLongSparseLongArray.java83 public LongSparseLongArray clone() { in clone() method in LongSparseLongArray
84 LongSparseLongArray clone = null; in clone() local
DSparseLongArray.java76 public SparseLongArray clone() { in clone() method in SparseLongArray
77 SparseLongArray clone = null; in clone() local
DSparseIntArray.java83 public SparseIntArray clone() { in clone() method in SparseIntArray
84 SparseIntArray clone = null; in clone() local
DIntArray.java170 public IntArray clone() throws CloneNotSupportedException { in clone() method in IntArray
171 final IntArray clone = (IntArray) super.clone(); in clone() local
DSparseBooleanArray.java75 public SparseBooleanArray clone() { in clone() method in SparseBooleanArray
76 SparseBooleanArray clone = null; in clone() local
DLongArray.java157 public LongArray clone() { in clone() method in LongArray
158 LongArray clone = null; in clone() local
DLongSparseArray.java87 public LongSparseArray<E> clone() { in clone() method in LongSparseArray
88 LongSparseArray<E> clone = null; in clone() local
/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/
DRegisterStatusBarResultTest.java87 private RegisterStatusBarResult clone(RegisterStatusBarResult original) { in clone() method in RegisterStatusBarResultTest
DStatusBarIconTest.java60 private StatusBarIcon clone(StatusBarIcon original) { in clone() method in StatusBarIconTest
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DOvalShape.java48 public OvalShape clone() throws CloneNotSupportedException { in clone() method in OvalShape
/frameworks/base/core/java/android/gesture/
DGesturePoint.java48 public Object clone() { in clone() method in GesturePoint
/frameworks/base/tools/aapt/
DDirectoryWalker.h91 virtual DirectoryWalker* clone() { in clone() function

12345