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

1234567

/frameworks/base/libs/hwui/
H A DVertex.h33 * Program::set()), and used to make geometry damage rect calculation conservative (see
41 static inline void set(Vertex* vertex, float x, float y) { function in struct:android::uirenderer::Vertex
46 static inline void set(Vertex* vertex, Vector2 val) { function in struct:android::uirenderer::Vertex
47 set(vertex, val.x, val.y);
51 set(vertex, src.x + x, src.y + y);
63 static inline void set(TextureVertex* vertex, float x, float y, float u, float v) { function in struct:android::uirenderer::TextureVertex
82 static inline void set(ColorTextureVertex* vertex, float x, float y, function in struct:android::uirenderer::ColorTextureVertex
84 TextureVertex::set(vertex, x, y, u, v);
100 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) { function in struct:android::uirenderer::AlphaVertex
101 Vertex::set(verte
[all...]
H A DProgram.cpp156 void Program::set(const mat4& projectionMatrix, const mat4& modelViewMatrix, function in class:android::uirenderer::Program
/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/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/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFloat4Param.java48 set(x, 0, 0, 0);
53 set(x, y, 0, 0);
58 set(x, y, z, 0);
63 set(x, y, z, w);
66 void set(float x, float y, float z, float w) { method in class:Float4Param
78 set(v.x, v.y, v.z, v.w);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java80 AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) {
82 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(set,
78 obtainStyledAttributes( Resources thisResources, Theme thisTheme, AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) argument
/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:__anon1456::UlawCodec
88 int set(int sampleRate, const char *fmtp) { function in class:__anon1456::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/rs/
H A DrsObjectBase.h118 set(ref);
127 void set(T *ref) { function in class:android::renderscript::ObjectBaseRef
137 void set(const ObjectBaseRef &ref) { function in class:android::renderscript::ObjectBaseRef
138 set(ref.mRef);
/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/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.java104 public void set(Transformation t) { method in class:Transformation
106 mMatrix.set(t.getMatrix());
171 mClipRect.set(l, t, r, b);
184 * Returns whether the current Transform's clip rect is set
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsTest.java323 private static void assertValues(NetworkStats stats, int index, String iface, int uid, int set, argument
326 assertValues(entry, iface, uid, set, tag);
331 NetworkStats.Entry entry, String iface, int uid, int set, int tag) {
334 assertEquals(set, entry.set);
330 assertValues( NetworkStats.Entry entry, String iface, int uid, int set, int tag) argument
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java157 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, argument
159 final int i = stats.findIndex(iface, uid, set, tag);
165 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, argument
167 final int i = stats.findIndex(iface, uid, set, tag);
/frameworks/base/graphics/java/android/graphics/
H A DOutline.java53 set(src);
120 public void set(@NonNull Outline src) { method in class:Outline
125 mPath.set(src.mPath);
132 mRect.set(src.mRect);
165 mRect.set(left, top, right, bottom);
220 mPath.set(convexPath);
/frameworks/base/include/androidfw/
H A DAssetDir.h109 void set(const String8& path, FileType type) { function in class:android::AssetDir::FileInfo
/frameworks/base/location/java/android/location/
H A DGpsNavigationMessage.java79 public void set(GpsNavigationMessage navigationMessage) { method in class:GpsNavigationMessage

Completed in 3376 milliseconds

1234567