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

  /frameworks/base/media/java/android/media/tv/
ITvInputSessionCallback.aidl 39 void onLayoutSurface(int left, int top, int right, int bottom);
ITvInputClient.aidl 42 void onLayoutSurface(int left, int top, int right, int bottom, int seq);
TvInputManager.java 317 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) {
440 mSessionCallback.onLayoutSurface(mSession, left, top, right, bottom);
699 public void onLayoutSurface(int left, int top, int right, int bottom, int seq) {
    [all...]
TvView.java     [all...]
TvInputService.java 577 mSessionCallback.onLayoutSurface(left, top, right, bottom);
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java     [all...]

Completed in 156 milliseconds