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

1234567891011>>

/frameworks/base/core/java/android/net/
H A DBaseNetworkStateTracker.java144 mPrivateDnsRouteSet.set(enabled);
154 mDefaultRouteSet.set(enabled);
164 mTeardownRequested.set(isRequested);
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/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/docs/html/
H A Djd_tag_helpers.js44 var set = {};
46 set[arr[i]] = true;
48 return set;
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h23 #include <set>
110 // Returns the next task to be run. If this returns NULL nextWakeup is set
112 // set to this time
123 std::set<IFrameCallback*> mFrameCallbacks;
128 std::set<IFrameCallback*> mPendingRegistrationFrameCallbacks;
/frameworks/base/media/mca/filterfw/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/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,
244 mRequestSettings.set(setting, matchesTemplateDefault(setting) ? null : possibleChoice);
257 mRequestSettings.set(SCALER_CROP_REGION, mCropRectangle);
269 mRequestSettings.set(LENS_OPTICAL_STABILIZATION_MODE,
352 mRequestSettings.set(CONTROL_AE_MODE, aeMode);
353 mRequestSettings.set(FLASH_MODE, flashMode);
391 mRequestSettings.set(CONTROL_AF_MODE, mode);
469 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/rs/java/tests/ImageProcessing_jb/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.cpp59 dirty.set(0.0f, 0.0f, width, height);
65 mLayer->clipRect.set(dirty);
176 TextureVertex::set(mesh++, r->left, r->top, u1, v1);
177 TextureVertex::set(mesh++, r->right, r->top, u2, v1);
178 TextureVertex::set(mesh++, r->left, r->bottom, u1, v2);
179 TextureVertex::set(mesh++, r->right, r->bottom, u2, v2);
221 layer->layer.set(0.0f, 0.0f, width, height);
222 layer->texCoords.set(0.0f, height / float(layer->getHeight()),
261 layer->layer.set(0.0f, 0.0f, width, height);
262 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/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/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);

Completed in 1608 milliseconds

1234567891011>>