Searched refs:set (Results 101 - 125 of 796) sorted by relevance

1234567891011>>

/frameworks/base/media/mca/filterpacks/native/base/
H A Dutilities.h20 #include <set>
44 // For hash_[multi]set, it is important that this deletes behind the iterator
105 std::set<T> items_;
116 typename std::set<T>::iterator iter = items_.find(item);
138 // Test to see if a set, map, hash_set or hash_map contains a particular key.
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2Settings.java61 * it didn't explicitly set first). {@link Camera2RequestSettingsSet}s
158 mTemplateSettings.set(key, defaultDefault);
190 mCropRectangle.set(0, 0,
249 mRequestSettings.set(setting, matchesTemplateDefault(setting) ? null : possibleChoice);
262 mRequestSettings.set(SCALER_CROP_REGION, mCropRectangle);
274 mRequestSettings.set(LENS_OPTICAL_STABILIZATION_MODE,
361 mRequestSettings.set(CONTROL_AE_MODE, aeMode);
362 mRequestSettings.set(FLASH_MODE, flashMode);
400 mRequestSettings.set(CONTROL_AF_MODE, mode);
478 mRequestSettings.set(CONTROL_SCENE_MOD
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DGroupTest.java61 m.set(1, 0, 0.2f);
62 m.set(1, 1, 0.9f);
63 m.set(1, 2, 0.2f);
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DRoundRectDrawable.java78 mBoundsF.set(bounds.left, bounds.top, bounds.right, bounds.bottom);
79 mBoundsI.set(bounds);
85 mBoundsF.set(mBoundsI);
/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java185 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
186 // call normalize() to make sure that isDst is set
202 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
203 // call normalize() to make sure that isDst is set
207 local.set(millis);
224 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
226 // call normalize() to make sure that isDst is set
245 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
247 // call normalize() to make sure that isDst is set
252 local.set(milli
[all...]
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2UtilsTest.java99 s.set(k, v);
132 setUp.set(CaptureRequest.CONTROL_AE_LOCK, false);
134 setUp.set(CaptureRequest.CONTROL_AE_LOCK, null);
139 setUp.set(CaptureRequest.CONTROL_AE_LOCK, null);
141 setUp.set(CaptureRequest.CONTROL_AE_LOCK, false);
157 assertEquals(shouldHaveChanged, settings.set(key, value));
217 setUp.set(null, null);
245 setUp.set(CaptureRequest.CONTROL_AE_LOCK, null);
250 setUp.set(CaptureRequest.CONTROL_AE_LOCK, false);
255 setUp.set(CaptureReques
[all...]
/frameworks/base/libs/hwui/
H A DPathTessellator.cpp224 Vertex::set(&buffer[currentIndex++],
228 Vertex::set(&buffer[currentIndex++],
255 Vertex::set(&buffer[currentIndex++], referencePoint + strokeOffset);
256 Vertex::set(&buffer[currentIndex++], referencePoint - strokeOffset);
295 Vertex::set(&buffer[capOffset],
302 Vertex::set(&buffer[allocSize - 1 - capOffset],
325 Vertex::set(&buffer[currentIndex++], center + strokeOffset);
326 Vertex::set(&buffer[currentIndex++], center - strokeOffset);
367 AlphaVertex::set(&buffer[currentIndex++],
371 AlphaVertex::set(
[all...]
H A DLayerRenderer.cpp60 dirty.set(0.0f, 0.0f, width, height);
66 mLayer->clipRect.set(dirty);
177 TextureVertex::set(mesh++, r->left, r->top, u1, v1);
178 TextureVertex::set(mesh++, r->right, r->top, u2, v1);
179 TextureVertex::set(mesh++, r->left, r->bottom, u1, v2);
180 TextureVertex::set(mesh++, r->right, r->bottom, u2, v2);
222 layer->layer.set(0.0f, 0.0f, width, height);
223 layer->texCoords.set(0.0f, height / float(layer->getHeight()),
262 layer->layer.set(0.0f, 0.0f, width, height);
263 layer->texCoords.set(0.
[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/animation/
H A DRectEvaluator.java80 mRect.set(left, top, right, bottom);
/frameworks/base/core/java/android/net/
H A DProxyDataTracker.java78 mIsProxyAvailable.set(intent.getBooleanExtra(KEY_IS_PROXY_AVAILABLE, false));
83 mIsProxyAvailable.set(false);
139 mReconnectRequested.set(false);
156 mReconnectRequested.set(true);
171 // We'll assume proxy is set up successfully. If not, a status change broadcast will be
/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
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutWithDefaultTouchRecepient.java60 mTempRect.set(0, 0, 0, 0);
/frameworks/base/graphics/java/android/graphics/
H A DShader.java27 * This is set by subclasses, but don't make it public.
66 * @param localM If not null, it is set to the shader's local matrix.
71 localM.set(mLocalMatrix);
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRectShape.java49 mRect.set(0, 0, width, height);
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h162 TextureVertex::set(mesh++, x2, y2, u2, v2);
163 TextureVertex::set(mesh++, x3, y3, u3, v3);
164 TextureVertex::set(mesh++, x1, y1, u1, v1);
165 TextureVertex::set(mesh++, x4, y4, u4, v4);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DStraightenFilter.java141 p0.set(scale * p0.x / mWidth + 0.5f, scale * p0.y / mHeight + 0.5f);
142 p1.set(scale * p1.x / mWidth + 0.5f, scale * p1.y / mHeight + 0.5f);
143 p2.set(scale * p2.x / mWidth + 0.5f, scale * p2.y / mHeight + 0.5f);
144 p3.set(scale * p3.x / mWidth + 0.5f, scale * p3.y / mHeight + 0.5f);
/frameworks/base/services/core/java/com/android/server/notification/
H A DDowntimeCalendar.java68 mCalendar.set(Calendar.HOUR_OF_DAY, hour);
69 mCalendar.set(Calendar.MINUTE, min);
70 mCalendar.set(Calendar.SECOND, 0);
71 mCalendar.set(Calendar.MILLISECOND, 0);
/frameworks/base/test-runner/src/android/test/
H A DActivityTestCase.java32 * The activity that will be set up for use in each test method.
70 field.set(this, null);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTextureRenderTarget.java61 mField.set(mData, 0, true);
/frameworks/native/opengl/libs/EGL/
H A DLoader.h51 status_t set(void* hnd, int32_t api);
/frameworks/opt/net/voip/src/jni/rtp/
H A DGsmCodec.cpp42 int set(int sampleRate, const char *fmtp) { function in class:__anon1457::GsmCodec
/frameworks/rs/
H A DrsComponent.h34 void set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize=1);
H A DrsProgramStore.cpp61 state->mLast.set(this);
106 returnRef.set(existing);
116 returnRef.set(pfs);
130 mDefault.set(ProgramStore::getProgramStore(rsc,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintTypedArray.java41 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, argument
43 TypedArray array = context.obtainStyledAttributes(set, attrs);
47 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, argument
49 TypedArray array = context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes);

Completed in 974 milliseconds

1234567891011>>