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

Commit ea19db83 authored by Bryce Lee's avatar Bryce Lee Committed by Android (Google) Code Review
Browse files

Merge "Refactor Complication package out of Dream." into udc-dev

parents 9474fd78 06b615db
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