Searched defs:set (Results 1 - 25 of 260) sorted by last modified time

1234567891011

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/transition/api14/android/support/transition/
H A DPathProperty.java57 public void set(T target, Float fraction) { method in class:PathProperty
62 mProperty.set(target, mPointF);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
H A DSettings.java92 boolean getOrSetBoolean(String key, boolean set, boolean value) { argument
94 return set ? (mPreferStaticShadows = value) : mPreferStaticShadows;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DParallax.java136 public final void set(Parallax object, Integer value) { method in class:Parallax.IntProperty
157 * Fast version of set() method that takes a primitive int value into the Property.
289 public final void set(Parallax object, Float value) { method in class:Parallax.FloatProperty
310 * Fast version of set() method that takes a primitive float value into the Property.
611 * provided set of ranges.
H A DSparseArrayObjectAdapter.java81 public void set(int key, Object item) { method in class:SparseArrayObjectAdapter
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DTitleViewAdapterTest.java41 public CustomTitle(Context context, AttributeSet set) { argument
42 this(context, set, 0);
45 public CustomTitle(Context context, AttributeSet set, int s) { argument
46 super(context, set, s);
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
H A DAppCompatColorStateListInflater.java43 * Creates a ColorStateList from an XML document using given a set of
134 // Unrecognized attribute, add to state set
163 AttributeSet set, int[] attrs) {
164 return theme == null ? res.obtainAttributes(set, attrs)
165 : theme.obtainStyledAttributes(set, attrs, 0, 0);
162 obtainAttributes(Resources res, Resources.Theme theme, AttributeSet set, int[] attrs) argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DResourcesWrapper.java225 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { argument
226 return mResources.obtainAttributes(set, attrs);
H A DTintTypedArray.java54 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, argument
56 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs));
59 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, argument
62 context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes));
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java82 * @param hidden If set to true, this item will be invisible from regular methods.
94 * @param hidden If set to true, this item will be invisible from regular methods.
225 * @param hidden If set to true, this item will be invisible to the regular methods.
335 mBucket.set(offset);
405 void set(int index) { method in class:ChildHelper.Bucket
408 mNext.set(index - BITS_PER_WORD);
458 set(index);
484 set(BITS_PER_WORD - 1);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DThreadUtilTest.java194 results.get(key).set(args);
206 public void set(Object... args) { method in class:ThreadUtilTest.LockedObject
/frameworks/support/compat/java/android/support/v4/content/res/
H A DTypedArrayUtils.java182 Resources res, Resources.Theme theme, AttributeSet set, int[] attrs) {
184 return res.obtainAttributes(set, attrs);
186 return theme.obtainStyledAttributes(set, attrs, 0, 0);
181 obtainAttributes( Resources res, Resources.Theme theme, AttributeSet set, int[] attrs) argument
/frameworks/support/compat/java/android/support/v4/util/
H A DArraySet.java31 * ArraySet is a generic set data structure that is designed to be more memory efficient than a
35 * entry in the set (instead of a pair for a mapping).
45 * you have no control over this shrinking -- if you set a capacity and then remove an
47 * explicit call to set the capacity should turn off this aggressive shrinking behavior.</p>
266 public ArraySet(ArraySet<E> set) { argument
268 if (set != null) {
269 addAll(set);
274 public ArraySet(Collection<E> set) { argument
276 if (set != null) {
277 addAll(set);
[all...]
H A DMapCollections.java512 public static <T> boolean equalsSetHelper(Set<T> set, Object object) { argument
513 if (set == object) {
520 return set.size() == s.size() && set.containsAll(s);
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DQuaternion.java26 public void set(double w, double x, double y, double z) { method in class:Quaternion
53 public void set(double[] v1, double[] v2) { method in class:Quaternion
58 set(angle, axis);
73 public void set(double angle, double[] axis) { method in class:Quaternion
/frameworks/rs/driver/
H A DrsdVertexArray.cpp53 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride, function in class:RsdVertexArray::Attrib
/frameworks/rs/
H A DrsComponent.cpp23 set(RS_TYPE_NONE, RS_KIND_USER, false, 1);
29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { function in class:android::renderscript::Component
273 set(mType, mKind, mNormalized, mVectorSize);
H A DrsFont.h57 void set(int32_t l, int32_t r, int32_t t, int32_t b) { function in struct:android::renderscript::Font::Rect
H A DrsMatrix2x2.h32 inline void set(uint32_t col, uint32_t row, float v) { function in struct:android::renderscript::Matrix2x2
H A DrsMatrix3x3.h32 inline void set(uint32_t col, uint32_t row, float v) { function in struct:android::renderscript::Matrix3x3
H A DrsMatrix4x4.h32 void set(uint32_t col, uint32_t row, float v) { function in struct:android::renderscript::Matrix4x4
H A DrsObjectBase.h123 set(ref);
132 void set(T *ref) { function in class:android::renderscript::ObjectBaseRef
142 void set(const ObjectBaseRef &ref) { function in class:android::renderscript::ObjectBaseRef
143 set(ref.mRef);

Completed in 1001 milliseconds

1234567891011