Projects >> ViewPager3D >>25df7be34a5853a010ea83366a3f3627d31b7c5e

Chunk
Conflicting content
=======
	};

	private void invalidateVisibleChilds(final int position) {
<<<<<<< HEAD:src/de/inovex/android/widgets/ViewPager3D.java
//		for (int i = 0; i < getChildCount(); i++) {
//			getChildAt(i).invalidate();
//
//		}
		this.invalidate();
		for (int i = 0; i < getChildCount(); i++) {
			getChildAt(i).invalidate();

		}
		invalidate();
>>>>>>> a179b59a4daea04c4eaa75f673126afc93311b5b:ViewPager3D/src/de/inovex/android/widgets/ViewPager3D.java
		// final View child = getChildAt(position);
		// final View previous = getChildAt(position - 1);
		// final View next = getChildAt(position + 1);
Solution content
	};

	private void invalidateVisibleChilds(final int position) {
		for (int i = 0; i < getChildCount(); i++) {
			getChildAt(i).invalidate();

		}
		invalidate();
		// final View child = getChildAt(position);
		// final View previous = getChildAt(position - 1);
		// final View next = getChildAt(position + 1);
File
ViewPager3D.java
Developer's decision
Version 2
Kind of conflict
Comment
For statement
Method invocation