File
Doc
Category
Size
Date
Package
TaskStack.java
API Doc
Android 5.1 API
17153
Thu Mar 12 22:22:42 GMT 2015
com.android.systemui.recents.model
TaskFilter
public interface TaskFilter
An interface for a task filter to query whether a particular task should show in a stack.
Fields Summary
Constructors Summary
Methods Summary
public
boolean
acceptTask
(
Task
t,
int
index)
Returns whether the filter accepts the specified task
Java Code Source