OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inValues
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/rs/
rsAnimation.cpp
48
const float *
inValues
, const float *outValues,
77
memcpy(vin,
inValues
, valueCount * sizeof(float));
79
a->mInputMin =
inValues
[0];
80
a->mInputMax =
inValues
[0];
123
const float *
inValues
,
130
Animation *a = NULL;//Animation::create(rsc,
inValues
, outValues, valueCount, interp, pre, post);
rsAnimation.h
33
const float *
inValues
, const float *outValues,
/packages/apps/Phone/src/com/android/phone/
EditPhoneNumberPreference.java
408
String[]
inValues
= mEncodedText.split(":", 2);
409
shouldDisable =
inValues
[0].equals(VALUE_ON);
481
String[]
inValues
= value.split(":", 2);
482
setToggled(
inValues
[0].equals(VALUE_ON));
483
setPhoneNumber(
inValues
[1]);
Completed in 230 milliseconds