Searched refs:INSTANT (Results 1 – 6 of 6) sorted by relevance
46 public static String INSTANT = "INS"; field in NotificationChannels75 INSTANT, in createAll()
57 NotificationChannels.INSTANT, in testChannelSetup()
160 listOf(WindowInsetsAnimation(type, Interpolators.INSTANT, 0)) in triggerInsetsChanged()
80 public static final Interpolator INSTANT = t -> 1; field in Interpolators
86 public static final Interpolator INSTANT = t -> 1; field in InterpolatorsAndroidX
266 new Notification.Builder(mContext, NotificationChannels.INSTANT); in postInstantAppNotif()