Searched defs:contentView (Results 1 – 6 of 6) sorted by relevance
41 val contentView = FrameLayout(activity) in <lambda>() constant54 val contentView = FrameLayout(activity) in <lambda>() constant71 val contentView = FrameLayout(activity) in <lambda>() constant
28 final int contentView = getContentViewLayoutResId(); in onCreate() local
92 val contentView = rule.activity.findViewById<ViewGroup>(android.R.id.content) in addViewToWindow() constant
281 val contentView = activity.findViewById<View>(android.R.id.content) in <lambda>() constant433 val contentView = activity.findViewById<View>(android.R.id.content) in <lambda>() constant
664 RemoteViews contentView) { in setCustomContentView()669 RemoteViews contentView) { in setCustomBigContentView()674 RemoteViews contentView) { in setCustomHeadsUpContentView()
2288 public @NonNull Builder setCustomContentView(@Nullable RemoteViews contentView) { in setCustomContentView()2301 public @NonNull Builder setCustomBigContentView(@Nullable RemoteViews contentView) { in setCustomBigContentView()2314 public @NonNull Builder setCustomHeadsUpContentView(@Nullable RemoteViews contentView) { in setCustomHeadsUpContentView()2917 RemoteViews contentView = new RemoteViews(mBuilder.mContext.getPackageName(), resId); in applyStandardTemplate() local5445 RemoteViews contentView = notification.bigContentView != null in getTextsFromContentView() local