Home
last modified time | relevance | path

Searched refs:popChildrenIn (Results 1 – 1 of 1) sorted by relevance

/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DPlayerSetupActivity.java200 popChildrenIn(mDifficultyButtons, null); in buttonClick()
222 popChildrenIn(mCreditButtons2, null); in buttonClick()
225 popChildrenIn(mCreditButtons1, runnable); in buttonClick()
284 popChildrenIn(buttonsParent, null);
291 private void popChildrenIn(ViewGroup parent, final Runnable endAction) { in popChildrenIn() method in PlayerSetupActivity