Searched refs:which (Results 1 – 25 of 417) sorted by relevance
12345678910>>...17
25 * An abstract class which defines animators for CardStreamLinearLayout.41 * Define initial animation of each child which fired when a user rotate a screen.49 * Define disappearing animation of a child which fired when a view is removed programmatically57 * Define appearing animation of a child which fired when a view is added programmatically66 * which fired when a view is not moved enough to be removed.77 * which fired when a view is removing by a user swipe action.87 * A simple CardStreamAnimator implementation which is used to turn animations off.
63 public void onClick(DialogInterface dialog, int which) { in onCreate()70 public void onClick(DialogInterface dialog, int which) { in onCreate()90 public void onClick(DialogInterface dialog, int which) { in onCreate()114 public void onClick(DialogInterface dialog, int which) { in onCreate()125 public void onClick(DialogInterface dialog, int which) { in onCreate()136 public void onClick(DialogInterface dialog, int which) { in onCreate()
56 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()62 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
15 defined by a layout hierarchy directly or by code which sets up the20 automatic. That is, entering a scene may cause animations to run which24 color changes, and which can optionally be specified to take place26 own Transition subclasses which monitor particular property changes27 and which run custom animations when those properties change values.
28 1. Ensure that your code adheres to the existing style in the sample to which33 1. Ensure that your code has an appropriate set of unit tests which all pass.
5 A more advanced sample which shows how to use SlidingTabLayout to display a custom12 with a [ViewPager][2] to provide a tab indicator component which gives constant feedback as to16 array of colors and the alternative is via the `TabColorizer` interface which gives17 complete control over which color is used for any individual position.
14 # AndroidX package structure to make it clearer which packages are bundled with the15 # Android operating system, and which are packaged with your app's APK
86 .setPositiveButton(R.string.ok) { dialog, which -> in <lambda>() method108 .setPositiveButton(R.string.ok) { dialog, which -> in <lambda>() method126 .setPositiveButton(R.string.ok) { dialog, which -> in <lambda>() method