HomeSort by relevance Sort by last modified time
    Searched refs:mCustomRecyclerAdapter (Results 1 - 3 of 3) sorted by null

  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 80 private CustomRecyclerAdapter mCustomRecyclerAdapter;
107 mCustomRecyclerAdapter = new CustomRecyclerAdapter(
113 mWearableRecyclerView.setAdapter(mCustomRecyclerAdapter);
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 84 private CustomRecyclerAdapter mCustomRecyclerAdapter;
113 mCustomRecyclerAdapter = new CustomRecyclerAdapter(
119 mWearableRecyclerView.setAdapter(mCustomRecyclerAdapter);
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 84 private CustomRecyclerAdapter mCustomRecyclerAdapter;
113 mCustomRecyclerAdapter = new CustomRecyclerAdapter(
119 mWearableRecyclerView.setAdapter(mCustomRecyclerAdapter);
    [all...]

Completed in 130 milliseconds