OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topOa
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java
451
ObjectAnimator
topOa
= LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f);
460
set.playTogether(oa,
topOa
, bottomOa);
464
set.playTogether(oa, leftOa, rightOa,
topOa
, bottomOa);
/packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java
447
ObjectAnimator
topOa
= LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f);
456
set.playTogether(oa,
topOa
, bottomOa);
460
set.playTogether(oa, leftOa, rightOa,
topOa
, bottomOa);
Completed in 191 milliseconds