Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ea98e4c authored by Massimo Carli's avatar Massimo Carli
Browse files

[24/n] Move Suppliers in dedicated package

Flag: com.android.window.flags.app_compat_refactoring
Fix: 394186478
Test: atest WMShellUnitTests

Change-Id: I99a887189c486b3e65c00935f0290dde392fd778
parent f408c3be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.wm.shell.common
package com.android.wm.shell.common.suppliers

import android.view.InputChannel
import com.android.wm.shell.dagger.WMSingleton
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.wm.shell.common.transition
package com.android.wm.shell.common.suppliers

import android.view.SurfaceControl
import com.android.wm.shell.dagger.WMSingleton
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.wm.shell.common.transition
package com.android.wm.shell.common.suppliers

import android.view.SurfaceControl
import com.android.wm.shell.dagger.WMSingleton
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.wm.shell.common
package com.android.wm.shell.common.suppliers

import android.window.WindowContainerTransaction
import com.android.wm.shell.dagger.WMSingleton
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.wm.shell.common
package com.android.wm.shell.common.suppliers

import android.view.IWindowSession
import android.view.WindowManagerGlobal
Loading