OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fromytype
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/animation/
TranslateAnimation.java
121
* @param
fromYType
Specifies how fromYValue should be interpreted. One of
125
* animation. This value can either be an absolute number if
fromYType
135
int
fromYType
, float fromYValue, int toYType, float toYValue) {
144
mFromYType =
fromYType
;
/packages/apps/Launcher2/src/com/android/launcher2/
DeleteZone.java
226
int
fromYType
, float fromYValue, int toYType, float toYValue) {
228
fromYType
, fromYValue, toYType, toYValue);
Completed in 619 milliseconds