/development/samples/ApiDemos/res/values/ |
ids.xml | 18 <item type="id" name="snack" />
|
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/ |
MapBinderBinding.java | 39 * <code>MapBinderBinding<Map<String, Snack>></code> 53 * returns a key of <code>Map<String, Snack></code>, then this will always return a 62 * returns a key of <code>Map<String, Snack></code>, then this will always return a 63 * <code>TypeLiteral<Snack></code>. 75 * key of <code>Map<String, Snack></code>, then this will always return a list of type 76 * <code>List<Map.Entry<String, Binding<Snack>>></code>.
|
Multibinder.java | 68 * Multibinder<Snack> multibinder 69 * = Multibinder.newSetBinder(binder(), Snack.class); 76 * <p>With this binding, a {@link Set}{@code <Snack>} can now be injected: 80 * public SnackMachine(Set<Snack> snacks) { ... } 83 * If desired, {@link Collection}{@code <Provider<Snack>>} can also be injected. 87 * to create their own {@code Multibinder<Snack>}, and to each contribute
|
MapBinder.java | 76 * MapBinder<String, Snack> mapbinder 77 * = MapBinder.newMapBinder(binder(), String.class, Snack.class); 84 * <p>With this binding, a {@link Map}{@code <String, Snack>} can now be 89 * public SnackMachine(Map<String, Snack> snacks) { ... } 97 * public SnackMachine(Map<String, Provider<Snack>> snackProviders) { ... } 102 * create their own {@code MapBinder<String, Snack>}, and to each contribute [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/ |
SnackBar.java | 46 * Defines an action to be performed when the user clicks on the action button on the snack bar 85 * Defines the placement of the snack bar (e.g. anchored view, anchor gravity). 106 * Anchor the snack bar above the given {@code anchorView}. 113 * Anchor the snack bar below the given {@code anchorView}. 173 * Place the snack bar with the given placement requirement. 281 // between the button and the edge of the snack bar. This is so the button can use the
|
SnackBarManager.java | 120 LogUtil.d(LogUtil.BUGLE_TAG, "Showing snack bar, but currentSnackBar was not null."); 122 // Dismiss the current snack bar. That will cause the next snack bar to be shown on 147 LogUtil.d(LogUtil.BUGLE_TAG, "Showing snack bar: " + snackBar); 149 // Measure the snack bar root view so we know how much to translate by. 224 LogUtil.d(LogUtil.BUGLE_TAG, "Dismissing snack bar."); 331 * Get the offset from the bottom of the screen where the snack bar should be placed.
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
OptionalSaveActivityTest.java | 133 // Assert the snack bar is shown and tap "Save". 190 // Assert the snack bar is shown and tap "Save". 324 // Assert the snack bar is shown and tap "Save". 420 // Assert the snack bar is not shown. 570 // Make sure the snack bar is not shown. 580 // Assert the snack bar is not shown. 617 // ...and make sure the snack bar is not shown. 654 // ...and make sure the snack bar is shown.
|
PreFilledLoginActivityTest.java | 91 // Assert the snack bar is shown and tap "Save".
|
LoginWithStringsActivityTest.java | 117 // Assert the snack bar is shown and tap "Save".
|
LoginActivityTest.java | [all...] |
AuthenticationTest.java | [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
RadioGroup1.java | 47 newRadioButton.setId(R.id.snack);
|
/packages/apps/TV/tests/input/tools/ |
get_test_logos.sh | 33 ship shoppingbag shoppingcart ski snack
|
/packages/apps/UnifiedEmail/res/values/ |
shortcut_keys.xml | 50 <!-- undo in snack bar TODO punted -->
|
constants.xml | 47 <!-- Amount of time spent animating the popup and push down of the snack bar -->
|
dimen.xml | 91 <!-- Default case for snack bar; negative values for min and max width indicate the natural snackbar width should be honored -->
|
/external/syslinux/gpxe/src/include/gpxe/ |
iscsi.h | 300 /** SNACK tag */ 301 uint32_t snack; member in struct:iscsi_bhs_scsi_response
|
/packages/apps/Messaging/res/values/ |
strings.xml | 335 <!-- The text of the toast/snack message shown when a contact is blocked --> 337 <!-- The text of the toast/snack message shown when a contact is unblocked --> 339 <!-- The text of the toast/snack message shown when the selected conversation(s) are archived. 342 <!-- The text of the toast/snack message shown when the selected conversation(s) are unarchived. 345 <!-- The text of the toast/snack message shown when a notifications turned off for selected conversations --> 347 <!-- The text of the toast/snack message shown when a notifications turned on for selected conversations --> [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
ConversationFragment.java | [all...] |
/external/guice/latest-api-diffs/ |
3.0.xml | [all...] |
4.0.xml | [all...] |
2.0.xml | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiProto.h | 505 /// SNACK Request
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
IScsiProto.h | 512 /// SNACK Request.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
Launcher.java | 668 // TODO: Show a snack bar with link to settings [all...] |