Searched defs:clickableIDs (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsSession.java101 * @param clickableIDs The ids of clickable views. The onClick event of these views will be
104 * of the {@link View}s in clickableIDs.
107 @Nullable int[] clickableIDs, @Nullable PendingIntent pendingIntent) {
110 bundle.putIntArray(CustomTabsIntent.EXTRA_REMOTEVIEWS_VIEW_IDS, clickableIDs);
106 setSecondaryToolbarViews(@ullable RemoteViews remoteViews, @Nullable int[] clickableIDs, @Nullable PendingIntent pendingIntent) argument
H A DCustomTabsIntent.java454 * @param clickableIDs The IDs of clickable views. The onClick event of these views will be
457 * one of the {@link View}s in clickableIDs. When the
466 @Nullable int[] clickableIDs, @Nullable PendingIntent pendingIntent) {
468 mIntent.putExtra(EXTRA_REMOTEVIEWS_VIEW_IDS, clickableIDs);
465 setSecondaryToolbarViews(@onNull RemoteViews remoteViews, @Nullable int[] clickableIDs, @Nullable PendingIntent pendingIntent) argument

Completed in 237 milliseconds