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

Commit 06b615db authored by Bryce Lee's avatar Bryce Lee
Browse files

Refactor Complication package out of Dream.

This changelist moves the complication package and related component
out of the dream package.

Test: atest DreamOverlayServiceTest
Bug: 261781069
Change-Id: I73d92dbace3431891fa204f40577c527cd9f24fe
parent 9a4e121b
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.systemui.dreams.complication;
package com.android.systemui.complication;

import android.annotation.IntDef;
import android.view.View;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.systemui.dreams.complication;
package com.android.systemui.complication;

import androidx.lifecycle.LiveData;

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.systemui.dreams.complication;
package com.android.systemui.complication;

import androidx.lifecycle.LiveData;
import androidx.lifecycle.Transformations;
+3 −3
Original line number Diff line number Diff line
@@ -14,10 +14,10 @@
 * limitations under the License.
 */

package com.android.systemui.dreams.complication;
package com.android.systemui.complication;

import static com.android.systemui.dreams.complication.dagger.ComplicationHostViewModule.SCOPED_COMPLICATIONS_LAYOUT;
import static com.android.systemui.dreams.complication.dagger.ComplicationModule.SCOPED_COMPLICATIONS_MODEL;
import static com.android.systemui.complication.dagger.ComplicationHostViewModule.SCOPED_COMPLICATIONS_LAYOUT;
import static com.android.systemui.complication.dagger.ComplicationModule.SCOPED_COMPLICATIONS_MODEL;

import android.graphics.Rect;
import android.graphics.Region;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.systemui.dreams.complication;
package com.android.systemui.complication;

/**
 * A {@link ComplicationId} is a value to uniquely identify a complication during the current
Loading