Searched refs:smallView (Results 1 – 2 of 2) sorted by relevance
233 RemoteViews smallView = getPeopleTileViewHelper(tileWithLastInteraction).getViews(); in testCreateRemoteViewsWithLastInteractionTime() local234 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithLastInteractionTime()305 RemoteViews smallView = getPeopleTileViewHelper(tileWithAvailabilityAndNewStory).getViews(); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored() local306 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()381 RemoteViews smallView = getPeopleTileViewHelper(tileWithStatusTemplate).getViews(); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored() local382 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored()466 RemoteViews smallView = getPeopleTileViewHelper(tileWithStatusTemplate).getViews(); in testCreateRemoteViewsWithStatusTemplate() local467 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithStatusTemplate()748 RemoteViews smallView = getPeopleTileViewHelper( in testCreateRemoteViewsWithMissedCallNotification() local750 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithMissedCallNotification()[all …]
197 ViewNode smallView = parent.getChildAt(i); in assertStructureWithManySmallViews() local198 assertSmallView(smallView); in assertStructureWithManySmallViews()