HomeSort by relevance Sort by last modified time
    Searched refs:PercentFrameLayout (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PercentFrameLayout.java 23 public class PercentFrameLayout extends ViewGroup {
29 public PercentFrameLayout(Context context) {
33 public PercentFrameLayout(Context context, AttributeSet attrs) {
37 public PercentFrameLayout(Context context, AttributeSet attrs, int defStyleAttr) {
CallActivity.java 121 private PercentFrameLayout localRenderLayout;
122 private PercentFrameLayout remoteRenderLayout;
167 localRenderLayout = (PercentFrameLayout) findViewById(R.id.local_video_layout);
168 remoteRenderLayout = (PercentFrameLayout) findViewById(R.id.remote_video_layout);

Completed in 81 milliseconds