예제 #1
0
파일: Screen.java 프로젝트: edenman/scoop
 public static Screen fromView(View view) {
   return Screen.fromScoop(Scoop.fromView(view));
 }