OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAllAppWinAnimators
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/wm/
AppWindowAnimator.java
56
ArrayList<WindowStateAnimator>
mAllAppWinAnimators
= new ArrayList<WindowStateAnimator>();
267
final int N =
mAllAppWinAnimators
.size();
269
mAllAppWinAnimators
.get(i).finishExit();
278
final int NW =
mAllAppWinAnimators
.size();
280
WindowStateAnimator winAnimator =
mAllAppWinAnimators
.get(i);
317
for (int i=0; i<
mAllAppWinAnimators
.size(); i++) {
318
WindowStateAnimator wanim =
mAllAppWinAnimators
.get(i);
WindowManagerService.java
[
all
...]
Completed in 25 milliseconds