HomeSort by relevance Sort by last modified time
    Searched defs:appWindow (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
RecentsAnimationControllerTest.java 71 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent,
73 AnimationAdapter adapter = mController.addAnimation(appWindow.getTask(),
78 appWindow.removeImmediately();
90 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent,
92 AnimationAdapter adapter = mController.addAnimation(appWindow.getTask(),
97 appWindow.removeImmediately();
AppWindowTokenTests.java 138 attrs.setTitle("AppWindow");
139 final WindowTestUtils.TestWindowState appWindow = createWindowState(attrs, mToken);
140 mToken.addWindow(appWindow);
147 appWindow.resizeReported = false;
155 assertTrue(appWindow.resizeReported);
156 appWindow.removeImmediately();
167 attrs.setTitle("AppWindow");
168 final WindowTestUtils.TestWindowState appWindow = createWindowState(attrs, mToken);
169 mToken.addWindow(appWindow);
173 appWindow.resizeReported = false
    [all...]
WindowStateTests.java 171 final WindowState appWindow = createWindow(null, TYPE_APPLICATION, "appWindow");
176 appWindow.mAttrs.flags |= FLAG_NOT_FOCUSABLE;
180 appWindow.setHasSurface(true);
184 assertFalse(appWindow.canBeImeTarget());
188 appWindow.mAttrs.flags |= (FLAG_NOT_FOCUSABLE | FLAG_ALT_FOCUSABLE_IM);
193 assertTrue(appWindow.canBeImeTarget());
197 appWindow.hideLw(false /* doAnimation */);
201 assertFalse(appWindow.canBeImeTarget());
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 651 milliseconds