Searched defs:set (Results 1 - 25 of 107) sorted by relevance

12345

/frameworks/base/core/java/android/util/
H A DFloatProperty.java23 * calls to a {@link #set(Object, Float) set()} function that takes the primitive
38 * A type-specific override of the {@link #set(Object, Float)} that is faster when dealing
44 final public void set(T object, Float value) { method in class:FloatProperty
H A DIntProperty.java23 * calls to a {@link #set(Object, Integer) set()} function that takes the primitive
38 * A type-specific override of the {@link #set(Object, Integer)} that is faster when dealing
44 final public void set(T object, Integer value) { method in class:IntProperty
45 set(object, value.intValue());
H A DProperty.java21 * in a <em>host</em> object. The Property's {@link #set(Object, Object)} or {@link #get(Object)}
48 * {@link #isReadOnly() readOnly}. Calling the {@link #set(Object, Object)} method on such
67 * Returns true if the {@link #set(Object, Object)} method does not set the value on the target
68 * object (in which case the {@link #set(Object, Object) set()} method should throw a {@link
81 * to set the value on the target object it will throw an {@link UnsupportedOperationException}
84 public void set(T object, V value) { method in class:Property
H A DReflectiveProperty.java30 private static final String PREFIX_SET = "set";
115 public void set(T object, V value) { method in class:ReflectiveProperty
126 mField.set(object, value);
/frameworks/base/core/java/android/view/
H A DCompatibilityInfoHolder.java25 public void set(CompatibilityInfo compatInfo) { method in class:CompatibilityInfoHolder
/frameworks/base/libs/rs/
H A DrsSignal.cpp49 void Signal::set() { function in class:Signal
54 LOGE("LocklessCommandFifo: error %i locking for set condition.", status);
62 LOGE("LocklessCommandFifo: error %i on set condition.", status);
67 LOGE("LocklessCommandFifo: error %i unlocking for set condition.", status);
H A DrsMatrix2x2.h32 inline void set(uint32_t row, uint32_t col, float v) { function in struct:android::renderscript::Matrix2x2
H A DrsMatrix3x3.h32 inline void set(uint32_t row, uint32_t col, float v) { function in struct:android::renderscript::Matrix3x3
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
253 set(mType, mKind, mNormalized, mVectorSize);
H A DrsMatrix4x4.h32 void set(uint32_t row, uint32_t col, float v) { function in struct:android::renderscript::Matrix4x4
/frameworks/base/services/java/com/android/server/am/
H A DAppErrorResult.java21 public void set(int res) { method in class:AppErrorResult
/frameworks/base/core/java/com/android/internal/view/
H A DWindowManagerPolicyThread.java29 public static void set(Thread thread, Looper looper) { method in class:WindowManagerPolicyThread
/frameworks/base/test-runner/src/android/test/
H A DClassPathPackageInfo.java54 Set<Class<?>> set = Sets.newHashSet();
55 addTopLevelClassesTo(set);
56 return set;
59 private void addTopLevelClassesTo(Set<Class<?>> set) { argument
60 set.addAll(topLevelClasses);
62 info.addTopLevelClassesTo(set);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java54 AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) {
56 set, attrs, defStyleAttr, defStyleRes);
52 obtainStyledAttributes( Resources thisResources, Theme thisTheme, AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) argument
/frameworks/base/core/java/android/os/
H A DSystemProperties.java117 public static void set(String key, String val) { method in class:SystemProperties
/frameworks/base/core/java/android/text/
H A DTextPaint.java60 public void set(TextPaint tp) { method in class:TextPaint
61 super.set(tp);
/frameworks/base/graphics/java/android/graphics/
H A DPointF.java46 public final void set(float x, float y) { method in class:PointF
54 public final void set(PointF p) { method in class:PointF
/frameworks/base/libs/hwui/
H A DVertex.h29 static inline void set(Vertex* vertex, float x, float y) { function in struct:android::uirenderer::Vertex
42 static inline void set(TextureVertex* vertex, float x, float y, float u, float v) { function in struct:android::uirenderer::TextureVertex
61 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) { function in struct:android::uirenderer::AlphaVertex
62 Vertex::set(vertex, x, y);
78 static inline void set(AAVertex* vertex, float x, float y, float width, float length) { function in struct:android::uirenderer::AAVertex
79 Vertex::set(vertex, x, y);
/frameworks/base/media/mtp/
H A DMtpStringBuffer.cpp37 set(src);
44 set(src);
58 void MtpStringBuffer::set(const char* src) { function in class:android::MtpStringBuffer
98 void MtpStringBuffer::set(const uint16_t* src) { function in class:android::MtpStringBuffer
/frameworks/base/services/java/com/android/server/pm/
H A DPreferredActivity.java39 PreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) { argument
41 mPref = new PreferredComponent(this, match, set, activity);
/frameworks/base/voip/jni/rtp/
H A DGsmCodec.cpp42 int set(int sampleRate, const char *fmtp) { function in class:__anon1261::GsmCodec
/frameworks/base/core/java/android/app/
H A DAlarmManager.java137 public void set(int type, long triggerAtTime, PendingIntent operation) { method in class:AlarmManager
139 mService.set(type, triggerAtTime, operation);
150 * <p>Like {@link #set}, except you can also
161 * set a recurring alarm for the top of every hour but the phone was asleep
180 * @see #set
234 * the number of wakeups. Otherwise, the alarm will be set
241 * @see #set
272 * @see #set
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java98 * @param account the {@link Account} whose sync state should be set
103 public static void set(ContentProviderClient provider, Uri uri, method in class:SyncStateContract.Helpers
153 * @param account the {@link Account} whose sync state should be set
173 * @param uri the uri of the specific sync state to set
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java98 public void set(Transformation t) { method in class:Transformation
100 mMatrix.set(t.getMatrix());
/frameworks/base/core/jni/
H A DTimeUtils.h67 void set(int64_t millis);
69 inline void set(int sec, int min, int hour, int mday, int mon, int year, function in class:android::Time

Completed in 1028 milliseconds

12345