Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DDynamicListView.java327 View switchView = isBelow ? belowView : aboveView; in handleCellSwitch() local
330 if (switchView == null) { in handleCellSwitch()
335 swapElements(mCheeseList, originalItem, getPositionForView(switchView)); in handleCellSwitch()
341 final int switchViewStartTop = switchView.getTop(); in handleCellSwitch()
344 switchView.setVisibility(View.INVISIBLE); in handleCellSwitch()
353 View switchView = getViewForID(switchItemID); in handleCellSwitch()
357 int switchViewNewTop = switchView.getTop(); in handleCellSwitch()
360 switchView.setTranslationY(delta); in handleCellSwitch()
362 ObjectAnimator animator = ObjectAnimator.ofFloat(switchView, in handleCellSwitch()