Searched refs:set (Results 51 - 75 of 1117) sorted by relevance

1234567891011>>

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DObservableField.java63 public void set(T value) { method in class:ObservableField
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DStaticTestsVo.java21 ourStaticObservable.set("observable static");
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioCodec.h29 virtual int set(int sampleRate, const char *fmtp) = 0;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DPropertyService.java38 void set(String key, String val); method in interface:PropertyService
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigurationTestUtil.java82 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
85 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
89 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP);
90 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X);
/frameworks/rs/
H A DrsSignal.h33 void set();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiAssociationTest.java83 * Set the frequency band and verify that it has been set.
120 config.allowedGroupCiphers.set(GroupCipher.WEP40);
127 config.allowedGroupCiphers.set(GroupCipher.WEP104);
132 config.allowedAuthAlgorithms.set(AuthAlgorithm.OPEN);
133 config.allowedProtocols.set(Protocol.WPA);
134 config.allowedPairwiseCiphers.set(PairwiseCipher.TKIP);
135 config.allowedGroupCiphers.set(GroupCipher.TKIP);
140 config.allowedAuthAlgorithms.set(AuthAlgorithm.OPEN);
141 config.allowedProtocols.set(Protocol.RSN);
142 config.allowedPairwiseCiphers.set(PairwiseCiphe
[all...]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DObservableFieldTest.java47 mObj.bField.set(true);
58 mObj.tField.set((byte) 1);
69 mObj.sField.set((short) 1);
80 mObj.cField.set('A');
91 mObj.iField.set(1);
102 mObj.lField.set(1);
113 mObj.fField.set(1);
124 mObj.dField.set(1);
135 mObj.oField.set("World");
149 mObj.pField.set(p
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureTarget.java169 // may not set the mSurfaceTexture again on the filter. In some cases, the app
283 mTargetQuad.p0.set(0f, 0.0f);
284 mTargetQuad.p1.set(1f, 0.0f);
285 mTargetQuad.p2.set(0f, 1.0f);
286 mTargetQuad.p3.set(1f, 1.0f);
292 mTargetQuad.p0.set(0.5f - 0.5f / relativeAspectRatio, 0.0f);
293 mTargetQuad.p1.set(0.5f + 0.5f / relativeAspectRatio, 0.0f);
294 mTargetQuad.p2.set(0.5f - 0.5f / relativeAspectRatio, 1.0f);
295 mTargetQuad.p3.set(0.5f + 0.5f / relativeAspectRatio, 1.0f);
299 mTargetQuad.p0.set(0.
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_PlaybackParams.h40 jfieldID set; member in struct:android::PlaybackParams::fields_t
63 set = env->GetFieldID(clazz, "mSet", "I");
90 int set = env->GetIntField(params, fields.set); local
92 speedSet = set & fields.set_speed;
93 pitchSet = set & fields.set_pitch;
94 audioFallbackModeSet = set & fields.set_audio_fallback_mode;
95 audioStretchModeSet = set & fields.set_audio_stretch_mode;
108 params, fields.set,
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DLevelsV4.java79 satMatrix.set(0, 0, oneMinusS * rWeight + mSaturation);
80 satMatrix.set(0, 1, oneMinusS * rWeight);
81 satMatrix.set(0, 2, oneMinusS * rWeight);
82 satMatrix.set(1, 0, oneMinusS * gWeight);
83 satMatrix.set(1, 1, oneMinusS * gWeight + mSaturation);
84 satMatrix.set(1, 2, oneMinusS * gWeight);
85 satMatrix.set(2, 0, oneMinusS * bWeight);
86 satMatrix.set(2, 1, oneMinusS * bWeight);
87 satMatrix.set(2, 2, oneMinusS * bWeight + mSaturation);
H A DBlur25G.java95 m.set(0, 0, 1.f);
96 m.set(0, 1, 1.f);
97 m.set(0, 2, 1.f);
99 m.set(1, 1, 0.f);
100 m.set(2, 2, 0.f);
101 m.set(3, 3, 0.f);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DLevelsV4.java73 satMatrix.set(0, 0, oneMinusS * rWeight + mSaturation);
74 satMatrix.set(0, 1, oneMinusS * rWeight);
75 satMatrix.set(0, 2, oneMinusS * rWeight);
76 satMatrix.set(1, 0, oneMinusS * gWeight);
77 satMatrix.set(1, 1, oneMinusS * gWeight + mSaturation);
78 satMatrix.set(1, 2, oneMinusS * gWeight);
79 satMatrix.set(2, 0, oneMinusS * bWeight);
80 satMatrix.set(2, 1, oneMinusS * bWeight);
81 satMatrix.set(2, 2, oneMinusS * bWeight + mSaturation);
H A DGroupTest.java54 m.set(1, 0, 0.2f);
55 m.set(1, 1, 0.9f);
56 m.set(1, 2, 0.2f);
77 m.set(1, 0, (time + 0.2f) % 1.0f);
78 m.set(1, 1, (time + 0.9f) % 1.0f);
79 m.set(1, 2, (time + 0.4f) % 1.0f);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DLevelsV4.java73 satMatrix.set(0, 0, oneMinusS * rWeight + mSaturation);
74 satMatrix.set(0, 1, oneMinusS * rWeight);
75 satMatrix.set(0, 2, oneMinusS * rWeight);
76 satMatrix.set(1, 0, oneMinusS * gWeight);
77 satMatrix.set(1, 1, oneMinusS * gWeight + mSaturation);
78 satMatrix.set(1, 2, oneMinusS * gWeight);
79 satMatrix.set(2, 0, oneMinusS * bWeight);
80 satMatrix.set(2, 1, oneMinusS * bWeight);
81 satMatrix.set(2, 2, oneMinusS * bWeight + mSaturation);
H A DGroupTest.java61 m.set(1, 0, 0.2f);
62 m.set(1, 1, 0.9f);
63 m.set(1, 2, 0.2f);
84 m.set(1, 0, (time + 0.2f) % 1.0f);
85 m.set(1, 1, (time + 0.9f) % 1.0f);
86 m.set(1, 2, (time + 0.4f) % 1.0f);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
H A DAutoFocusStateMachine.java205 * <p>Create a new repeating request from repeatingBuilder and set that as the updated
230 repeatingBuilder.set(CaptureRequest.CONTROL_AF_MODE, mCurrentAfMode);
231 requestBuilder.set(CaptureRequest.CONTROL_AF_MODE, mCurrentAfMode);
233 repeatingBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER,
235 requestBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER,
245 * <p>Create a new repeating request from repeatingBuilder and set that as the updated
271 repeatingBuilder.set(CaptureRequest.CONTROL_AF_MODE, mCurrentAfMode);
272 requestBuilder.set(CaptureRequest.CONTROL_AF_MODE, mCurrentAfMode);
274 repeatingBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER,
276 requestBuilder.set(CaptureReques
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyMetadataMapper.java98 * being set to true.
112 * @param parameters A non-{@code null} parameters set
166 m.set(LENS_FACING, i.facing == CameraInfo.CAMERA_FACING_BACK ?
168 m.set(SENSOR_ORIENTATION, i.orientation);
177 m.set(COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES,
194 * - Anything that doesn't have a set of related fields
213 m.set(NOISE_REDUCTION_AVAILABLE_NOISE_REDUCTION_MODES,
240 m.set(INFO_SUPPORTED_HARDWARE_LEVEL, INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY);
247 // Order matters below: Put this last so that we can read the metadata set previously
349 m.set(SCALER_AVAILABLE_STREAM_CONFIGURATION
[all...]
/frameworks/base/core/java/android/util/
H A DMonthDisplayHelper.java54 mCalendar.set(Calendar.YEAR, year);
55 mCalendar.set(Calendar.MONTH, month);
56 mCalendar.set(Calendar.DAY_OF_MONTH, 1);
57 mCalendar.set(Calendar.HOUR_OF_DAY, 0);
58 mCalendar.set(Calendar.MINUTE, 0);
59 mCalendar.set(Calendar.SECOND, 0);
102 * box. For example, if the calendar is set to display the first day of
/frameworks/base/core/java/android/net/
H A DNetworkStats.java54 /** {@link #set} value for all sets combined, not including debug sets. */
56 /** {@link #set} value where background data is accounted. */
58 /** {@link #set} value where foreground data is accounted. */
60 /** All {@link #set} value greater than SET_DEBUG_START are debug {@link #set} values. */
62 /** Debug {@link #set} value when the VPN stats are moved in. */
64 /** Debug {@link #set} value when the VPN stats are moved out of a vpn UID. */
71 /** {@link #set} value for all roaming values. */
73 /** {@link #set} value where native, non-roaming data is accounted. */
75 /** {@link #set} valu
89 private int[] set; field in class:NetworkStats
101 public int set; field in class:NetworkStats.Entry
124 Entry(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
130 Entry(String iface, int uid, int set, int tag, int roaming, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
273 addValues(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
280 addValues(String iface, int uid, int set, int tag, int roaming, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
372 combineValues(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
412 findIndex(String iface, int uid, int set, int tag, int roaming) argument
427 findIndexHinted(String iface, int uid, int set, int tag, int roaming, int hintIndex) argument
777 setToString(int set) argument
797 setToCheckinString(int set) argument
[all...]
/frameworks/base/core/java/android/text/
H A DTextPaint.java64 public void set(TextPaint tp) { method in class:TextPaint
65 super.set(tp);
/frameworks/base/libs/hwui/
H A DRevealClip.h34 void set(bool shouldClip, float x, float y, float radius) { function in class:android::uirenderer::RevealClip
51 outBounds->set(mX - mRadius, mY - mRadius,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAppIconDragShadowBuilder.java42 size.set(mIconSize, mIconSize);
45 touch.set(mIconSize / 2, mIconSize * 2 / 3);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java64 * {@link NetworkIdentitySet}, UID, set, and tag. Knows how to persist itself.
163 NetworkTemplate template, int uid, int set, int tag, int fields,
165 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE,
174 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end,
176 return getHistory(template, uid, set, tag, fields, start, end, accessLevel,
185 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end,
200 if (key.uid == uid && NetworkStats.setMatches(set, key.set) && key.tag == tag
237 && key.set < NetworkStats.SET_DEBUG_START) {
243 entry.set
162 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, @NetworkStatsAccess.Level int accessLevel) argument
173 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end, @NetworkStatsAccess.Level int accessLevel) argument
184 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end, @NetworkStatsAccess.Level int accessLevel, int callerUid) argument
264 recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, long end, NetworkStats.Entry entry) argument
298 findOrCreateHistory( NetworkIdentitySet ident, int uid, int set, int tag) argument
615 public final int set; field in class:NetworkStatsCollection.Key
620 Key(NetworkIdentitySet ident, int uid, int set, int tag) argument
[all...]
/frameworks/base/tools/aapt/
H A DOutputSet.h20 #include <set>
51 virtual const std::set<OutputEntry>& getEntries() const = 0;

Completed in 627 milliseconds

1234567891011>>