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

1234567891011

/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/com/android/internal/inputmethod/
H A DLocaleUtils.java82 set(score, index);
85 private void set(@NonNull byte[] score, int index) { method in class:LocaleUtils.ScoreEntry
97 set(score, index);
/frameworks/base/core/tests/utiltests/src/android/util/
H A DRemoteIntArray.java82 public void set(int index, int value) throws IOException { method in class:RemoteIntArray
84 mRemoteInstance.set(index, value);
/frameworks/base/graphics/java/android/graphics/
H A DPoint.java47 public void set(int x, int y) { method in class:Point
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.h36 * Program::set()), and used to make geometry damage rect calculation conservative (see
43 static inline void set(Vertex* vertex, float x, float y) { function in struct:android::uirenderer::Vertex
48 static inline void set(Vertex* vertex, Vector2 val) { function in struct:android::uirenderer::Vertex
49 set(vertex, val.x, val.y);
53 set(vertex, src.x + x, src.y + y);
67 static inline void set(TextureVertex* vertex, float x, float y, float u, float v) { function in struct:android::uirenderer::TextureVertex
88 static inline void set(ColorTextureVertex* vertex, float x, float y, function in struct:android::uirenderer::ColorTextureVertex
91 c.set(color);
105 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) { function in struct:android::uirenderer::AlphaVertex
111 AlphaVertex::set(verte
[all...]
/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/telephony/java/android/telephony/ims/
H A DImsService.java408 private <T extends ImsFeature> T resolveImsFeature(SparseArray<ImsFeature> set, int featureType, argument
410 ImsFeature feature = getImsFeatureFromType(set, featureType);
437 public ImsFeature getImsFeatureFromType(SparseArray<ImsFeature> set, int featureType) { argument
438 return set.get(featureType);
/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:__anon1953::UlawCodec
88 int set(int sampleRate, const char */* fmtp */) { function in class:__anon1953::AlawCodec
/frameworks/rs/driver/
H A DrsdVertexArray.cpp53 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride, function in class:RsdVertexArray::Attrib

Completed in 573 milliseconds

1234567891011