Home | History | Annotate | Download | only in view

Lines Matching defs:setDisplaySize

1120     public static void setDisplaySize(IBinder displayToken, int width, int height) {
1122 sGlobalTransaction.setDisplaySize(displayToken, width, height);
1641 public Transaction setDisplaySize(IBinder displayToken, int width, int height) {