Searched refs:steps (Results 1 – 16 of 16) sorted by relevance
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/ |
D | MultipleStepsCreditCardActivity.java | 30 LinkedHashMap<Integer, String> steps = new LinkedHashMap<>(4); in getStepsMap() local 31 steps.put(R.string.credit_card_number_label, in getStepsMap() 33 steps.put(R.string.credit_card_expiration_month_label, in getStepsMap() 35 steps.put(R.string.credit_card_expiration_year_label, in getStepsMap() 37 steps.put(R.string.credit_card_security_code_abbrev_label, in getStepsMap() 39 return ImmutableMap.copyOf(steps); in getStepsMap()
|
D | MultipleStepsSignInActivity.java | 30 LinkedHashMap<Integer, String> steps = new LinkedHashMap<>(2); in getStepsMap() local 31 steps.put(R.string.username_label, View.AUTOFILL_HINT_USERNAME); in getStepsMap() 32 steps.put(R.string.password_label, View.AUTOFILL_HINT_PASSWORD); in getStepsMap() 33 return ImmutableMap.copyOf(steps); in getStepsMap()
|
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/assets/ |
D | guacamole.json | 3 steps: [
|
D | northern-irish-vegetable-soup.json | 3 steps: [
|
D | beef-brisket-chili.json | 3 steps: [
|
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/ |
D | Recipe.java | 78 JSONArray steps = json.getJSONArray(Constants.RECIPE_FIELD_STEPS); in fromJson() local 79 for (int i = 0; i < steps.length(); i++) { in fromJson() 80 JSONObject step = steps.getJSONObject(i); in fromJson()
|
/developers/samples/android/sensors/BatchStepSensor/ |
D | README.md | 19 steps since a listener was first registered for this sensor. 21 Both sensors only count steps while a listener is registered. This sample only covers the
|
/developers/samples/android/notification/CustomNotifications/ |
D | README.md | 14 This sample shows all the required steps to create and display custom
|
/developers/samples/android/input/gestures/BasicGestureDetect/ |
D | README.md | 14 In this example, the steps followed to set up the gesture detector are:
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/ |
D | README.md | 23 Using an ActionBar with the support library requires the following steps:
|
/developers/samples/android/media/Camera2Basic/ |
D | README.md | 27 Still image capture takes several steps. First, you need to lock the
|
/developers/samples/android/media/Camera2Basic/kotlinApp/ |
D | README.md | 26 Still image capture takes several steps. First, you need to lock the
|
/developers/samples/android/media/Camera2Video/kotlinApp/ |
D | README.md | 13 The main steps are:
|
/developers/samples/android/media/Camera2Video/ |
D | README.md | 13 The main steps are:
|
/developers/samples/android/media/BasicMediaDecoder/ |
D | README.md | 16 The main steps are described below:
|
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/ |
D | README.md | 22 autofillable fields should follow the necessary steps to 1) ensure their views can be autofilled
|