Searched refs:values (Results 476 - 500 of 807) sorted by relevance

<<11121314151617181920>>

/frameworks/rs/script_api/
H A Drs_object_types.spec114 These values are ORed together to specify which usages or memory spaces are
180 The RS_KIND_PIXEL_* values are used in conjunction with the standard data types for representing
H A Drs_time.spec102 The granularity of the values return by this call may be much larger than a nanosecond.
/frameworks/support/compat/tests/java/android/support/v4/util/
H A DArrayMapCompatTest.java109 Iterator<String> iterator = map.values().iterator();
111 // Assert iteration over the expected two values in any order
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpManager.java78 for (final UsbDevice candidate : mManager.getDeviceList().values()) {
121 for (UsbDevice device : mManager.getDeviceList().values()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java117 services = new ArrayList<>(mServices.values());
306 mServices.values().forEach(service -> service.handleDestroy());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeControllerImpl.java209 mConditions.values().toArray(new Condition[mConditions.values().size()]));
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1233 out = result.values().toArray(out);
1752 String[] values = null;
1754 values = tcpBufferSizes.split(",");
1757 if (values == null || values.length != 6) {
1760 values = tcpBufferSizes.split(",");
1769 FileUtils.stringToFile(prefix + "rmem_min", values[0]);
1770 FileUtils.stringToFile(prefix + "rmem_def", values[1]);
1771 FileUtils.stringToFile(prefix + "rmem_max", values[2]);
1772 FileUtils.stringToFile(prefix + "wmem_min", values[
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java380 for (NotificationChannelGroup group : r.groups.values()) {
384 for (NotificationChannel channel : r.channels.values()) {
737 return new ParceledListSlice<>(new ArrayList<>(groups.values()));
769 return r.groups.values();
921 for (NotificationChannel channel : r.channels.values()) {
927 for (NotificationChannelGroup group : r.groups.values()) {
966 for (NotificationChannel channel : r.channels.values()) {
969 for (NotificationChannelGroup group : r.groups.values()) {
1162 // update the cached values
/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp69 * We visit the Style specially because during this phase, values of
71 * all RawString values. Now that we are expected to resolve all symbols, we
74 * attributes' values.
335 entry->values.empty()) {
348 for (auto& config_value : entry->values) {
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessageParser.java180 for (Status s : Status.values()) {
188 for (Type t : Type.values()) {
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/model/
H A DMusicProvider.java122 for (MutableMediaMetadata track : mMusicListById.values()) {
206 for (MutableMediaMetadata m : mMusicListById.values()) {
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/model/
H A DMusicProvider.java122 for (MutableMediaMetadata track : mMusicListById.values()) {
206 for (MutableMediaMetadata m : mMusicListById.values()) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DParallaxEffect.java34 * values that source variables can take. The main function is
36 * based on the current values of variables in {@link Parallax}. As the parallax effect goes
56 * Returns the list of {@link PropertyMarkerValue}s, which represents the range of values that
68 * Weights are used when there are three or more marker values.
78 * Sets the list of {@link PropertyMarkerValue}s, which represents the range of values that
93 * Weights are used when there are three or more marker values.
117 * Weights are used when there are three or more marker values.
154 * @param values PropertyValuesHolder for PropertyValuesHolderTarget.
157 public final ParallaxEffect target(Object targetObject, PropertyValuesHolder values) { argument
158 mTargets.add(new ParallaxTarget.PropertyValuesHolderTarget(targetObject, values));
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java292 inputList.addAll(serviceState.hardwareInputMap.values());
384 for (SessionState sessionState : userState.sessionStateMap.values()) {
434 for (SessionState sessionState : userState.sessionStateMap.values()) {
454 for (SessionState state : userState.sessionStateMap.values()) {
466 for (ServiceState serviceState : userState.serviceStateMap.values()) {
853 for (TvInputState state : userState.inputMap.values()) {
1912 for (SessionState sessionState : userState.sessionStateMap.values()) {
1941 SessionState[] sessionStates = userState.sessionStateMap.values().toArray(
2277 for (TvInputState inputState : userState.inputMap.values()) {
2744 ContentValues values
[all...]
/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp208 // resolve an attribute. Null values must be encoded as android::Res_value::TYPE_REFERENCE
617 EXPECT_EQ(nullptr, plural->values[Plural::Zero]);
618 EXPECT_EQ(nullptr, plural->values[Plural::Two]);
619 EXPECT_EQ(nullptr, plural->values[Plural::Few]);
620 EXPECT_EQ(nullptr, plural->values[Plural::Many]);
622 EXPECT_NE(nullptr, plural->values[Plural::One]);
623 EXPECT_NE(nullptr, plural->values[Plural::Other]);
805 // An <item> without a format specifier accepts all types of values.
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java315 * Resolve each element in resValue and copy them to {@code values}. The values copied are
320 T[] values) {
325 values[i] = s;
327 return values;
349 int[] values = new int[resValue.getElementCount()];
354 values[i] = getInt(element);
360 return values;
319 fillValues(Resources resources, ArrayResourceValue resValue, T[] values) argument
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java137 for (SipSessionGroupExt group : mSipGroups.values()) {
428 for (SipSessionGroupExt group : mSipGroups.values()) {
440 for (SipSessionGroupExt group : mSipGroups.values()) {
510 // of timeout values
672 // variety of timeout values
1168 for (SipSessionGroupExt group : mSipGroups.values()) {
1219 for (SipSessionGroupExt group : mSipGroups.values()) {
1229 for (SipSessionGroupExt group : mSipGroups.values()) {
/frameworks/base/core/java/android/widget/
H A DGridLayout.java109 * Default values will generally produce a reasonable spacing between components
110 * but values may change between different releases of the platform.
191 * Fields can use this value to indicate that their values
196 * intended to avoid confusion between valid values whose sign may not be known.
770 // Find suitable row/col values when at least one is undefined.
906 // Apply defaults, so as to remove UNDEFINED values
1309 Bounds[] values = groupBounds.values;
1310 for (int i = 0; i < values.length; i++) {
1311 values[
2312 public final V[] values; field in class:GridLayout.PackedMap
2314 PackedMap(K[] keys, V[] values) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java105 * Default values will generally produce a reasonable spacing between components
106 * but values may change between different releases of the platform.
181 * Fields can use this value to indicate that their values
186 * intended to avoid confusion between valid values whose sign may not be known.
758 // Find suitable row/col values when at least one is undefined.
1200 Bounds[] values = groupBounds.values;
1201 for (int i = 0; i < values.length; i++) {
1202 values[i].reset();
1226 // Add values compute
2202 public final V[] values; field in class:GridLayout.PackedMap
2204 PackedMap(K[] keys, V[] values) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1996 EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values)
2023 compositeDeadline = &values[i];
2026 compositeInterval = &values[i];
2029 compositeToPresentLatency = &values[i];
2086 EGLnsecsANDROID *values)
2119 requestedPresentTime = &values[i];
2122 acquireTime = &values[i];
2125 latchTime = &values[i];
2128 firstRefreshStartTime = &values[i];
2131 lastRefreshStartTime = &values[
1995 eglGetCompositorTimingANDROID(EGLDisplay dpy, EGLSurface surface, EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values) argument
2084 eglGetFrameTimestampsANDROID(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values) argument
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java109 * These values are matched in string arrays -- changes must be kept in sync
377 for (ScanResult result : mScanResultCache.values()) {
399 for (ScanResult result : mScanResultCache.values()) {
411 for (Iterator<ScanResult> iter = mScanResultCache.values().iterator(); iter.hasNext(); ) {
484 for (ScanResult result : mScanResultCache.values()) {
508 for (ScanResult result : mScanResultCache.values()) {
773 for (ScanResult result : mScanResultCache.values()) {
919 * Generate and save a default wifiConfiguration with common values.
960 new ArrayList<ScanResult>(mScanResultCache.values()));
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java1412 for (IVideoCallback callback : mVideoCallbacks.values()) {
1430 * @param status Status of the session modify request. Valid values are
1443 for (IVideoCallback callback : mVideoCallbacks.values()) {
1461 * @param event The event. Valid values are: {@link VideoProvider#SESSION_EVENT_RX_PAUSE},
1471 for (IVideoCallback callback : mVideoCallbacks.values()) {
1496 for (IVideoCallback callback : mVideoCallbacks.values()) {
1523 for (IVideoCallback callback : mVideoCallbacks.values()) {
1560 for (IVideoCallback callback : mVideoCallbacks.values()) {
1577 * @param videoQuality The updated video quality. Valid values:
1585 for (IVideoCallback callback : mVideoCallbacks.values()) {
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java149 for (HashMap<AccessorKey, InverseDescription> adapter : mStore.inverseAdapters.values()) {
150 for (InverseDescription inverseDescription : adapter.values()) {
154 for (HashMap<String, InverseDescription> method : mStore.inverseMethods.values()) {
155 for (InverseDescription inverseDescription : method.values()) {
392 for (HashMap<AccessorKey, MethodDescription> adapters : mStore.adapterMethods.values()) {
403 for (HashMap<String, MethodDescription> renamed : mStore.renamedMethods.values()) {
413 for (HashMap<String, MethodDescription> convertTos : mStore.conversionMethods.values()) {
511 for (HashMap<AccessorKey, MethodDescription> methods : mStore.adapterMethods.values()) {
512 for (MethodDescription method : methods.values()) {
518 for (MethodDescription method : mStore.multiValueAdapters.values()) {
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp263 * returns the number of values glGet returns for a given pname.
265 * The code below is written such that pnames requiring only one values
6019 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
6028 GLfloat *values = (GLfloat *) 0; local
6033 _exceptionMessage = "values == null";
6051 values = values_base + offset;
6055 (GLfloat *)values
6068 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
6078 GLfloat *values = (GLfloat *) 0; local
6083 _exceptionMessage = "values
6131 GLfloat *values = (GLfloat *) 0; local
6181 GLfloat *values = (GLfloat *) 0; local
6235 GLfloat *values = (GLfloat *) 0; local
6285 GLfloat *values = (GLfloat *) 0; local
6340 GLfloat *values = (GLfloat *) 0; local
6390 GLfloat *values = (GLfloat *) 0; local
[all...]
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Param.h62 * - All params MUST have default values.
63 * - If some fields have "unsupported" or "invalid" values during setting, this SHOULD be
66 * "best effort" to apply all settings. It should change "invalid/unsupported" values to the
67 * nearest supported values.
68 * - This is communicated to the client by changing the source values in tune()/
605 * A shared (union) representation of numeric values
711 * Template specialization that returns the named values for a type.
808 // We cannot subtype constructor for enumerated types so insted define no named values for
1066 * A useable supported values for a field.
1068 * This can be either a range or a set of values
[all...]

Completed in 1246 milliseconds

<<11121314151617181920>>