HomeSort by relevance Sort by last modified time
    Searched full:getvalue (Results 951 - 975 of 10882) sorted by null

<<31323334353637383940>>

  /frameworks/base/services/core/java/com/android/server/wm/animation/
CurvedTranslateAnimation.java 39 PointF location = (PointF) mKeyframes.getValue(interpolatedTime);
  /frameworks/base/telecomm/java/android/telecom/Logging/
TimedEvent.java 45 result.put(entry.getKey(), entry.getValue() / counts.get(entry.getKey()));
  /frameworks/base/telecomm/java/android/telecom/
TimedEvent.java 45 result.put(entry.getKey(), entry.getValue() / counts.get(entry.getKey()));
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameValue.java 23 public Object getValue() {
ToStringFilter.java 43 String outStr = objectFrame.getValue().toString();
VariableSource.java 36 public synchronized Object getValue() {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
FloatArrayToSizeFilterTest.java 47 assertEquals(3, ((Integer) getOutputFrame("size").asFrameValue().getValue()).intValue());
FloatArrayToStrFilterTest.java 48 getValue());
  /frameworks/base/tools/aapt2/optimize/
MultiApkGenerator_test.cpp 40 using ::aapt::test::GetValue;
128 EXPECT_THAT(GetValue<Id>(new_table, "android:string/one"), NotNull());
153 EXPECT_THAT(GetValue<Id>(new_table, "android:string/one"), NotNull());
178 EXPECT_THAT(GetValue<Id>(new_table, "android:string/one"), NotNull());
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
LayoutBinderTest.java 53 final Expr value = entry.getValue();
67 final Expr value = entry.getValue();
111 if (entry.getValue() instanceof IdentifierExpr) {
112 IdentifierExpr expr = (IdentifierExpr) entry.getValue();
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
ResourceBundle.java 121 if (bundles.getValue().size() < 2) {
127 for (LayoutFileBundle bundle : bundles.getValue()) {
130 String bindingClass = validateAndGetSharedClassName(bundles.getValue());
132 bundles.getValue(), ErrorMessages.MULTI_CONFIG_VARIABLE_TYPE_MISMATCH,
141 bundles.getValue(), ErrorMessages.MULTI_CONFIG_IMPORT_TYPE_MISMATCH,
149 for (LayoutFileBundle bundle : bundles.getValue()) {
155 NameTypeLocation orig = variable.getValue();
163 bundle.mImports.add(userImport.getValue());
176 for (LayoutFileBundle bundle : bundles.getValue()) {
232 for (LayoutFileBundle bundle : bundles.getValue()) {
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
ImsServiceTest.java 142 assertNotNull(intentCaptor.getValue());
143 verifyServiceUpSent(intentCaptor.getValue());
164 assertNotNull(intentCaptor.getValue());
165 verifyServiceDownSent(intentCaptor.getValue());
  /frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/
LiveDataTestUtil.kt 25 fun <T> getValue(liveData: LiveData<T>): T {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ResourcesWrapper.java 207 public void getValue(int id, TypedValue outValue, boolean resolveRefs)
209 mResources.getValue(id, outValue, resolveRefs);
220 public void getValue(String name, TypedValue outValue, boolean resolveRefs)
222 mResources.getValue(name, outValue, resolveRefs);
  /hardware/libhardware/modules/camera/3_4/metadata/
boottime_state_delegate.cpp 24 int BoottimeStateDelegate::GetValue(int64_t* value) {
ignored_control_delegate.h 31 int GetValue(T* value) override {
no_effect_control_delegate.h 31 int GetValue(T* value) override {
  /hardware/nxp/secure_element/libese-spi/p73/utils/
config.h 53 ConfigValue& getValue(const std::string& key);
  /libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 185 public String getValue(int i) {
186 return currentAttributes.getValue(i);
193 public String getValue(String name) {
194 return currentAttributes.getValue(name);
XercesHTMLDocumentBuilderFactory.java 185 public String getValue(int i) {
186 return currentAttributes.getValue(i);
193 public String getValue(String name) {
194 return currentAttributes.getValue(name);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
GZIPOutputStreamTest.java 62 .getChecksum().getValue());
83 .getChecksum().getValue());
156 // System.out.print(outGZIP.getChecksum().getValue());
158 3097700292L, outGZIP.getChecksum().getValue());
  /libcore/luni/src/test/java/libcore/java/time/
YearMonthTest.java 50 assertSame(ym, ym.with(ChronoField.ERA, IsoEra.CE.getValue()));
51 assertSame(bceYm, bceYm.with(ChronoField.ERA, IsoEra.BCE.getValue()));
53 assertEquals(bceYm, ym.with(ChronoField.ERA, IsoEra.BCE.getValue()));
54 assertEquals(ym, bceYm.with(ChronoField.ERA, IsoEra.CE.getValue()));
  /libcore/ojluni/src/main/java/java/net/
URLClassLoader.java 499 specTitle = attr.getValue(Name.SPECIFICATION_TITLE);
500 specVersion = attr.getValue(Name.SPECIFICATION_VERSION);
501 specVendor = attr.getValue(Name.SPECIFICATION_VENDOR);
502 implTitle = attr.getValue(Name.IMPLEMENTATION_TITLE);
503 implVersion = attr.getValue(Name.IMPLEMENTATION_VERSION);
504 implVendor = attr.getValue(Name.IMPLEMENTATION_VENDOR);
505 sealed = attr.getValue(Name.SEALED);
510 specTitle = attr.getValue(Name.SPECIFICATION_TITLE);
513 specVersion = attr.getValue(Name.SPECIFICATION_VERSION);
516 specVendor = attr.getValue(Name.SPECIFICATION_VENDOR)
    [all...]
  /libcore/ojluni/src/main/java/sun/util/locale/
LocaleExtensions.java 88 String value = ext.getValue();
117 String type = LocaleUtils.toLowerString(kwd.getValue());
152 return ext.getValue();
199 Extension extension = entry.getValue();
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
ProfileServiceTest.java 186 Assert.assertEquals(start.getValue(), stop.getValue());
212 Assert.assertEquals(start.getValue(), stop.getValue());

Completed in 552 milliseconds

<<31323334353637383940>>