Home
last modified time | relevance | path

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

/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCardStreamLinearLayout.java417 String animatorName = a.getString(R.styleable.CardStream_animators); in initialize() local
420 if( animatorName != null ) in initialize()
422 .loadClass(animatorName).newInstance(); in initialize()
424 Log.e(TAG, "Fail to load animator:" + animatorName, e); in initialize()