Searched refs:getValue (Results 1 - 25 of 741) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/camera2/impl/
H A DGetCommand.java32 public <T> T getValue(CameraMetadataNative metadata, CameraMetadataNative.Key<T> key); method in interface:GetCommand
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DPssTable.java51 mergeStats(state, (int)that.getValue(key, PSS_SAMPLE_COUNT),
52 that.getValue(key, PSS_MINIMUM),
53 that.getValue(key, PSS_AVERAGE),
54 that.getValue(key, PSS_MAXIMUM),
55 that.getValue(key, PSS_USS_MINIMUM),
56 that.getValue(key, PSS_USS_AVERAGE),
57 that.getValue(key, PSS_USS_MAXIMUM),
58 that.getValue(key, PSS_RSS_MINIMUM),
59 that.getValue(key, PSS_RSS_AVERAGE),
60 that.getValue(ke
[all...]
H A DDurationsTable.java37 this.addDuration(SparseMappingTable.getIdFromKey(key), from.getValue(key));
49 setValue(key, getValue(key) + value);
56 return getValue(key);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DHostapdHalTest.java148 mHostapdDeathCaptor.getValue().serviceDied(0);
171 assertEquals(IFACE_NAME, mIfaceParamsCaptor.getValue().ifaceName);
172 assertTrue(mIfaceParamsCaptor.getValue().hwModeParams.enable80211N);
173 assertFalse(mIfaceParamsCaptor.getValue().hwModeParams.enable80211AC);
174 assertEquals(IHostapd.Band.BAND_2_4_GHZ, mIfaceParamsCaptor.getValue().channelParams.band);
175 assertFalse(mIfaceParamsCaptor.getValue().channelParams.enableAcs);
176 assertFalse(mIfaceParamsCaptor.getValue().channelParams.acsShouldExcludeDfs);
177 assertEquals(apChannel, mIfaceParamsCaptor.getValue().channelParams.channel);
180 mNetworkParamsCaptor.getValue().ssid);
181 assertFalse(mNetworkParamsCaptor.getValue()
[all...]
H A DWifiMonitorTest.java86 assertEquals(WifiMonitor.WPS_FAIL_EVENT, messageCaptor.getValue().what);
87 assertEquals(WifiManager.WPS_TKIP_ONLY_PROHIBITED, messageCaptor.getValue().arg1);
104 assertEquals(WifiMonitor.WPS_FAIL_EVENT, messageCaptor.getValue().what);
105 assertEquals(WifiManager.WPS_WEP_PROHIBITED, messageCaptor.getValue().arg1);
122 assertEquals(WifiMonitor.WPS_FAIL_EVENT, messageCaptor.getValue().what);
123 assertEquals(WifiManager.WPS_AUTH_FAILURE, messageCaptor.getValue().arg1);
140 assertEquals(WifiMonitor.WPS_FAIL_EVENT, messageCaptor.getValue().what);
141 assertEquals(WifiManager.WPS_OVERLAP_ERROR, messageCaptor.getValue().arg1);
158 assertEquals(WifiMonitor.WPS_FAIL_EVENT, messageCaptor.getValue().what);
159 assertEquals(WifiManager.ERROR, messageCaptor.getValue()
[all...]
/frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
H A DFloatValueHolder.java21 * i.e. {@link #setValue(float)} and {@link #getValue()}) to access this float value. Animations can
24 * obtain the up-to-date animation value via {@link FloatValueHolder#getValue()}.
71 public float getValue() { method in class:FloatValueHolder
H A DFloatPropertyCompat.java26 * {@link #getValue(Object)} need to be implemented. Both the setter and the getter take the
60 public float getValue(T object) {
77 public abstract float getValue(T object); method in class:FloatPropertyCompat
H A DDynamicAnimation.java64 public float getValue(View view) {
79 public float getValue(View view) {
94 public float getValue(View view) {
109 public float getValue(View view) {
124 public float getValue(View view) {
139 public float getValue(View view) {
154 public float getValue(View view) {
169 public float getValue(View view) {
184 public float getValue(View view) {
199 public float getValue(Vie
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValues.java31 Object value = super.getValue();
35 return Array.getLength(super.getValue());
49 Object value = super.getValue();
51 return super.getValue();
70 Object value = super.getValue();
120 Object curValue = super.getValue();
142 Object value = frame.getValue();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DCallbackHandlerTest.java72 assertTrue(captor.getValue());
98 assertEquals(enabled, (boolean) enableArg.getValue());
99 assertEquals(status, statusArg.getValue());
100 assertEquals(qs, qsArg.getValue());
101 assertEquals(in, (boolean) inArg.getValue());
102 assertEquals(out, (boolean) outArg.getValue());
103 assertEquals(description, descArg.getValue());
104 assertTrue(isTransient.getValue());
105 assertEquals(secondaryLabel, secondary.getValue());
139 assertEquals(status, statusArg.getValue());
[all...]
/frameworks/base/core/java/android/animation/
H A DKeyframes.java54 Object getValue(float fraction); method in interface:Keyframes
70 * Works like {@link #getValue(float)}, but returning a primitive.
83 * Works like {@link #getValue(float)}, but returning a primitive.
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DToggleSlider.java31 int getValue(); method in interface:ToggleSlider
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DTileLayoutTest.java155 assertTrue(left1.getValue() <= right1.getValue());
156 assertTrue(top1.getValue() <= bottom1.getValue());
157 assertTrue(left2.getValue() <= right2.getValue());
158 assertTrue(top2.getValue() <= bottom2.getValue());
162 assertTrue(left1.getValue() > right2.getValue() || right
[all...]
/frameworks/base/tools/preload2/src/com/android/preload/
H A DDumpData.java74 if (e.getValue() == null) {
84 if (!ret.containsKey(e.getValue())) {
85 ret.put(e.getValue(), new HashSet<String>());
87 ret.get(e.getValue()).add(e.getKey());
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java45 CharSequence getValue(); method in interface:BaseRecipientChip
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierActionAgentTest.java120 assertEquals(DATA_CARRIER_ACTION_EVENT, message.getValue().what);
121 assertEquals(false, ((AsyncResult) message.getValue().obj).result);
123 assertEquals(RADIO_CARRIER_ACTION_EVENT, message.getValue().what);
124 assertEquals(false, ((AsyncResult) message.getValue().obj).result);
134 assertEquals(DATA_CARRIER_ACTION_EVENT, message.getValue().what);
135 assertEquals(true, ((AsyncResult) message.getValue().obj).result);
138 assertEquals(RADIO_CARRIER_ACTION_EVENT, message.getValue().what);
139 assertEquals(true, ((AsyncResult) message.getValue().obj).result);
163 assertEquals(DATA_CARRIER_ACTION_EVENT, message.getValue().what);
164 assertEquals(false, ((AsyncResult) message.getValue()
[all...]
/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java100 String uriStr = atts.getValue(URI_STR);
107 atts.getValue(URI_STR) + " parsing failure");
112 String postfix = atts.getValue(POSTFIX);
165 String key = atts.getValue(0);
166 String value = atts.getValue(1);
176 Uri u = Uri.parse(atts.getValue(URI_STR));
179 atts.getValue(URI_STR) + " parsing failure");
185 selectionArgs[i] = atts.getValue(i+2);
187 mContentResolver.delete(u, atts.getValue(1), selectionArgs);
189 mContentResolver.delete(u, atts.getValue(
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCSVWriterFilter.java75 float sharpness = ((Float)sharpnessValue.getValue()).floatValue();
79 float overExposure = ((Float)overExposureValue.getValue()).floatValue();
83 float underExposure = ((Float)underExposureValue.getValue()).floatValue();
87 float colorfulness = ((Float)colorfulnessValue.getValue()).floatValue();
91 float contrast = ((Float)contrastValue.getValue()).floatValue();
95 float brightness = ((Float)brightnessValue.getValue()).floatValue();
99 float[] motionValues = (float[]) motionValuesFrameValue.getValue();
105 String imageFileName = ((String)imageFileNameFrameValue.getValue());
109 String csvFilePath = ((String)csvFilePathFrameValue.getValue());
/frameworks/support/swiperefreshlayout/src/androidTest/java/androidx/swiperefreshlayout/widget/
H A DCircularProgressDrawableTest.java76 assertTrue(captor.getValue().width() == captor.getValue().height());
77 assertTrue(captor.getValue().width() <= width);
78 assertTrue(captor.getValue().width() <= height);
95 assertEquals((radius + strokeWidth / 2f) * 2, boundsCaptor.getValue().width(), 0.5);
96 assertEquals((radius + strokeWidth / 2f) * 2, boundsCaptor.getValue().height(), 0.5);
/frameworks/base/core/tests/coretests/src/android/text/
H A DPackedIntVectorTest.java70 assertEquals(0, p.getValue(at, j));
72 assertEquals(p.getValue(at, j), i + j);
83 assertEquals(p.getValue(i, j), i * j);
101 assertEquals(p.getValue(i, j), expect);
120 assertEquals(p.getValue(i, j), expect);
133 assertEquals(p.getValue(i, j), i * j);
154 assertEquals(p.getValue(i, j), i * j);
160 assertEquals(p.getValue(i, j), (i + height - p.size()) * j);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DGlobalSetting.java39 public int getValue() { method in class:GlobalSetting
59 handleValueChanged(getValue());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DAverageFilterTest.java39 assertEquals(1f, ((Float) getOutputFrame("avg").asFrameValue().getValue()).floatValue(),
50 assertEquals(0.8f, ((Float) getOutputFrame("avg").asFrameValue().getValue()).floatValue(),
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/
H A DLiveDataUtilsTest.java62 assertThat(dedupedLiveData.getValue(), is(nullValue()));
71 assertThat(dedupedLiveData.getValue(), is(value));
75 assertThat(dedupedLiveData.getValue(), is(value));
80 assertThat(dedupedLiveData.getValue(), is(newerValue));
99 assertThat(mappedLiveData.getValue(), is(nullValue()));
108 assertThat(mappedLiveData.getValue(), is(""));
112 assertThat(mappedLiveData.getValue(), is(value.toString()));
116 assertThat(mappedLiveData.getValue(), is(value.toString()));
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DMultiArgAdapterEvaluationTest.java42 assertEquals(mBinder.merged.getText().toString(), join(obj1.getValue(), obj2.getValue()));
43 assertEquals(mBinder.view2.getText().toString(), join(obj2.getValue()));
44 assertEquals(mBinder.view2text.getText().toString(), obj2.getValue());
/frameworks/native/services/thermalservice/aidl/android/os/
H A DTemperature.h16 float getValue() const {return value_;}; function in class:android::os::Temperature

Completed in 561 milliseconds

1234567891011>>