Home
last modified time | relevance | path

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

/development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
DDetailFragment.java42 private static final String ARG_Y = "y"; field in DetailFragment
64 args.putInt(ARG_Y, y); in newInstance()
96 params.topMargin = args.getInt(ARG_Y); in onViewCreated()