OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartingSurface
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/services/core/java/com/android/server/wm/
StartingData.java
19
import android.view.WindowManagerPolicy.
StartingSurface
;
37
* @return a class implementing {@link
StartingSurface
} for easy removal with
38
* {@link
StartingSurface
#remove}
40
abstract
StartingSurface
createStartingSurface(AppWindowToken atoken);
SnapshotStartingData.java
21
import android.view.WindowManagerPolicy.
StartingSurface
;
38
StartingSurface
createStartingSurface(AppWindowToken atoken) {
SplashScreenStartingData.java
21
import android.view.WindowManagerPolicy.
StartingSurface
;
54
StartingSurface
createStartingSurface(AppWindowToken atoken) {
TaskSnapshotController.java
43
import android.view.WindowManagerPolicy.
StartingSurface
;
201
StartingSurface
createStartingSurface(AppWindowToken token,
AppWindowContainerController.java
48
import android.view.WindowManagerPolicy.
StartingSurface
;
143
StartingSurface
surface = null;
163
container.
startingSurface
= surface;
169
+ container.
startingSurface
);
627
final
StartingSurface
surface;
629
surface = mContainer.
startingSurface
;
631
mContainer.
startingSurface
= null;
636
Slog.v(TAG_WM, "startingWindow was set but
startingSurface
==null, couldn't "
651
+ " startingView=" + mContainer.
startingSurface
);
[
all
...]
TaskSnapshotSurface.java
70
import android.view.WindowManagerPolicy.
StartingSurface
;
82
class TaskSnapshotSurface implements
StartingSurface
{
AppWindowToken.java
66
import android.view.WindowManagerPolicy.
StartingSurface
;
155
StartingSurface
startingSurface
;
[
all
...]
/frameworks/base/services/core/java/com/android/server/policy/
SplashScreenSurface.java
27
import android.view.WindowManagerPolicy.
StartingSurface
;
37
class SplashScreenSurface implements
StartingSurface
{
PhoneWindowManager.java
[
all
...]
/frameworks/base/core/java/android/view/
WindowManagerPolicy.java
518
interface
StartingSurface
{
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TestWindowManagerPolicy.java
208
public
StartingSurface
addSplashScreen(IBinder appToken, String packageName, int theme,
/frameworks/base/config/
compiled-classes-phone
[
all
...]
Completed in 231 milliseconds