mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 975774 - Part 5: clean up imports in Axis. r=trivial
This commit is contained in:
parent
2e79ec09c3
commit
7bae45e2e3
@ -5,18 +5,16 @@
|
||||
|
||||
package org.mozilla.gecko.gfx;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import org.mozilla.gecko.GeckoAppShell;
|
||||
import org.mozilla.gecko.PrefsHelper;
|
||||
import org.mozilla.gecko.util.FloatUtils;
|
||||
|
||||
import org.json.JSONArray;
|
||||
|
||||
import android.util.Log;
|
||||
import android.view.View;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* This class represents the physics for one axis of movement (i.e. either
|
||||
* horizontal or vertical). It tracks the different properties of movement
|
||||
|
Loading…
Reference in New Issue
Block a user