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
This commit is contained in:
Joanne Chung
2021-10-15 20:30:01 +08:00
parent 4086d6aa38
commit c048b812c9
3 changed files with 1612 additions and 1588 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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;