Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleTileViewHelperTest.java234 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithLastInteractionTime()
306 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()
382 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored()
467 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithStatusTemplate()
748 RemoteViews smallView = getPeopleTileViewHelper( in testCreateRemoteViewsWithMissedCallNotification() local
750 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithMissedCallNotification()
818 RemoteViews smallView = getPeopleTileViewHelper( in testCreateRemoteViewsWithNotificationTemplate() local
820 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithNotificationTemplate()
898 RemoteViews smallView = getPeopleTileViewHelper( in testCreateRemoteViewsWithNotificationWithSenderTemplate() local
900 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithNotificationWithSenderTemplate()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java165 ViewNode smallView = parent.getChildAt(i); in assertStructureWithManySmallViews() local
166 assertSmallView(smallView); in assertStructureWithManySmallViews()