/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/mock/ |
D | MockDatabase.java | 44 void onUserRetrieved(Profile user); in onUserRetrieved() argument 63 public static Chat createChat(Context context, Collection<Profile> participants, Profile user) { in createChat() argument 70 Message message = new Message.Builder().senderId(user.getId()).text("").build(); in createChat() 252 Profile user = SharedPreferencesHelper.readUserFromJsonPref(context); in getUser() local 253 if (user != null && user.getId().equals(id)) { in getUser() 254 callback.onUserRetrieved(user); in getUser() 268 public static void createUser(Context context, Profile user, CreateUserCallback callback) { in createUser() argument 269 SharedPreferencesHelper.writeUserToJsonPref(context, user); in createUser()
|
/developers/build/ |
D | github.sh | 285 git config user.name "google-automerger" 286 git config user.email automerger@google.com 338 git config user.name "google-automerger" 339 git config user.email automerger@google.com
|
/developers/build/templates/base/_MODULE_/src/template/ |
D | project.properties.ftl | 12 user.home):
|
/developers/samples/android/renderScript/BasicRenderScript/Application/ |
D | project.properties | 10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
|
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/ |
D | SharedPreferencesHelper.java | 72 public static void writeUserToJsonPref(Context context, Profile user) { in writeUserToJsonPref() argument 75 editor.putString(Constants.PREFS_USER_KEY, gson.toJson(user)); in writeUserToJsonPref()
|
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/ |
D | SignInActivity.java | 187 public void onUserRetrieved(Profile user) { in onUserRetrieved() argument 188 if (user == null) { in onUserRetrieved()
|
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chatlist/ |
D | ChatListActivity.java | 160 CreateNewChatAsyncTask(Context context, Profile user, List<Profile> contacts) { in CreateNewChatAsyncTask() argument 162 this.mUser = user; in CreateNewChatAsyncTask()
|
/developers/samples/android/ui/window/AdvancedImmersiveMode/ |
D | README.md | 7 lets the user experiment with immersive mode by seeing how it interacts 20 to receive all touch events. The user can reveal the system bars with
|
/developers/samples/android/content/multiuser/AppRestrictions/ |
D | README.md | 19 the custom configuration on the user interface. Three sample [RestrictionEntry][1] types are 20 shown: checkbox, single-choice, and multi-choice. When the settings are modified by the user,
|
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/ |
D | CardStreamAnimator.java.ftl | 41 * Define initial animation of each child which fired when a user rotate a screen. 77 * which fired when a view is removing by a user swipe action.
|
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/ |
D | ChatAdapter.java | 61 ChatAdapter(Context context, Chat chat, Profile user) { in ChatAdapter() argument 64 this.mUser = user; in ChatAdapter()
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/ |
D | README.md | 13 to be present in most types of applications. This control identifies the user 14 location, and provides user actions and navigation modes.
|
/developers/samples/android/notification/MessagingService/ |
D | README.md | 11 Note: Each unread conversation from a user is sent as a distinct 41 MessagingFragment is shown to the user. Depending on the button clicked, the MessagingService is
|
/developers/samples/android/ui/actionbar/DoneBar/ |
D | README.md | 7 options for the user are to cancel or confirm the data changes. 17 designed to be used with simple data entry screen where the only options for the user are to cancel…
|
/developers/samples/android/media/HdrViewfinder/ |
D | README.md | 20 and the fused HDR viewfinder. The latter two use manual exposure controlled by the user, 25 so the user can see two different exposures of the scene simultaneously. In fused HDR mode,
|
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/ |
D | README.md | 6 ViewPager title strip which gives continuous feedback to the user when scrolling.
|
/developers/samples/android/ui/window/ImmersiveMode/ |
D | README.md | 6 user the ability to show/hide the status bar and navigation bar with a swipe.To try,
|
/developers/samples/android/connectivity/nfc/CardEmulation/ |
D | README.md | 7 whenever the screen is on and the user taps their device on an appropriately configured
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/ |
D | README.md | 17 The sample displays a list of cheeses. When the user initiates a downward swipe,
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/ |
D | README.md | 12 …temClickListener(new PopupMenu.OnMenuItemClickListener())` to process the user actions on the [Pop…
|
/developers/samples/android/ui/views/Elevation/ElevationBasic/ |
D | README.md | 14 changes its elevation using [setTranslationZ()][1] when a user touches it:
|
/developers/samples/android/input/multitouch/BasicMultitouch/ |
D | README.md | 24 The size of the large circle is scaled depending on the pressure of the user's
|
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/ |
D | README.md | 13 the user's scroll progress.
|
/developers/samples/android/content/contacts/BasicContactables/ |
D | README.md | 5 This sample shows how to search for contacts, displaying a SearchView in the Action Bar for user in…
|
/developers/samples/android/renderScript/BasicRenderScript/ |
D | README.md | 23 RGB value and it's luminance (black-and-white) value, weighted based on the user's specified satura…
|