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

Commit 9832945a authored by Andy Stadler's avatar Andy Stadler Committed by Android (Google) Code Review
Browse files

Merge "Fix warnings"

parents 1ee31175 76324fca
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -14,23 +14,20 @@
 * limitations under the License.
 */

package com.android.systemui.statusbar.phone;
package com.android.systemui.statusbar.tablet;

import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.util.Slog;
import android.view.View;
import android.graphics.BitmapFactory;
import android.graphics.Bitmap;
import android.graphics.Paint;
import android.graphics.Canvas;

public class PanelBackgroundView extends View {
    /*
    private Bitmap mTexture;
    private Paint mPaint;
    private int mTextureWidth;
    private int mTextureHeight;
    */

    public PanelBackgroundView(Context context, AttributeSet attrs) {
        super(context, attrs);