Searched refs:customContent (Results 1 – 3 of 3) sorted by relevance
165 final FrameLayout customContent = in setCustomContent_setNullImageView_noChild() local167 assertThat(customContent.getChildCount()).isEqualTo(0); in setCustomContent_setNullImageView_noChild()168 assertThat(customContent.getVisibility()).isEqualTo(View.GONE); in setCustomContent_setNullImageView_noChild()178 final FrameLayout customContent = in setCustomContent_setImageView_oneChild() local180 assertThat(customContent.getChildCount()).isEqualTo(1); in setCustomContent_setImageView_oneChild()181 assertThat(customContent.getChildAt(0)).isEqualTo(imageView); in setCustomContent_setImageView_oneChild()182 assertThat(customContent.getVisibility()).isEqualTo(View.VISIBLE); in setCustomContent_setImageView_oneChild()194 final FrameLayout customContent = in setCustomContent_setImageViewTwice_oneAndLatestChild() local196 assertThat(customContent.getChildCount()).isEqualTo(1); in setCustomContent_setImageViewTwice_oneAndLatestChild()197 assertThat(customContent.getChildAt(0)).isEqualTo(imageViewNew); in setCustomContent_setImageViewTwice_oneAndLatestChild()[all …]
5961 buildCustomContentIntoTemplate(mContext, standard, customContent, in minimallyDecoratedContentView()5974 buildCustomContentIntoTemplate(mContext, standard, customContent, in minimallyDecoratedBigContentView()5981 @NonNull RemoteViews customContent) { in minimallyDecoratedHeadsUpContentView()6021 private boolean useExistingRemoteView(RemoteViews customContent) { in useExistingRemoteView() argument6022 if (customContent == null) { in useExistingRemoteView()7138 if (customContent != null) { in buildCustomContentIntoTemplate()7141 customContent = customContent.clone(); in buildCustomContentIntoTemplate()10054 if (customContent == null) { in makeStandardTemplateWithCustomContent()10156 RemoteViews customContent = mBuilder.mN.bigContentView != null in makeBigContentView() local10159 return makeMediaBigContentView(customContent); in makeBigContentView()[all …]
190 private StatusBarNotification getStyledNotification(boolean customContent, boolean customBig, in getStyledNotification() argument198 if (customContent) { in getStyledNotification()