Searched refs:set (Results 226 - 250 of 1704) 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/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimateableViewBounds.java54 mClipRect.set(-1, -1, -1, -1);
114 mClipBounds.set(Math.max(0, mClipRect.left), Math.max(0, mClipRect.top),
121 mLastClipBounds.set(mClipBounds);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/colorextraction/
H A DSysuiColorExtractorTests.java91 outGradientColorsNormal.set(colors);
92 outGradientColorsDark.set(colors);
93 outGradientColorsExtraDark.set(colors);
/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/tests/java_api/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/compat/java/android/support/v4/provider/
H A DFontRequest.java50 * signed with. This is used to verify the identity of the provider. Each set in the
73 * Each set in the list represents one collection of signature hashes. Refer to your
152 List<byte[]> set = mCertificates.get(i);
153 for (int j = 0; j < set.size(); j++) {
155 byte[] array = set.get(j);
/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java192 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
193 // call normalize() to make sure that isDst is set
209 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
210 // call normalize() to make sure that isDst is set
214 local.set(millis);
231 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
233 // call normalize() to make sure that isDst is set
252 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
254 // call normalize() to make sure that isDst is set
259 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/av/media/libaaudio/src/utility/
H A DMonotonicCounter.h44 * set the current value of the counter
46 void set(int64_t counter) { function in class:MonotonicCounter
/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.cpp47 status_t Element<audio_source_t>::set(audio_devices_t devices) function in class:android::audio_policy::Element
53 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.cpp47 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 DStream.h52 * @param[in] identifier to be set.
54 * @return NO_ERROR if the identifier is valid and set correctly, error code otherwise.
72 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/apct-tests/perftests/core/src/android/text/
H A DDynamicLayoutPerfTest.java133 final ArraySet<Integer> set = layout.getBlocksAlwaysNeedToBeRedrawn();
134 if (set != null) {
135 for (int j = 0; j < set.size(); j++) {
136 layout.getBlockIndex(set.valueAt(j));
/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/drawable/shapes/
H A DRectShape.java50 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);

Completed in 1026 milliseconds

1234567891011>>