HomeSort by relevance Sort by last modified time
    Searched refs:cardParent (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 52 final ViewGroup cardParent = (ViewGroup) findViewById(R.id.card_parent);
65 final int max = cardParent.getChildCount();
67 TextView card = (TextView) cardParent.getChildAt(i);
ShadowCardDrag.java 164 final View cardParent = findViewById(R.id.card_parent);
206 cardParent.setOnTouchListener(new View.OnTouchListener() {

Completed in 163 milliseconds