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

  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 608 private Button mAppearanceButton;
617 mAppearanceButton = (Button) view.findViewById(R.id.color_picker_button);
622 mAppearanceButton.setText(name);
626 Context context = mAppearanceButton.getContext();
627 mAppearanceButton.setCompoundDrawablesWithIntrinsicBounds(
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 608 private Button mAppearanceButton;
617 mAppearanceButton = (Button) view.findViewById(R.id.color_picker_button);
622 mAppearanceButton.setText(name);
626 Context context = mAppearanceButton.getContext();
627 mAppearanceButton.setCompoundDrawablesWithIntrinsicBounds(
    [all...]

Completed in 111 milliseconds