OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preAnimation
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
PlayAnimationThread.java
37
public Result
preAnimation
() {
RenderSessionImpl.java
720
public Result
preAnimation
() {
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
AnimationThread.java
40
* Classes should implement {@link #
preAnimation
()} and {@link #postAnimation()}.
42
* If {@link #
preAnimation
()} does not start an animation somehow then the thread doesn't do
80
public abstract Result
preAnimation
();
105
Result result =
preAnimation
();
Completed in 53 milliseconds