Searched refs:mDispatchedStableInsets (Results 1 – 2 of 2) sorted by relevance
185 final Rect mDispatchedStableInsets = new Rect(); field in WallpaperService.Engine904 insetsChanged |= !mDispatchedStableInsets.equals(mStableInsets); in updateSurface()971 mDispatchedStableInsets.set(mStableInsets); in updateSurface()975 mFinalStableInsets.set(mDispatchedStableInsets); in updateSurface()
64790 Landroid/service/wallpaper/WallpaperService$Engine;->mDispatchedStableInsets:Landroid/graphics/Rect;