Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DShadowCardStack.java52 final ViewGroup cardParent = (ViewGroup) findViewById(R.id.card_parent); in onCreate() local
65 final int max = cardParent.getChildCount(); in onCreate()
67 TextView card = (TextView) cardParent.getChildAt(i); in onCreate()
DShadowCardDrag.java164 final View cardParent = findViewById(R.id.card_parent); in onCreate() local
206 cardParent.setOnTouchListener(new View.OnTouchListener() { in onCreate()