Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
DCardStreamAnimator.java.ftl25 * 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 programmatically
57 * Define appearing animation of a child which fired when a view is added programmatically
66 * 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.
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
DDialogsActivity.java63 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()
/developers/samples/android/content/webview/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
DConfirmationDialogFragment.java56 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
62 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
/developers/samples/android/ui/transition/BasicTransition/
DREADME.md15 defined by a layout hierarchy directly or by code which sets up the
20 automatic. That is, entering a scene may cause animations to run which
24 color changes, and which can optionally be specified to take place
26 own Transition subclasses which monitor particular property changes
27 and which run custom animations when those properties change values.
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/
DREADME.md5 A more advanced sample which shows how to use SlidingTabLayout to display a custom
12 with a [ViewPager][2] to provide a tab indicator component which gives constant feedback as to
16 array of colors and the alternative is via the `TabColorizer` interface which gives
17 complete control over which color is used for any individual position.
/developers/samples/android/notification/Bubbles/
Dgradle.properties14 # AndroidX package structure to make it clearer which packages are bundled with the
15 # Android operating system, and which are packaged with your app's APK
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/
DSettingsActivity.kt86 .setPositiveButton(R.string.ok) { dialog, which -> in <lambda>() method
108 .setPositiveButton(R.string.ok) { dialog, which -> in <lambda>() method
126 .setPositiveButton(R.string.ok) { dialog, which -> in <lambda>() method
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/deprecated/wearable/wear/AgendaData/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/ui/views/NavigationDrawer/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/wearable/wear/JumpingJack/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/connectivity/network/NetworkConnect/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/admin/AppRestrictionEnforcer/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/notification/BasicNotifications/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/ui/holo/BorderlessButtons/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/deprecated/wearable/wear/FindMyPhone/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/build/templates/unmanaged/
DCONTRIBUTING.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/media/MediaRecorder/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/content/ShareActionProvider/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/deprecated/wearable/wear/SynchronizedNotifications/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/
DCONTRIB.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/
DCONTRIBUTING.md28 1. Ensure that your code adheres to the existing style in the sample to which
33 1. Ensure that your code has an appropriate set of unit tests which all pass.

12345678910>>...17