Searched refs:stackApplications (Results 1 – 1 of 1) sorted by relevance
/development/samples/Home/src/com/example/android/home/ |
D | ApplicationsStackLayout.java | 207 childTop = stackApplications(mFavorites, childLeft, childTop); in layoutVertical() 214 stackApplications(mRecents, childLeft, childTop); in layoutVertical() 230 childLeft = stackApplications(mFavorites, childLeft, childTop); in layoutHorizontal() 237 stackApplications(mRecents, childLeft, childTop); in layoutHorizontal() 240 private int stackApplications(List<ApplicationInfo> applications, int childLeft, int childTop) { in stackApplications() method in ApplicationsStackLayout
|