/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
Lerper.java | 43 public int getValue(int currentValue, int targetValue) { 44 int delta = targetValue - currentValue; 47 // make sure change currentValue and not exceeding targetValue 53 if (retValue > targetValue) { 54 retValue = targetValue; 57 // make sure change currentValue and not exceeding targetValue 63 if (retValue < targetValue) { 64 retValue = targetValue; 67 retValue = targetValue; 72 public float getValue(float currentValue, float targetValue) { [all...] |
/external/compiler-rt/lib/profile/ |
InstrProfilingValue.c | 100 __llvm_profile_instrument_target(uint64_t TargetValue, void *Data, 118 if (TargetValue == CurrentVNode->VData.Value) { 134 CurrentVNode->VData.Value = TargetValue;
|
InstrProfiling.h | 70 * void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
|
InstrProfData.inc | 121 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimatorInflaterTest.java | 231 float targetValue = getActivity().getResources() 234 assertEquals(targetValue, testView.getX());
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
Tween.java | 471 * @param targetValue The target value of the interpolation. 474 public Tween target(float targetValue) { 475 targetValues[0] = targetValue; 549 * @param targetValue The relative target value of the interpolation. 552 public Tween targetRelative(float targetValue) { 554 targetValues[0] = isInitialized() ? targetValue + startValues[0] : targetValue; 629 * @param targetValue The target of this waypoint. 632 public Tween waypoint(float targetValue) { 634 waypoints[waypointsCnt] = targetValue; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
ActivatableNotificationView.java | 707 float targetValue; 711 targetValue = 1.0f; 715 targetValue = 0.0f; 718 targetValue); 721 (long) (duration * Math.abs(mAppearAnimationFraction - targetValue))); [all...] |
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetISO2022.java | [all...] |
/external/compiler-rt/test/profile/ |
instrprof-value-prof-2.c | 18 void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
|
instrprof-value-prof.c | 25 void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
|
/external/icu/icu4c/source/common/ |
ucnv2022.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
sql.h | 489 SQLRETURN SQL_API SQLBindCol(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLSMALLINT TargetType,SQLPOINTER TargetValue,SQLLEN BufferLength,SQLLEN *StrLen_or_Ind); 531 SQLRETURN SQL_API SQLGetData(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLSMALLINT TargetType,SQLPOINTER TargetValue,SQLLEN BufferLength,SQLLEN *StrLen_or_Ind);
|
/frameworks/support/design/src/android/support/design/widget/ |
CollapsingTextHelper.java | 681 private static boolean isClose(float value, float targetValue) { 682 return Math.abs(value - targetValue) < 0.001f;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | [all...] |
/external/llvm/include/llvm/ProfileData/ |
InstrProfData.inc | 121 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
FilmstripView.java | 379 final float targetValue, final long duration_ms, 381 if (startValue == targetValue) { 386 animator.setFloatValues(startValue, targetValue); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fSynchronizationTests.cpp | [all...] |
/prebuilts/devtools/tools/lib/ |
lint-checks.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/ |
lint-checks-22.2.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/ |
lint-checks-22.4.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/ |
lint-checks-22.4.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/ |
lint-checks-22.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/ |
lint-checks-22.5.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/ |
lint-checks-22.5.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/ |
lint-checks-22.7.0.jar | |