MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / onClick

Method onClick

src/com/cloudream/ishow/activity/MainActivity.java:66–75  ·  view source on GitHub ↗
(View view)

Source from the content-addressed store, hash-verified

64 }
65
66 @Override
67 public void onClick(View view)
68 {
69 switch(view.getId())
70 {
71 case R.id.makeup:
72 startActivityForResult(gotoGallery(1), REQUEST_MAKEUP_ACTIVITY);
73 break;
74 }
75 }
76
77 @Override
78 protected void onActivityResult(final int requestCode, final int resultCode, final Intent data)

Callers

nothing calls this directly

Calls 1

gotoGalleryMethod · 0.95

Tested by

no test coverage detected