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

Commit c048b812 authored by Joanne Chung's avatar Joanne Chung
Browse files

Move FloatingToolbarPopup out from FloatingToolbar

This is a refinement to simply move FloatingToolbarPopup out to be a
stand alone class that helps the follow up change. No logic is
changed in this change.

Bug: 190030331
Test: manual
Test: atest TextViewActivityTest
Test: atest TextViewIntegrationTest
Change-Id: I2b371e44bc36300b9a537798e8f7eb8702a7f0f2
Merged-In: I835a63da60861551c6519f9e2886d39b6319fd9a
parent 4086d6aa
Loading
Loading
Loading
Loading
+1 −1587

File changed.

Preview size limit exceeded, changes collapsed.

+1610 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import static androidx.test.espresso.matcher.ViewMatchers.withId;
import static androidx.test.espresso.matcher.ViewMatchers.withTagValue;
import static androidx.test.espresso.matcher.ViewMatchers.withText;

import static com.android.internal.widget.FloatingToolbar.MenuItemRepr;
import static com.android.internal.widget.FloatingToolbarPopup.MenuItemRepr;

import static org.hamcrest.Matchers.allOf;
import static org.hamcrest.Matchers.is;