Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b3ee0ea authored by Owen Lin's avatar Owen Lin
Browse files

Reorganize import for all files.

Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
parent 52cf405c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@

package com.android.gallery3d.anim;

import com.android.gallery3d.common.Utils;

import android.view.animation.Interpolator;

import com.android.gallery3d.common.Utils;

// Animation calculates a value according to the current input time.
//
// 1. First we need to use setDuration(int) to set the duration of the
+3 −3
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@

package com.android.gallery3d.app;

import com.android.gallery3d.R;
import com.android.gallery3d.data.DataManager;

import android.content.Intent;
import android.os.Bundle;

import com.android.gallery3d.R;
import com.android.gallery3d.data.DataManager;

public class AlbumPicker extends PickerActivity {

    public static final String KEY_ALBUM_PATH = "album-path";
+4 −4
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

package com.android.gallery3d.app;

import com.android.gallery3d.R;
import com.android.gallery3d.ui.SlotView;
import com.android.gallery3d.ui.AlbumSetView;

import android.content.Context;
import android.content.res.Resources;

import com.android.gallery3d.R;
import com.android.gallery3d.ui.AlbumSetView;
import com.android.gallery3d.ui.SlotView;

final class Config {
    public static class AlbumSetPage {
        private static AlbumSetPage sInstance;
+2 −3
Original line number Diff line number Diff line
@@ -16,12 +16,11 @@

package com.android.gallery3d.app;

import com.android.gallery3d.R;
import com.android.gallery3d.util.GalleryUtils;

import android.content.Intent;
import android.os.Bundle;

import com.android.gallery3d.util.GalleryUtils;

public class DialogPicker extends PickerActivity {

    @Override
+3 −3
Original line number Diff line number Diff line
@@ -16,9 +16,6 @@

package com.android.gallery3d.app;

import com.android.gallery3d.common.Utils;
import com.android.gallery3d.util.GalleryUtils;

import android.content.Context;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
@@ -30,6 +27,9 @@ import android.view.Display;
import android.view.Surface;
import android.view.WindowManager;

import com.android.gallery3d.common.Utils;
import com.android.gallery3d.util.GalleryUtils;

public class EyePosition {
    private static final String TAG = "EyePosition";

Loading