Loading tools/layoutlib/bridge/src/android/view/IWindowManagerImpl.java +2 −2 Original line number Diff line number Diff line Loading @@ -453,13 +453,13 @@ public class IWindowManagerImpl implements IWindowManager { } @Override public boolean clearWindowContentRenderStats(IBinder token) { public boolean clearWindowContentFrameStats(IBinder token) { // TODO Auto-generated method stub return false; } @Override public WindowContentFrameStats getWindowContentRenderStats(IBinder token) { public WindowContentFrameStats getWindowContentFrameStats(IBinder token) { // TODO Auto-generated method stub return null; } Loading Loading
tools/layoutlib/bridge/src/android/view/IWindowManagerImpl.java +2 −2 Original line number Diff line number Diff line Loading @@ -453,13 +453,13 @@ public class IWindowManagerImpl implements IWindowManager { } @Override public boolean clearWindowContentRenderStats(IBinder token) { public boolean clearWindowContentFrameStats(IBinder token) { // TODO Auto-generated method stub return false; } @Override public WindowContentFrameStats getWindowContentRenderStats(IBinder token) { public WindowContentFrameStats getWindowContentFrameStats(IBinder token) { // TODO Auto-generated method stub return null; } Loading