summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Lee <anthonylee@google.com>2015-04-29 09:04:18 -0700
committerAnthony Lee <anthonylee@google.com>2015-04-29 09:04:18 -0700
commit7fdc543855a81ed71e19c958bca2e6e0f4a5c106 (patch)
tree14052f46606cc9e25056bd5e7a4f19814214bc2e
parent4e9c89a6f3f625857c273d6d825ea2549f7136ff (diff)
VT related cleanup.
Removed some unused imports and one constant introduced by the mass QCOM CL for VT bringup. Bug: 20090311 Change-Id: Iab7a89495557c8817216ff16559778c6f59a3919
-rw-r--r--InCallUI/src/com/android/incallui/VideoCallFragment.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/InCallUI/src/com/android/incallui/VideoCallFragment.java b/InCallUI/src/com/android/incallui/VideoCallFragment.java
index 175c6749c..d43e16388 100644
--- a/InCallUI/src/com/android/incallui/VideoCallFragment.java
+++ b/InCallUI/src/com/android/incallui/VideoCallFragment.java
@@ -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;