|
[Remoting Android] Placeholder for DesktopView
Preparation for using OpenGL ES rendering component on Android. This CL
leaves a FrameLayout placeholder for the DesktopView and creates the
implementation specific DesktopView in runtime.
BUG= 385924
Committed: https://crrev.com/0822e24c49deda76b49076fe67f002ea8c66fc04
Cr-Commit-Position: refs/heads/master@{#404555}
Total comments: 12
Total comments: 10
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+124 lines, -130 lines) |
Patch |
 |
M |
remoting/android/client_java_tmpl.gni
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/android/java/res/layout/desktop.xml
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
remoting/android/java/src/org/chromium/chromoting/AbstractDesktopView.java
|
View
|
1
2
3
|
1 chunk |
+21 lines, -14 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/Desktop.java
|
View
|
1
2
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/DesktopCanvas.java
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/DesktopView.java
|
View
|
1
2
|
4 chunks |
+6 lines, -10 lines |
2 comments
|
Download
|
 |
A |
remoting/android/java/src/org/chromium/chromoting/DesktopViewFactory.java
|
View
|
1
2
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/DesktopViewInterface.java
|
View
|
1
2
|
1 chunk |
+0 lines, -68 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/FeedbackAnimator.java
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/TouchInputHandler.java
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/cardboard/CardboardRenderer.java
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/cardboard/Cursor.java
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/cardboard/DesktopActivity.java
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/jni/Client.java
|
View
|
1
2
3
|
4 chunks |
+15 lines, -13 lines |
2 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/jni/Display.java
|
View
|
1
2
3
4
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/jni/GlDisplay.java
|
View
|
1
2
3
4
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/jni_client.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/jni_display_handler.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/client/jni/jni_display_handler.cc
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/jni_gl_display_handler.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/client/jni/jni_gl_display_handler.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 24 (8 generated)
|