Searched refs:helper (Results 1 – 3 of 3) sorted by relevance
/developers/samples/android/notification/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/ |
D | MainActivity.kt | 38 private lateinit var helper: NotificationHelper variable in com.example.android.notificationchannels.MainActivity 44 helper = NotificationHelper(this) in onCreate() 56 NOTI_PRIMARY1 -> helper.notify( in sendNotification() 57 id, helper.getNotification1(title, getString(R.string.primary1_body))) in sendNotification() 58 NOTI_PRIMARY2 -> helper.notify( in sendNotification() 59 id, helper.getNotification1(title, getString(R.string.primary2_body))) in sendNotification() 60 NOTI_SECONDARY1 -> helper.notify( in sendNotification() 61 id, helper.getNotification2(title, getString(R.string.secondary1_body))) in sendNotification() 62 NOTI_SECONDARY2 -> helper.notify( in sendNotification() 63 id, helper.getNotification2(title, getString(R.string.secondary2_body))) in sendNotification()
|
/developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/ |
D | DragSourceFragment.java | 139 public boolean onDragStart(View view, final DragStartHelper helper) { in setUpDraggableImage() 148 helper.getTouchPosition(shadowTouchPoint); in setUpDraggableImage() 183 DragStartHelper helper = new DragStartHelper(imageView, listener); in setUpDraggableImage() local 184 helper.attach(); in setUpDraggableImage()
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |