Loading services/java/com/android/server/WindowManagerService.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -522,10 +522,9 @@ public class WindowManagerService extends IWindowManager.Stub } catch (InterruptedException e) { } catch (InterruptedException e) { } } } } } return thr.mService; return thr.mService; } } } static class WMThread extends Thread { static class WMThread extends Thread { WindowManagerService mService; WindowManagerService mService; Loading Loading
services/java/com/android/server/WindowManagerService.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -522,10 +522,9 @@ public class WindowManagerService extends IWindowManager.Stub } catch (InterruptedException e) { } catch (InterruptedException e) { } } } } } return thr.mService; return thr.mService; } } } static class WMThread extends Thread { static class WMThread extends Thread { WindowManagerService mService; WindowManagerService mService; Loading