Searched refs:keyValue (Results 1 – 6 of 6) sorted by relevance
71 Parallax.IntPropertyMarkerValue keyValue = (Parallax.IntPropertyMarkerValue) in testFixedKeyValue() local73 assertSame(keyValue.getProperty(), var1); in testFixedKeyValue()74 assertEquals((int) 1000, keyValue.getMarkerValue(mSource)); in testFixedKeyValue()82 Parallax.IntPropertyMarkerValue keyValue = (Parallax.IntPropertyMarkerValue) in testFractionOfKeyValue() local84 assertSame(keyValue.getProperty(), var1); in testFractionOfKeyValue()85 assertEquals((int) 540, keyValue.getMarkerValue(mSource)); in testFractionOfKeyValue()93 Parallax.IntPropertyMarkerValue keyValue = (Parallax.IntPropertyMarkerValue) in testFixedKeyValueWithFraction() local95 assertSame(keyValue.getProperty(), var1); in testFixedKeyValueWithFraction()96 assertEquals((int) 440, keyValue.getMarkerValue(mSource)); in testFixedKeyValueWithFraction()
74 Parallax.FloatPropertyMarkerValue keyValue = (Parallax.FloatPropertyMarkerValue) in testFixedKeyValue() local76 assertSame(keyValue.getProperty(), var1); in testFixedKeyValue()77 assertFloatEquals((float) 1000, keyValue.getMarkerValue(mSource)); in testFixedKeyValue()85 Parallax.FloatPropertyMarkerValue keyValue = (Parallax.FloatPropertyMarkerValue) in testFractionOfKeyValue() local87 assertSame(keyValue.getProperty(), var1); in testFractionOfKeyValue()88 assertFloatEquals((float) 540, keyValue.getMarkerValue(mSource)); in testFractionOfKeyValue()96 Parallax.FloatPropertyMarkerValue keyValue = (Parallax.FloatPropertyMarkerValue) in testFixedKeyValueWithFraction() local98 assertSame(keyValue.getProperty(), var1); in testFixedKeyValueWithFraction()99 assertFloatEquals((float) 440, keyValue.getMarkerValue(mSource)); in testFixedKeyValueWithFraction()
153 List<String> keyValue = Splitter.on('=').splitToList(line); in loadAndroidHome() local154 if (keyValue.size() == 2) { in loadAndroidHome()155 String key = keyValue.get(0).trim(); in loadAndroidHome()157 return keyValue.get(1).trim(); in loadAndroidHome()
270 final int keyValue = numericKeyCodeToInt(keyCode); in handleKeyUp() local271 final int newValue = mValue * RADIX + keyValue; in handleKeyUp()
96 KeyValue keyValue; in toHidlKeyedVector() local97 keyValue.key = toHidlString(keyedVector.keyAt(i)); in toHidlKeyedVector()98 keyValue.value = toHidlString(keyedVector.valueAt(i)); in toHidlKeyedVector()99 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...