Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DShadowCardDrag.java168 final CheckBox tiltCheck = (CheckBox) findViewById(R.id.tilt_check); in onCreate() local
169 tiltCheck.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in onCreate()