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

12345678910

/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 DSparseArrayObjectAdapter.java81 public void set(int key, Object item) { method in class:SparseArrayObjectAdapter
/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.java220 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { argument
221 return mResources.obtainAttributes(set, attrs);
H A DTintTypedArray.java47 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, argument
49 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs));
52 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, argument
55 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 next.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.java183 results.get(key).set(args);
195 public void set(Object... args) { method in class:ThreadUtilTest.LockedObject
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix2f.java41 * @param dataArray values to set the matrix to, must be 4
74 * @param x column of the value to set
75 * @param y row of the value to set
77 public void set(int x, int y, float v) { method in class:Matrix2f
145 set(i,0, ri0);
146 set(i,1, ri1);
H A DMatrix3f.java41 * @param dataArray values to set the matrix to, must be 9
74 * @param x column of the value to set
75 * @param y row of the value to set
77 public void set(int x, int y, float v) { method in class:Matrix3f
221 set(i,0, ri0);
222 set(i,1, ri1);
223 set(i,2, ri2);
H A DMatrix4f.java41 * @param dataArray values to set the matrix to, must be 16
74 * @param x column of the value to set
75 * @param y row of the value to set
77 public void set(int x, int y, float v) { method in class:Matrix4f
239 set(i,0, ri0);
240 set(i,1, ri1);
241 set(i,2, ri2);
242 set(i,3, ri3);
268 * with the right and bottom clipping planes set to the given
269 * values. Left and top clipping planes are set t
[all...]
H A DScriptGroup.java357 // Either mFieldID or mArgIndex should be set but not both.
377 void set(Object value) { method in class:ScriptGroup.Input
451 unbound.set(obj);
/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/compat/java/android/support/v4/util/
H A DMapCollections.java509 public static <T> boolean equalsSetHelper(Set<T> set, Object object) { argument
510 if (set == object) {
517 return set.size() == s.size() && set.containsAll(s);
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java421 Resources res, Theme theme, AttributeSet set, int[] attrs) {
423 return res.obtainAttributes(set, attrs);
425 return theme.obtainStyledAttributes(set, attrs, 0, 0);
420 obtainAttributes( Resources res, Theme theme, AttributeSet set, int[] attrs) argument
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCommon.java40 Resources res, Resources.Theme theme, AttributeSet set, int[] attrs) {
42 return res.obtainAttributes(set, attrs);
44 return theme.obtainStyledAttributes(set, attrs, 0, 0);
39 obtainAttributes( Resources res, Resources.Theme theme, AttributeSet set, int[] attrs) argument
/frameworks/rs/api/
H A DUtilities.cpp135 bool testAndSet(const string& flag, set<string>* set) { argument
136 if (set->find(flag) == set->end()) {
137 set->insert(flag);
/frameworks/rs/driver/
H A DrsdVertexArray.cpp54 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride, function in class:RsdVertexArray::Attrib
/frameworks/rs/java/tests/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/
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: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

Completed in 1900 milliseconds

12345678910