Searched defs:set (Results 26 - 50 of 260) sorted by relevance

1234567891011

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DObservableFloat.java66 public void set(float value) { method in class:ObservableFloat
H A DObservableInt.java67 public void set(int value) { method in class:ObservableInt
H A DObservableLong.java66 public void set(long value) { method in class:ObservableLong
H A DObservableShort.java66 public void set(short value) { method in class:ObservableShort
/frameworks/opt/net/voip/src/jni/rtp/
H A DGsmCodec.cpp42 int set(int sampleRate, const char */* fmtp */) { function in class:__anon1954::GsmCodec
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DPropertyService.java38 void set(String key, String val); method in interface:PropertyService
H A DSystemPropertyService.java27 public void set(String key, String val) { method in class:SystemPropertyService
28 android.os.SystemProperties.set(key, val);
/frameworks/rs/
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 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 DrsMatrix4x4.h32 void set(uint32_t col, uint32_t row, float v) { function in struct:android::renderscript::Matrix4x4
/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/av/camera/
H A DCameraParameters2.cpp92 void CameraParameters2::set(const char *key, const char *value) function in class:android::CameraParameters2
110 void CameraParameters2::set(const char *key, int value)
114 set(key, str);
121 set(key, str);
165 ALOGW("%s: Key1 (%s) was not set", __FUNCTION__, key1);
168 ALOGW("%s: Key2 (%s) was not set", __FUNCTION__, key2);
239 set(CameraParameters::KEY_PREVIEW_SIZE, str);
269 set(CameraParameters::KEY_VIDEO_SIZE, str);
288 set(CameraParameters::KEY_PREVIEW_FRAME_RATE, fps);
307 set(CameraParameter
[all...]
/frameworks/av/media/mtp/
H A DMtpStringBuffer.cpp37 set(src);
44 set(src);
58 void MtpStringBuffer::set(const char* src) { function in class:android::MtpStringBuffer
103 void MtpStringBuffer::set(const uint16_t* src) { function in class:android::MtpStringBuffer
/frameworks/base/core/java/android/text/
H A DTextPaint.java64 public void set(TextPaint tp) { method in class:TextPaint
65 super.set(tp);
/frameworks/base/core/java/android/util/
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/media/java/android/mtp/
H A DMtpDeviceInfo.java165 * Returns if the code set contains code.
168 private static boolean isSupported(@NonNull int[] set, int code) { argument
169 for (final int element : set) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredActivity.java38 PreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, argument
41 mPref = new PreferredComponent(this, match, set, activity, always);
/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/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/av/include/media/stagefright/foundation/
H A DMutexed.h120 inline void set(T& o) const { get() = o; } function in class:android::Mutexed::Locked
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DMutexed.h120 inline void set(T& o) const { get() = o; } function in class:android::Mutexed::Locked
/frameworks/av/media/libstagefright/include/foundation/
H A DMutexed.h120 inline void set(T& o) const { get() = o; } function in class:android::Mutexed::Locked
/frameworks/base/core/java/android/os/
H A DBatteryProperties.java40 public void set(BatteryProperties other) { method in class:BatteryProperties

Completed in 653 milliseconds

1234567891011