OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppTransitionListener
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/view/
WindowManagerInternal.java
93
public static abstract class
AppTransitionListener
{
249
public abstract void registerAppTransitionListener(
AppTransitionListener
listener);
/frameworks/base/services/core/java/com/android/server/policy/
StatusBarController.java
21
import static android.view.WindowManagerInternal.
AppTransitionListener
;
42
private final
AppTransitionListener
mAppTransitionListener
43
= new
AppTransitionListener
() {
119
public
AppTransitionListener
getAppTransitionListener() {
/frameworks/base/services/core/java/com/android/server/wm/
BoundsAnimationController.java
58
extends WindowManagerInternal.
AppTransitionListener
implements Runnable {
AppTransition.java
19
import static android.view.WindowManagerInternal.
AppTransitionListener
;
230
private final ArrayList<
AppTransitionListener
> mListeners = new ArrayList<>();
421
void registerListenerLocked(
AppTransitionListener
listener) {
[
all
...]
WindowManagerService.java
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 121 milliseconds