Searched defs:add (Results 76 - 100 of 185) sorted by path

12345678

/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp68 jmethodID add; member in struct:android::ArrayListFields
506 keyedVector.add(key, value);
541 env->CallBooleanMethod(arrayList, gFields.arraylist.add, byteArray);
650 GET_METHOD_ID(gFields.arraylist.add, clazz, "add", "(Ljava/lang/Object;)Z");
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DIconUtils.java32 private static void add(String mimeType, int resId) { method in class:IconUtils
43 add("application/vnd.android.package-archive", icon);
47 add("application/ogg", icon);
48 add("application/x-flac", icon);
52 add("application/pgp-keys", icon);
53 add("application/pgp-signature", icon);
54 add("application/x-pkcs12", icon);
55 add("application/x-pkcs7-certreqresp", icon);
56 add("application/x-pkcs7-crl", icon);
57 add("applicatio
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMultiSelectManager.java198 mCallbacks.add(callback);
248 boolean itemChanged = selected ? mSelection.add(id) : mSelection.remove(id);
472 boolean changed = mSelection.add(modelId);
758 // Now, iterate through the changes and actually add/remove them to/from the current
764 mProvisionalSelection.add(id);
795 boolean add(String id) { method in class:MultiSelectManager.Selection
797 mSelection.add(id);
1050 mView.getOverlay().add(mBand);
1598 limitsList.add(~index, limits);
1692 mSelection.add(i
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTouchAnimator.java132 add(target, KeyframeSet.ofFloat(getProperty(target, property, float.class), values));
137 add(target, KeyframeSet.ofInt(getProperty(target, property, int.class), values));
141 private void add(Object target, KeyframeSet keyframeSet) { method in class:TouchAnimator.Builder
142 mTargets.add(target);
143 mValues.add(keyframeSet);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java110 void add(Task t) { method in class:FilteredTaskList
111 mTasks.add(t);
125 mTasks.add(insertIndex, task);
184 mFilteredTasks.add(t);
380 animators.add(anim);
393 animators.add(anim);
407 animators.add(anim);
664 removedTasks.add(task);
676 addedTasks.add(newTask);
679 // state and add i
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerWindowManager.java48 public void add(View view, int width, int height) { method in class:DividerWindowManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java98 public void add(MotionEvent ev) { method in class:GestureRecorder.Gesture
99 mRecords.add(new MotionEventRecord(ev.getEventTime(), ev));
115 mRecords.add(new TagRecord(when, tag, info));
116 mTags.add(tag);
160 public void add(MotionEvent ev) { method in class:GestureRecorder
164 mGestures.add(mCurrentGesture);
166 mCurrentGesture.add(ev);
175 mGestures.add(mCurrentGesture);
237 mGestures.add(mCurrentGesture);
H A DNotificationData.java260 public void add(Entry entry, RankingMap ranking) { method in class:NotificationData
368 mSortedAndFiltered.add(entry);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowManager.java71 * @param statusBarView The view to add.
74 public void add(View statusBarView, int barHeight) { method in class:StatusBarWindowManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSpTexts.java40 public int add(final TextView text) { method in class:SpTexts
H A DVolumeDialogController.java188 mCallbacks.add(callback, handler);
576 public void add(Callbacks callback, Handler handler) { method in class:VolumeDialogController.C
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/
H A DIntArray.java25 public void add(int value) { method in class:IntArray
/frameworks/base/rs/java/android/renderscript/
H A DByte2.java43 * Vector add
47 public void add(Byte2 a) { method in class:Byte2
53 * Vector add
59 public static Byte2 add(Byte2 a, Byte2 b) { method in class:Byte2
68 * Vector add
72 public void add(byte value) { method in class:Byte2
78 * Vector add
84 public static Byte2 add(Byte2 a, byte b) { method in class:Byte2
281 * Vector add Multiple
358 * add th
[all...]
H A DByte3.java46 * Vector add
50 public void add(Byte3 a) { method in class:Byte3
57 * Vector add
63 public static Byte3 add(Byte3 a, Byte3 b) { method in class:Byte3
73 * Vector add
77 public void add(byte value) { method in class:Byte3
84 * Vector add
90 public static Byte3 add(Byte3 a, byte b) { method in class:Byte3
301 * Vector add Multiple
387 * add th
[all...]
H A DByte4.java48 * Vector add
52 public void add(Byte4 a) { method in class:Byte4
60 * Vector add
66 public static Byte4 add(Byte4 a, Byte4 b) { method in class:Byte4
77 * Vector add
81 public void add(byte value) { method in class:Byte4
89 * Vector add
95 public static Byte4 add(Byte4 a, byte b) { method in class:Byte4
320 * Vector add Multiple
415 * add th
[all...]
H A DDouble2.java42 * Vector add
48 public static Double2 add(Double2 a, Double2 b) { method in class:Double2
57 * Vector add
61 public void add(Double2 value) { method in class:Double2
67 * Vector add
71 public void add(double value) { method in class:Double2
77 * Vector add
83 public static Double2 add(Double2 a, double b) { method in class:Double2
263 * Vector add Multiple
H A DDouble3.java44 * Vector add
50 public static Double3 add(Double3 a, Double3 b) { method in class:Double3
60 * Vector add
64 public void add(Double3 value) { method in class:Double3
71 * Vector add
75 public void add(double value) { method in class:Double3
82 * Vector add
88 public static Double3 add(Double3 a, double b) { method in class:Double3
281 * Vector add Multiple
H A DDouble4.java47 * Vector add
53 public static Double4 add(Double4 a, Double4 b) { method in class:Double4
64 * Vector add
68 public void add(Double4 value) { method in class:Double4
76 * Vector add
80 public void add(double value) { method in class:Double4
88 * Vector add
94 public static Double4 add(Double4 a, double b) { method in class:Double4
300 * Vector add Multiple
H A DElement.java1329 public Builder add(Element element, String name, int arraySize) { method in class:Element.Builder
1372 public Builder add(Element element, String name) { method in class:Element.Builder
1373 return add(element, name, 1);
H A DFieldPacker.java630 private void add(Object obj) { method in class:FieldPacker
795 add(obj);
H A DFloat2.java41 * Vector add
47 public static Float2 add(Float2 a, Float2 b) { method in class:Float2
56 * Vector add
60 public void add(Float2 value) { method in class:Float2
66 * Vector add
70 public void add(float value) { method in class:Float2
76 * Vector add
82 public static Float2 add(Float2 a, float b) { method in class:Float2
262 * Vector add Multiple
345 * add th
[all...]
H A DFloat3.java44 * Vector add
50 public static Float3 add(Float3 a, Float3 b) { method in class:Float3
60 * Vector add
64 public void add(Float3 value) { method in class:Float3
71 * Vector add
75 public void add(float value) { method in class:Float3
82 * Vector add
88 public static Float3 add(Float3 a, float b) { method in class:Float3
281 * Vector add Multiple
372 * add th
[all...]
H A DFloat4.java47 * Vector add
53 public static Float4 add(Float4 a, Float4 b) { method in class:Float4
64 * Vector add
68 public void add(Float4 value) { method in class:Float4
76 * Vector add
80 public void add(float value) { method in class:Float4
88 * Vector add
94 public static Float4 add(Float4 a, float b) { method in class:Float4
300 * Vector add Multiple
399 * add th
[all...]
H A DInt2.java47 * Vector add
51 public void add(Int2 a) { method in class:Int2
57 * Vector add
63 public static Int2 add(Int2 a, Int2 b) { method in class:Int2
72 * Vector add
76 public void add(int value) { method in class:Int2
82 * Vector add
88 public static Int2 add(Int2 a, int b) { method in class:Int2
335 * Vector add Multiple
412 * add th
[all...]
H A DInt3.java50 * Vector add
54 public void add(Int3 a) { method in class:Int3
61 * Vector add
67 public static Int3 add(Int3 a, Int3 b) { method in class:Int3
77 * Vector add
81 public void add(int value) { method in class:Int3
88 * Vector add
94 public static Int3 add(Int3 a, int b) { method in class:Int3
359 * Vector add Multiple
445 * add th
[all...]

Completed in 290 milliseconds

12345678