Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 76) sorted by relevance

1234

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
DAppearAnimationUtils.java64 public void startAnimation2d(View[][] objects, final Runnable finishListener) { in startAnimation2d() argument
65 startAnimation2d(objects, finishListener, this); in startAnimation2d()
68 public void startAnimation(View[] objects, final Runnable finishListener) { in startAnimation() argument
69 startAnimation(objects, finishListener, this); in startAnimation()
72 public <T> void startAnimation2d(T[][] objects, final Runnable finishListener, in startAnimation2d() argument
74 AppearAnimationProperties properties = getDelays(objects); in startAnimation2d()
75 startAnimations(properties, objects, finishListener, creator); in startAnimation2d()
78 public <T> void startAnimation(T[] objects, final Runnable finishListener, in startAnimation() argument
80 AppearAnimationProperties properties = getDelays(objects); in startAnimation()
81 startAnimations(properties, objects, finishListener, creator); in startAnimation()
[all …]
/frameworks/base/core/java/android/widget/
DArrayAdapter.java163 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, @NonNull T[] objects) { in ArrayAdapter() argument
164 this(context, resource, 0, Arrays.asList(objects)); in ArrayAdapter()
178 @IdRes int textViewResourceId, @NonNull T[] objects) { in ArrayAdapter() argument
179 this(context, resource, textViewResourceId, Arrays.asList(objects)); in ArrayAdapter()
191 @NonNull List<T> objects) { in ArrayAdapter() argument
192 this(context, resource, 0, objects); in ArrayAdapter()
205 @IdRes int textViewResourceId, @NonNull List<T> objects) { in ArrayAdapter() argument
206 this(context, resource, textViewResourceId, objects, false); in ArrayAdapter()
210 @IdRes int textViewResourceId, @NonNull List<T> objects, boolean objsFromResources) { in ArrayAdapter() argument
214 mObjects = objects; in ArrayAdapter()
/frameworks/base/core/java/android/metrics/
DMetricsReader.java86 Object[] objects; in read() local
88 objects = (Object[]) data; in read()
91 objects = new Object[1]; in read()
92 objects[0] = data; in read()
94 final LogMaker log = new LogMaker(objects) in read()
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DListViewAddRemoveNoTransition.java84 List<String> objects) { in StableArrayAdapter() argument
85 super(context, textViewResourceId, objects); in StableArrayAdapter()
86 for (int i = 0; i < objects.size(); ++i) { in StableArrayAdapter()
87 mIdMap.put(objects.get(i), i); in StableArrayAdapter()
DListViewAddRemove.java149 List<String> objects) { in StableArrayAdapter() argument
150 super(context, textViewResourceId, objects); in StableArrayAdapter()
151 for (int i = 0; i < objects.size(); ++i) { in StableArrayAdapter()
152 mIdMap.put(objects.get(i), i); in StableArrayAdapter()
/frameworks/native/opengl/libs/EGL/
Degl_display.cpp98 objects.insert(object); in addObject()
103 objects.erase(object); in removeObject()
108 if (objects.find(object) != objects.end()) { in getObject()
330 size_t count = objects.size(); in terminate()
332 for (auto o : objects) { in terminate()
337 objects.clear(); in terminate()
/frameworks/wilhelm/src/
DAndroid.bp128 "objects/C3DGroup.cpp",
129 "objects/CAudioPlayer.cpp",
130 "objects/CAudioRecorder.cpp",
131 "objects/CEngine.cpp",
132 "objects/COutputMix.cpp",
133 "objects/CMediaPlayer.cpp",
DREADME.txt14 objects/ OpenSL ES and OpenMAX AL objects aka classes
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt39 This extension enables the creation of EGL fence sync objects that are
41 using a file descriptor. These EGL fence sync objects have nearly
48 objects must have a signal status like that of an EGLSyncKHR object that
227 1. Should EGLSyncKHR objects that wrap native fence objects use the
232 We don't want to require all EGL fence sync objects to wrap native fence
233 objects, so we need some way to tell the EGL implementation at sync object
237 that might be added for fence sync objects, but there may be things that
238 get added that don't make sense in the context of native fence objects.
260 behavior of EGL native fence sync objects, so it is left as an attribute
266 - Reworded the extension to refer to "native fence" objects rather than
[all …]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DCallbackTest.java274 final CallbackBindingObject[] objects = new CallbackBindingObject[] { in testArrayAccess() local
279 mBinding.setObjArr(objects); in testArrayAccess()
284 verifyZeroInteractions(objects); in testArrayAccess()
286 verify(objects[1]).onClick(mBinding.view7); in testArrayAccess()
288 verify(objects[2]).onLongClick(mBinding.view7); in testArrayAccess()
289 verifyZeroInteractions(objects[0]); in testArrayAccess()
/frameworks/native/libs/binder/
DParcel.cpp473 const binder_size_t *objects = parcel->mObjects; in appendFrom() local
497 size_t off = objects[i]; in appendFrom()
527 binder_size_t *objects = in appendFrom() local
529 if (objects == (binder_size_t*)0) { in appendFrom()
532 mObjects = objects; in appendFrom()
539 size_t off = objects[i] - offset + startPos; in appendFrom()
640 const binder_size_t* Parcel::objects() const in objects() function in android::Parcel
1339 binder_size_t* objects = (binder_size_t*)realloc(mObjects, newSize*sizeof(binder_size_t)); in writeObject() local
1340 if (objects == NULL) return NO_MEMORY; in writeObject()
1341 mObjects = objects; in writeObject()
[all …]
/frameworks/support/samples/SupportEmojiDemos/src/main/java/com/example/android/support/text/emoji/
DListFragment.java65 List<EmojiRepo.EmojiData> objects) { in MyArrayAdapter() argument
66 super(context, resource, textViewResourceId, objects); in MyArrayAdapter()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListWithMailMessages.java118 List<MailMessage> objects) { in MyAdapter() argument
119 super(context, resource, objects); in MyAdapter()
/frameworks/base/core/tests/coretests/src/android/widget/
DListViewTest.java133 public Adapter(Context context, int resource, List<T> objects) { in Adapter() argument
134 super(context, resource, objects); in Adapter()
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect133 mTempIns = null; // make Java objects eligible for garbage collection
169 mTempIns = null; // make Java objects eligible for garbage collection
210 mTempIns = null; // make Java objects eligible for garbage collection
251 mTempIns = null; // make Java objects eligible for garbage collection
287 mTempIns = null; // make Java objects eligible for garbage collection
328 mTempIns = null; // make Java objects eligible for garbage collection
369 mTempIns = null; // make Java objects eligible for garbage collection
405 mTempIns = null; // make Java objects eligible for garbage collection
446 mTempIns = null; // make Java objects eligible for garbage collection
487 mTempIns = null; // make Java objects eligible for garbage collection
[all …]
/frameworks/ml/nn/tools/test_generator/
Dvts_generator.py81 for o in Operand.operands.objects():
110 weights = [o for o in Operand.operands.objects() if o.is_weight()]
/frameworks/rs/script_api/
Drs_object_info.spec21 or Sampler object. These objects are created from Java. You can't create them from a
64 Samplers objects define how Allocations can be read as structure within a kernel.
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DYearPickerView.java105 public YearAdapter(Context context, int resource, List<String> objects) { in YearAdapter() argument
106 super(context, resource, objects); in YearAdapter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java160 View[] objects = new View[count]; in startAppearAnimation() local
162 objects[i] = mUserSwitcher.getChildAt(i); in startAppearAnimation()
166 mAppearAnimationUtils.startAnimation(objects, new Runnable() { in startAppearAnimation()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc34 "cannot link shared objects with -static option.\nShared object `%0': %1",
35 "cannot link shared objects with -static option.\nShared object `%0': %1")
99 "objects",
101 "objects")
/frameworks/base/config/
Ddirty-image-objects18 # Dirty-image-objects file for boot image.
23 # The image writer will bin these objects together in the image.
27 # --boot-image=/system/framework/boot.art --dump-dirty-objects
/frameworks/base/keystore/java/android/security/
DCredentials.java133 public static byte[] convertToPem(Certificate... objects) in convertToPem() argument
138 for (Certificate o : objects) { in convertToPem()
/frameworks/support/media/
Dproguard-rules.pro15 # Prevent Parcelable objects from being removed or renamed.
/frameworks/support/preference/
Dproguard-rules.pro15 # Preference objects are inflated via reflection
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/
DScriptC_reduce_general_examples_halter.java.expect64 mTempIns = null; // make Java objects eligible for garbage collection
100 mTempIns = null; // make Java objects eligible for garbage collection

1234