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
167 mMainInsets.set(insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(),
216 c.drawRect(0+mMainInsets.left, 0+mMainInsets.top,
217 width-mMainInsets.right, height-mMainInsets.bottom, paint);
249 c.drawText("System Insets: (" + mMainInsets.left + ", " + mMainInsets.top
250 + ") - (" + mMainInsets.right + ", " + mMainInsets
[all...]

Completed in 66 milliseconds