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

Commit 7fdc5438 authored by Anthony Lee's avatar Anthony Lee
Browse files

VT related cleanup.

Removed some unused imports and one constant introduced
by the mass QCOM CL for VT bringup.

Bug: 20090311
Change-Id: Iab7a89495557c8817216ff16559778c6f59a3919
parent 4e9c89a6
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -16,14 +16,10 @@

package com.android.incallui;

import android.content.Context;
import android.content.res.Resources;
import android.graphics.Matrix;
import android.graphics.Point;
import android.graphics.SurfaceTexture;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.telecom.VideoProfile;
import android.view.Display;
import android.view.LayoutInflater;
import android.view.Surface;
@@ -34,7 +30,6 @@ import android.view.ViewStub;
import android.view.ViewTreeObserver;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.Toast;

import com.google.common.base.Objects;

@@ -64,12 +59,6 @@ public class VideoCallFragment extends BaseFragment<VideoCallPresenter,
     */
    public static final int ORIENTATION_UNKNOWN = -1;

    /**
     * Invalid resource id.
     */
    public static final int INVALID_RESOURCE_ID = -1;


    // Static storage used to retain the video surfaces across Activity restart.
    // TextureViews are not parcelable, so it is not possible to store them in the saved state.
    private static boolean sVideoSurfacesInUse = false;