File
Doc
Category
Size
Date
Package
RecentsComponent.java
API Doc
Android 5.1 API
1247
Thu Mar 12 22:22:42 GMT 2015
com.android.systemui
RecentsComponent
public interface RecentsComponent
Fields Summary
Constructors Summary
Methods Summary
public void
cancelPreloadingRecents
()
public void
hideRecents
(
boolean
triggeredFromAltTab,
boolean
triggeredFromHomeKey)
public void
preloadRecents
()
public void
setCallback
(
com.android.systemui.RecentsComponent$Callbacks
cb)
public void
showNextAffiliatedTask
()
public void
showPrevAffiliatedTask
()
public void
showRecents
(
boolean
triggeredFromAltTab,
android.view.View
statusBarView)
public void
toggleRecents
(
android.view.Display
display,
int
layoutDirection,
android.view.View
statusBarView)
Java Code Source