Searched refs:windowType (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
D | DspWindow.java | 35 public DspWindow(int windowType, int size, int overlap) { in DspWindow() argument 36 init(windowType, size, overlap); in DspWindow() 39 public DspWindow(int windowType, int size) { in DspWindow() argument 40 init(windowType, size, size / 2); in DspWindow() 43 public void init(int windowType, int size, int overlap) { in init() argument 52 if (fillWindow(mBuffer, windowType, mOverlap)) { in init() 53 mWindowType = windowType; in init()
|
/cts/tests/tests/display/src/android/display/cts/ |
D | VirtualDisplayTest.java | 230 final int color, final int windowType, final int windowFlags) { in assertDisplayCanShowPresentation() argument 242 color, windowType, windowFlags); in assertDisplayCanShowPresentation() 296 int color, int windowType, int windowFlags) { in TestPresentation() argument 299 mWindowType = windowType; in TestPresentation()
|
/cts/tests/tests/keystore/src/android/server/am/ |
D | WindowManagerState.java | 199 public WindowState getWindowByPackageName(String packageName, int windowType) { in getWindowByPackageName() argument 205 if (windowType != ws.getType()) { in getWindowByPackageName() 575 private String getWindowTypeSuffix(int windowType) { in getWindowTypeSuffix() argument 576 switch (windowType) { in getWindowTypeSuffix()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowManagerState.java | 378 public WindowState getWindowByPackageName(String packageName, int windowType) { in getWindowByPackageName() argument 379 final List<WindowState> windowList = getWindowsByPackageName(packageName, windowType); in getWindowByPackageName() 967 private String getWindowTypeSuffix(int windowType) { in getWindowTypeSuffix() argument 968 switch (windowType) { in getWindowTypeSuffix()
|