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

Commit 95e615d2 authored by Massimo Carli's avatar Massimo Carli Committed by Android (Google) Code Review
Browse files

Merge "[24/n] Move Suppliers in dedicated package" into main

parents 6b07fd6d 2ea98e4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


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


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


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


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


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


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


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


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


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


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