Home
last modified time | relevance | path

Searched refs:PartyLightView (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
DPartyLightView.java31 public class PartyLightView extends View { class
55 public PartyLightView(Context context) { in PartyLightView() method in PartyLightView
60 public PartyLightView(Context context, AttributeSet attrs) { in PartyLightView() method in PartyLightView
DMainActivity.java107 private PartyLightView mView;
112 mView = (PartyLightView) inflater.inflate(R.layout.party_light, container, false); in onCreateView()