mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Reorganize server packages
There are now a lot of classes in the server, reorganize them into subpackages.
This commit is contained in:
parent
80ca7b15e5
commit
e84db2914d
67 changed files with 204 additions and 70 deletions
|
|
@ -1,4 +1,6 @@
|
|||
package com.genymobile.scrcpy;
|
||||
package com.genymobile.scrcpy.control;
|
||||
|
||||
import com.genymobile.scrcpy.device.Device;
|
||||
|
||||
import android.view.KeyEvent;
|
||||
import android.view.MotionEvent;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.genymobile.scrcpy;
|
||||
package com.genymobile.scrcpy.control;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.genymobile.scrcpy;
|
||||
package com.genymobile.scrcpy.util;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.genymobile.scrcpy;
|
||||
package com.genymobile.scrcpy.util;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
package com.genymobile.scrcpy;
|
||||
package com.genymobile.scrcpy.util;
|
||||
|
||||
import com.genymobile.scrcpy.device.DisplayInfo;
|
||||
import com.genymobile.scrcpy.wrappers.DisplayManager;
|
||||
|
||||
import android.view.Display;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.genymobile.scrcpy;
|
||||
package com.genymobile.scrcpy.util;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
Loading…
Add table
Add a link
Reference in a new issue