Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleTileViewHelperTest.java229 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithLastInteractionTime()
301 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()
377 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored()
462 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithStatusTemplate()
722 RemoteViews smallView = getPeopleTileViewHelper( in testCreateRemoteViewsWithMissedCallNotification() local
724 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithMissedCallNotification()
792 RemoteViews smallView = getPeopleTileViewHelper( in testCreateRemoteViewsWithNotificationTemplate() local
794 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithNotificationTemplate()
872 RemoteViews smallView = getPeopleTileViewHelper( in testCreateRemoteViewsWithNotificationWithSenderTemplate() local
874 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithNotificationWithSenderTemplate()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java164 ViewNode smallView = parent.getChildAt(i); in assertStructureWithManySmallViews() local
165 assertSmallView(smallView); in assertStructureWithManySmallViews()