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

/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java63 private final Rect mMainInsets = new Rect(); field in class:TestWallpaper.ClockEngine
159 mMainInsets.set(insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(),
208 c.drawRect(0+mMainInsets.left, 0+mMainInsets.top,
209 width-mMainInsets.right, height-mMainInsets.bottom, paint);
241 c.drawText("System Insets: (" + mMainInsets.left + ", " + mMainInsets.top
242 + ") - (" + mMainInsets.right + ", " + mMainInsets
[all...]

Completed in 72 milliseconds