Searched refs:onLayoutSurface (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DITvInputSessionCallback.aidl39 void onLayoutSurface(int left, int top, int right, int bottom);
H A DITvInputClient.aidl42 void onLayoutSurface(int left, int top, int right, int bottom, int seq);
H A DTvInputManager.java366 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { method in class:TvInputManager.SessionCallback
528 mSessionCallback.onLayoutSurface(mSession, left, top, right, bottom);
821 public void onLayoutSurface(int left, int top, int right, int bottom, int seq) {
H A DTvInputService.java675 mSessionCallback.onLayoutSurface(left, top, right, bottom);
H A DTvView.java1187 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { method in class:TvView.MySessionCallback
1189 Log.d(TAG, "onLayoutSurface (left=" + left + ", top=" + top + ", right="
1193 Log.w(TAG, "onLayoutSurface - session not created");
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java2303 public void onLayoutSurface(int left, int top, int right, int bottom) { method in class:TvInputManagerService.SessionCallback
2306 Slog.d(TAG, "onLayoutSurface (left=" + left + ", top=" + top
2313 mSessionState.client.onLayoutSurface(left, top, right, bottom,
2316 Slog.e(TAG, "error in onLayoutSurface", e);

Completed in 807 milliseconds