Searched refs:set (Results 276 - 300 of 1378) sorted by relevance

<<11121314151617181920>>

/frameworks/av/include/camera/
H A DCameraParameters2.h41 void set(const char *key, const char *value);
42 void set(const char *key, int value);
45 // -- The string remains valid until the next set/remove of the same key,
51 // Compare the order that key1 was set vs the order that key2 was set.
54 // than zero if key1's set order was respectively, to be less than, to
55 // match, or to be greater than key2's set order.
58 // * NAME_NOT_FOUND - if either key has not been set previously
188 * Order matters: Keys that are set() later are stored later in the map.
190 * If two keys have meaning that conflict, then the later-set ke
[all...]
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java62 * - The Window background alpha is set to 0
69 * - Shared elements positions and size are set to match the end state of the calling
105 * - Shared elements positions and size are set to match the end state of the calling
248 * @param sharedElements The map of transition names to shared elements to set into
356 // Add the targets to a set containing transition so that transition
358 TransitionSet set = new TransitionSet();
363 set.addTarget(view);
365 set.excludeTarget(view, true);
372 set.excludeTarget(view, true);
377 set
[all...]
/frameworks/base/core/java/android/util/
H A DReflectiveProperty.java30 private static final String PREFIX_SET = "set";
115 public void set(T object, V value) { method in class:ReflectiveProperty
126 mField.set(object, value);
/frameworks/base/core/proto/android/service/
H A Dnetstats.proto94 int32 set = 3;
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiApStress.java80 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
81 config.allowedAuthAlgorithms.set(AuthAlgorithm.OPEN);
/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/libs/incident/src/
H A DIncidentReportArgs.cpp58 for (set<int>::const_iterator it=mSections.begin(); it!=mSections.end(); it++) {
164 for (set<int>::const_iterator it=that.mSections.begin();
/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
H A DSampleOverlayPlugin.java99 inoutInfo.touchableRegion.set(new Rect(0, 0, 50000, (int) mStatusBarHeight));
101 inoutInfo.touchableRegion.set(new Rect(0, 0, 50000, 50000));
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeUi.java146 calendar.set(Calendar.MILLISECOND, 0);
147 calendar.set(Calendar.SECOND, 0);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconControllerTest.java56 verify(manager.mMock).set(eq(icon));
66 verify(manager.mMock).set(eq(icon));
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java184 sInFinalizer.set(BasicTexture.class);
186 sInFinalizer.set(null);
/frameworks/base/tools/aapt/
H A DAaptConfig.h20 #include <set>
45 bool parseCommaSeparatedList(const android::String8& str, std::set<ConfigDescription>* outSet);
50 * is set accordingly.
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.h22 #include <set>
69 std::set<std::string> mTypesToCheck;
/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/multidex/library/test/src/android/support/multidex/
H A DZipEntryReader.java35 * If set, indicates that the file is encrypted.
93 // The RI has always assumed UTF-8. (If GPBF_UTF8_FLAG isn't set, the encoding is
113 cal.set(Calendar.MILLISECOND, 0);
114 cal.set(1980 + ((modDate >> 9) & 0x7f), ((modDate >> 5) & 0xf) - 1,
/frameworks/opt/chips/src/com/android/ex/chips/
H A DCircularImageView.java79 source.set(0, 0, bitmap.getWidth(), bitmap.getHeight());
80 destination.set(getPaddingLeft(), getPaddingTop(), getWidth() - getPaddingRight(),
/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/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
H A DMainActivity.java88 minUserType.set(val, i, true);
102 minUserType.set(val, i, true);
/frameworks/support/customtabs/tests/src/android/support/customtabs/
H A DPostMessageTest.java96 mCustomTabsServiceConnected.set(true);
101 mCustomTabsServiceConnected.set(false);
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DAnimationHandler.java32 * AnimationFrameCallbackProvider can be set on the handler to provide timing pulse that
50 * Internal per-thread collections used to avoid set collisions as animations start and end
76 sAnimatorHandler.set(new AnimationHandler());
130 mAnimationCallbacks.set(id, null);
/frameworks/base/core/java/android/widget/
H A DDatePickerCalendarDelegate.java102 mMinDate.set(DEFAULT_START_YEAR, Calendar.JANUARY, 1);
103 mMaxDate.set(DEFAULT_END_YEAR, Calendar.DECEMBER, 31);
126 // color from the header month text appearance. If it's set, we'll let
259 mCurrentDate.set(Calendar.DAY_OF_MONTH, daysInMonth);
262 mCurrentDate.set(Calendar.YEAR, year);
297 // again later after everything has been set up.
314 // again later after everything has been set up.
373 mCurrentDate.set(Calendar.YEAR, year);
374 mCurrentDate.set(Calendar.MONTH, monthOfYear);
375 mCurrentDate.set(Calenda
[all...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDatePickerDialog.java120 * @param year The year that was set.
121 * @param monthOfYear The month that was set (0-11) for compatibility
123 * @param dayOfMonth The day of the month that was set.
142 * @param callBack How the parent is notified that the date is set.
157 mCalendar.set(Calendar.YEAR, year);
158 mCalendar.set(Calendar.MONTH, monthOfYear);
159 mCalendar.set(Calendar.DAY_OF_MONTH, dayOfMonth);
169 mCalendar.set(Calendar.YEAR, savedInstanceState.getInt(KEY_SELECTED_YEAR));
170 mCalendar.set(Calendar.MONTH, savedInstanceState.getInt(KEY_SELECTED_MONTH));
171 mCalendar.set(Calenda
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp122 params.set(CameraParameters::KEY_PREFERRED_PREVIEW_SIZE_FOR_VIDEO,
134 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_SIZES,
145 params.set(CameraParameters::KEY_SUPPORTED_VIDEO_SIZES,
154 params.set(CameraParameters::KEY_PREVIEW_FORMAT,
214 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FORMATS,
226 params.set(CameraParameters::KEY_PREVIEW_FRAME_RATE,
233 params.set(CameraParameters::KEY_PREVIEW_FPS_RANGE,
250 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FPS_RANGE,
284 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FRAME_RATES,
309 params.set(CameraParameter
1261 status_t Parameters::set(const String8& paramString) { function in class:android::camera2::Parameters
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java338 mMetadata.set(key, null);
340 mMetadata.set(key, expected);
352 mMetadata.set(key, null);
368 * <p>As a side-effect, the metadata value corresponding to the key is now set to
377 mMetadata.set(key, null);
381 mMetadata.set(key, expected);
413 * the metadata value corresponding to the key is now set to {@code expected}.</p>
948 mMetadata.set(gpsProcessingMethodKey, helloWorld);
968 mMetadata.set(gpsProcessingMethodKeyArray, gpsStrings);
1032 mMetadata.set(CaptureResul
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp43 jmethodID set; member in struct:android::__anon1146
153 rect.set(Rect(0x3FFF, 0x3FFF));
177 INVOKEV(dirtyRect, gRectClassInfo.set,
216 gRectClassInfo.set = GetMethodIDOrDie(env, clazz, "set", "(IIII)V");

Completed in 461 milliseconds

<<11121314151617181920>>