OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
86
private CustomRecyclerAdapter
mCustomRecyclerAdapter
;
123
mCustomRecyclerAdapter
= new CustomRecyclerAdapter(
129
mWearableRecyclerView.setAdapter(
mCustomRecyclerAdapter
);
[
all
...]
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java
86
private CustomRecyclerAdapter
mCustomRecyclerAdapter
;
123
mCustomRecyclerAdapter
= new CustomRecyclerAdapter(
129
mWearableRecyclerView.setAdapter(
mCustomRecyclerAdapter
);
[
all
...]
Completed in 1923 milliseconds