Home
last modified time | relevance | path

Searched defs:smallView (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleTileViewHelperTest.java228 RemoteViews smallView = getPeopleTileViewHelper(tileWithLastInteraction).getViews(); in testCreateRemoteViewsWithLastInteractionTime() local
300 RemoteViews smallView = getPeopleTileViewHelper(tileWithAvailabilityAndNewStory).getViews(); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored() local
376 RemoteViews smallView = getPeopleTileViewHelper(tileWithStatusTemplate).getViews(); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored() local
461 RemoteViews smallView = getPeopleTileViewHelper(tileWithStatusTemplate).getViews(); in testCreateRemoteViewsWithStatusTemplate() local
722 RemoteViews smallView = getPeopleTileViewHelper( in testCreateRemoteViewsWithMissedCallNotification() local
792 RemoteViews smallView = getPeopleTileViewHelper( in testCreateRemoteViewsWithNotificationTemplate() local
872 RemoteViews smallView = getPeopleTileViewHelper( in testCreateRemoteViewsWithNotificationWithSenderTemplate() local
952 RemoteViews smallView = getPeopleTileViewHelper( in testCreateRemoteViewsWithNotificationTemplateTwoMessages() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java164 ViewNode smallView = parent.getChildAt(i); in assertStructureWithManySmallViews() local