Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleTileViewHelperTest.java233 RemoteViews smallView = getPeopleTileViewHelper(tileWithLastInteraction).getViews(); in testCreateRemoteViewsWithLastInteractionTime() local
234 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithLastInteractionTime()
305 RemoteViews smallView = getPeopleTileViewHelper(tileWithAvailabilityAndNewStory).getViews(); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored() local
306 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()
381 RemoteViews smallView = getPeopleTileViewHelper(tileWithStatusTemplate).getViews(); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored() local
382 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored()
466 RemoteViews smallView = getPeopleTileViewHelper(tileWithStatusTemplate).getViews(); in testCreateRemoteViewsWithStatusTemplate() local
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()
[all …]
/frameworks/base/core/tests/coretests/src/android/app/assist/
DAssistStructureTest.java197 ViewNode smallView = parent.getChildAt(i); in assertStructureWithManySmallViews() local
198 assertSmallView(smallView); in assertStructureWithManySmallViews()