Searched defs:set (Results 51 - 75 of 234) sorted by relevance

12345678910

/frameworks/base/graphics/java/android/graphics/
H A DPointF.java45 public final void set(float x, float y) { method in class:PointF
53 public final void set(PointF p) { method in class:PointF
/frameworks/base/libs/hwui/
H A DRevealClip.h34 void set(bool shouldClip, float x, float y, float radius) { function in class:android::uirenderer::RevealClip
51 outBounds->set(mX - mRadius, mY - mRadius,
H A DVertex.h35 * Program::set()), and used to make geometry damage rect calculation conservative (see
42 static inline void set(Vertex* vertex, float x, float y) { function in struct:android::uirenderer::Vertex
47 static inline void set(Vertex* vertex, Vector2 val) { function in struct:android::uirenderer::Vertex
48 set(vertex, val.x, val.y);
52 set(vertex, src.x + x, src.y + y);
66 static inline void set(TextureVertex* vertex, float x, float y, float u, float v) { function in struct:android::uirenderer::TextureVertex
86 static inline void set(ColorTextureVertex* vertex, float x, float y, function in struct:android::uirenderer::ColorTextureVertex
106 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) { function in struct:android::uirenderer::AlphaVertex
112 AlphaVertex::set(vertex, src.x + x, src.y + y, src.alpha);
/frameworks/base/media/jni/
H A Dandroid_media_PlaybackParams.h40 jfieldID set; member in struct:android::PlaybackParams::fields_t
63 set = env->GetFieldID(clazz, "mSet", "I");
90 int set = env->GetIntField(params, fields.set); local
92 speedSet = set & fields.set_speed;
93 pitchSet = set & fields.set_pitch;
94 audioFallbackModeSet = set & fields.set_audio_fallback_mode;
95 audioStretchModeSet = set & fields.set_audio_stretch_mode;
108 params, fields.set,
H A Dandroid_media_SyncParams.h43 jfieldID set; member in struct:android::SyncParams::fields_t
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DPoint.java38 public void set(float x, float y) { method in class:Point
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEffectsTest.java141 ev.set(position);
180 public void set(int position) { method in class:EffectsTest.EffectView
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DChartDataLoader.java133 NetworkTemplate template, int uid, int set, NetworkStatsHistory existing)
136 template, uid, set, TAG_NONE, FIELD_RX_BYTES | FIELD_TX_BYTES);
132 collectHistoryForUid( NetworkTemplate template, int uid, int set, NetworkStatsHistory existing) argument
/frameworks/base/rs/java/android/renderscript/
H A DDouble2.java278 public void set(Double2 a) { method in class:Double2
H A DDouble3.java297 public void set(Double3 a) { method in class:Double3
H A DFloat2.java273 * set vector value by float2
277 public void set(Float2 a) { method in class:Float2
283 * set vector negate
326 * set the vector field value by index
364 * set the vector field value
H A DFloat3.java293 * set vector value by float3
297 public void set(Float3 a) { method in class:Float3
304 * set vector negate
350 * set the vector field value by index
394 * set the vector field value
H A DMatrix2f.java38 * @param dataArray values to set the matrix to, must be 4
71 * @param x column of the value to set
72 * @param y row of the value to set
74 public void set(int x, int y, float v) { method in class:Matrix2f
142 set(i,0, ri0);
143 set(i,1, ri1);
H A DMatrix3f.java38 * @param dataArray values to set the matrix to, must be 9
71 * @param x column of the value to set
72 * @param y row of the value to set
74 public void set(int x, int y, float v) { method in class:Matrix3f
218 set(i,0, ri0);
219 set(i,1, ri1);
220 set(i,2, ri2);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSelectRequestBuffer.java127 public void set(SelectRequest request) { method in class:SelectRequestBuffer
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java81 AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) {
83 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(set,
79 obtainStyledAttributes( Resources thisResources, Theme thisTheme, AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) argument
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DObservableArrayList.java102 public T set(int index, T object) { method in class:ObservableArrayList
103 T val = super.set(index, object);
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java31 * A set of settings to be used when filing a {@link CaptureRequest}.
83 public <T> boolean set(Key<T> key, T value) { method in class:Camera2RequestSettingsSet
177 * Get this set of settings's revision identifier, which can be compared
196 * those forced to default as described in {@link set} are also forced to
197 * default in {@code this} set. Invoking this method increments {@code this}
250 requestBuilder.set(key, value);
/frameworks/opt/net/voip/src/jni/rtp/
H A DG711Codec.cpp37 int set(int sampleRate, const char */* fmtp */) { function in class:__anon1615::UlawCodec
88 int set(int sampleRate, const char */* fmtp */) { function in class:__anon1615::AlawCodec
/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/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/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);
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java19 - fix set() to replace existing values
69 public void set(String key, String value) { method in class:DnsSdTxtRecord
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java105 public void set(Transformation t) { method in class:Transformation
107 mMatrix.set(t.getMatrix());
184 mClipRect.set(l, t, r, b);
197 * Returns whether the current Transform's clip rect is set

Completed in 9283 milliseconds

12345678910