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:
File diff suppressed because it is too large
Load Diff
1610
core/java/com/android/internal/widget/FloatingToolbarPopup.java
Normal file
1610
core/java/com/android/internal/widget/FloatingToolbarPopup.java
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user