Home | History | Annotate | Download | only in policy

Lines Matching refs:canvasWidth

1045     public static void getNavigationBarRect(int canvasWidth, int canvasHeight, Rect stableInsets,
1052 outRect.set(canvasWidth - size, 0, canvasWidth, canvasHeight);
1056 outRect.set(0, canvasHeight - size, canvasWidth, canvasHeight);