Home | History | Annotate | Download | only in tv

Lines Matching refs:onLayoutSurface

2113         public void onLayoutSurface(int left, int top, int right, int bottom) {
2116 Slog.d(TAG, "onLayoutSurface (left=" + left + ", top=" + top
2123 mSessionState.client.onLayoutSurface(left, top, right, bottom,
2126 Slog.e(TAG, "error in onLayoutSurface", e);