Searched refs:getValue (Results 26 - 50 of 330) sorted by relevance

1234567891011>>

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java295 String sourceTag = attributes.getValue("source");
308 sourceFilterName = attributes.getValue("sourceFilter");
309 sourcePortName = attributes.getValue("sourcePort");
312 String targetTag = attributes.getValue("target");
325 targetFilterName = attributes.getValue("targetFilter");
326 targetPortName = attributes.getValue("targetPort");
329 String sourceSlotName = attributes.getValue("sourceSlot");
330 String targetSlotName = attributes.getValue("targetSlot");
411 if ((strValue = attributes.getValue("stringValue")) != null) {
413 } else if ((strValue = attributes.getValue("booleanValu
[all...]
H A DNormFilter.java52 float xValue = ((Float)xFrameValue.getValue()).floatValue();
54 float yValue = ((Float)yFrameValue.getValue()).floatValue();
H A DValueTarget.java64 postValueToUiThread(valueFrame.getValue());
66 mListener.onReceivedValue(valueFrame.getValue());
H A DFrameValue.java23 public Object getValue() { method in class:FrameValue
H A DSignature.java147 stringBuffer.append(entry.getValue().toString("input", entry.getKey()) + "\n");
150 stringBuffer.append(entry.getValue().toString("output", entry.getKey()) + "\n");
177 PortInfo portInfo = entry.getValue();
198 PortInfo portInfo = entry.getValue();
H A DToStringFilter.java43 String outStr = objectFrame.getValue().toString();
H A DVariableSource.java36 public synchronized Object getValue() { method in class:VariableSource
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerWifiTest.java143 assertEquals("WiFi data in, in quick settings", in, (boolean) inArg.getValue());
144 assertEquals("WiFi data out, in quick settings", out, (boolean) outArg.getValue());
160 assertEquals("WiFi enabled, in quick settings", enabled, (boolean) enabledArg.getValue());
162 (boolean) connectedArg.getValue());
163 assertEquals("WiFi signal, in quick settings", icon, (int) iconArg.getValue());
165 (String) descArg.getValue());
175 assertEquals("WiFi visible, in status bar", visible, (boolean) visibleArg.getValue());
176 assertEquals("WiFi signal, in status bar", icon, (int) iconArg.getValue());
H A DNetworkControllerBaseTest.java212 assertEquals("No sims in status bar", hasNoSimsVisible, (boolean) hasNoSimsArg.getValue());
217 (boolean) hasNoSimsArg.getValue());
237 assertEquals("Visibility in, quick settings", visible, (boolean) visibleArg.getValue());
238 assertEquals("Signal icon in, quick settings", icon, (int) iconArg.getValue());
239 assertEquals("Data icon in, quick settings", typeIcon, (int) typeIconArg.getValue());
241 (boolean) dataInArg.getValue());
243 (boolean) dataOutArg.getValue());
259 assertEquals("Signal icon in status bar", icon, (int) iconArg.getValue());
260 assertEquals("Data icon in status bar", typeIcon, (int) typeIconArg.getValue());
261 assertEquals("Visibility in status bar", visible, (boolean) visibleArg.getValue());
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DExposureFilterTest.java59 asFrameValue().getValue()).floatValue(), 0.001f);
62 asFrameValue().getValue()).floatValue(), 0.001f);
H A DFloatArrayToSizeFilterTest.java47 assertEquals(3, ((Integer) getOutputFrame("size").asFrameValue().getValue()).intValue());
H A DFloatArrayToStrFilterTest.java48 getValue());
H A DImageGoodnessFilterTest.java65 getValue());
93 getValue());
121 getValue());
149 getValue());
177 getValue());
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DInvisibleRecipientChip.java55 public CharSequence getValue() { method in class:InvisibleRecipientChip
56 return mDelegate.getValue();
H A DVisibleRecipientChip.java53 public CharSequence getValue() { method in class:VisibleRecipientChip
54 return mDelegate.getValue();
/frameworks/base/libs/hwui/
H A DAnimator.h81 virtual float getValue(RenderNode* target) const = 0;
140 virtual float getValue(RenderNode* target) const;
163 virtual float getValue(RenderNode* target) const;
182 virtual float getValue(RenderNode* target) const;
197 virtual float getValue(RenderNode* target) const;
H A DAnimator.cpp92 doSetStartValue(getValue(mTarget));
230 float RenderPropertyAnimator::getValue(RenderNode* target) const { function in class:android::uirenderer::RenderPropertyAnimator
248 float CanvasPropertyPrimitiveAnimator::getValue(RenderNode* target) const { function in class:android::uirenderer::CanvasPropertyPrimitiveAnimator
271 float CanvasPropertyPaintAnimator::getValue(RenderNode* target) const { function in class:android::uirenderer::CanvasPropertyPaintAnimator
311 float RevealAnimator::getValue(RenderNode* target) const { function in class:android::uirenderer::RevealAnimator
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java182 return ResourceHelper.getColor(value.getSecond().getValue());
225 String v = resValue.getValue();
255 File xml = new File(value.getValue());
268 "Failed to configure parser for " + value.getValue(), e, null /*data*/);
292 File xml = new File(value.getValue());
302 "Failed to configure parser for " + value.getValue(), e, null /*data*/);
337 String v = resValue.getValue();
371 String v = resValue.getValue();
399 String v = resValue.getValue();
427 String v = resValue.getValue();
519 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:BridgeResources
544 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:BridgeResources
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DColorInversionTile.java55 if (mSetting.getValue() != 0 && !mUsageTracker.isRecentlyUsed()) {
82 handleRefreshState(mSetting.getValue());
107 final int value = arg instanceof Integer ? (Integer) arg : mSetting.getValue();
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java246 String url = attributes.getValue("", "url");
256 String url = attributes.getValue("", "url");
266 String url = attributes.getValue("", "url");
304 String seconds = attributes.getValue("", "seconds");
313 String viewCount = attributes.getValue("", "viewCount");
322 String average = attributes.getValue("", "average");
390 String url = attributes.getValue("", "url");
398 String url = attributes.getValue("", "url");
406 String url = attributes.getValue("", "url");
427 attributes.getValue("", "second
[all...]
/frameworks/base/core/java/android/animation/
H A DKeyframe.java196 public abstract Object getValue(); method in class:Keyframe
276 public Object getValue() { method in class:Keyframe.ObjectKeyframe
320 public Object getValue() { method in class:Keyframe.IntKeyframe
367 public Object getValue() { method in class:Keyframe.FloatKeyframe
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DAlignFragment.h26 int64_t getValue() const { return m_Value; } function in class:mcld::AlignFragment
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
H A DStochasticLinearRanker.java114 wValues[i] = e.getValue();
122 res = setModelParameter(e.getKey(), e.getValue());
145 Sw = Sw + "<" + e.getKey() + "," + e.getValue() + "> ";
147 Sp = Sp + "<" + e.getKey() + "," + e.getValue() + "> ";
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
H A DHistogramPredictor.java127 int count = entry.getValue();
191 entry.getValue().toString() + " }";
210 HistogramCounter counter = entry.getValue();
223 double appScore = item.getValue();
248 double appScore = entry.getValue();
261 return o2.getValue().compareTo(o1.getValue());
277 String featureValue = entry.getValue();
309 model.put(entry.getKey(), entry.getValue().getCounter());
344 mPredictor.get(entry.getKey()).setCounter(entry.getValue());
[all...]
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java113 byte[] val = this.getValue(key);
218 private byte[] getValue(int index) { method in class:DnsSdTxtRecord
242 byte[] value = this.getValue(index);
246 private byte[] getValue(String forKey) { method in class:DnsSdTxtRecord
252 return this.getValue(i);

Completed in 436 milliseconds

1234567891011>>