Searched refs:set (Results 126 - 150 of 935) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h33 #include <set>
115 // Returns the next task to be run. If this returns NULL nextWakeup is set
117 // set to this time
130 std::set<IFrameCallback*> mFrameCallbacks;
135 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,
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++],
254 Vertex::set(&buffer[currentIndex++], referencePoint + strokeOffset);
255 Vertex::set(&buffer[currentIndex++], referencePoint - strokeOffset);
293 Vertex::set(&buffer[capOffset],
300 Vertex::set(&buffer[allocSize - 1 - capOffset],
323 Vertex::set(&buffer[currentIndex++], center + strokeOffset);
324 Vertex::set(&buffer[currentIndex++], center - strokeOffset);
365 AlphaVertex::set(&buffer[currentIndex++],
369 AlphaVertex::set(
[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/av/services/audiopolicy/engineconfigurable/src/
H A DElement.h50 * @param[in] identifier to be set.
52 * @return NO_ERROR if the identifier is valid and set correctly, error code otherwise.
88 status_t set(Property property);
H A DInputSource.cpp39 * It checks if the input device is valid but allows to set a NONE device
40 * (i.e. only the IN BIT is set).
48 status_t Element<audio_source_t>::set(audio_devices_t devices) function in class:android::audio_policy::Element
51 ALOGE("%s: trying to set an invalid device 0x%X for input source %s",
H A DInputSource.h51 * @param[in] identifier to be set.
53 * @return NO_ERROR if the identifier is valid and set correctly, error code otherwise.
71 status_t set(Property property);
H A DStrategy.cpp40 * It checks if the output device is valid but allows to set a NONE device
47 status_t Element<routing_strategy>::set<audio_devices_t>(audio_devices_t devices) function in class:android::audio_policy::Element
50 ALOGE("%s: trying to set an invalid device 0x%X for strategy %s",
H A DStrategy.h51 * @param[in] identifier to be set.
53 * @return NO_ERROR if the identifier is valid and set correctly, error code otherwise.
71 status_t set(Property property);
H A DUsage.h51 * @param[in] identifier to be set.
53 * @return NO_ERROR if the identifier is valid and set correctly, error code otherwise.
71 status_t set(Property property);
/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.h166 TextureVertex::set(mesh++, x2, y2, u2, v2);
167 TextureVertex::set(mesh++, x3, y3, u3, v3);
168 TextureVertex::set(mesh++, x1, y1, u1, v1);
169 TextureVertex::set(mesh++, x4, y4, u4, v4);
/frameworks/base/media/jni/
H A Dandroid_media_SyncParams.h43 jfieldID set; member in struct:android::SyncParams::fields_t
/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 DScheduleCalendar.java73 mCalendar.set(Calendar.HOUR_OF_DAY, hour);
74 mCalendar.set(Calendar.MINUTE, min);
75 mCalendar.set(Calendar.SECOND, 0);
76 mCalendar.set(Calendar.MILLISECOND, 0);

Completed in 2194 milliseconds

1234567891011>>