Searched refs:windowType (Results 1 – 3 of 3) 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/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/ |
D | WindowManagerState.java | 388 WindowState getWindowByPackageName(String packageName, int windowType) { in getWindowByPackageName() argument 394 if (windowType != ws.getType()) { in getWindowByPackageName() 951 private WindowState(Matcher matcher, int windowType) { in WindowState() argument 954 mWindowType = windowType; in WindowState() 1132 private static String getWindowTypeSuffix(int windowType) { in getWindowTypeSuffix() argument 1133 switch (windowType) { in getWindowTypeSuffix()
|