/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | WindowStateTests.java | 193 final LinkedList<WindowState> windows = new LinkedList(); in testGetWindow() local 196 windows.addLast(w); in testGetWindow() 201 assertEquals(aboveSubPanelChild, windows.pollFirst()); in testGetWindow() 202 assertEquals(subPanelChild, windows.pollFirst()); in testGetWindow() 203 assertEquals(attachedDialogChild, windows.pollFirst()); in testGetWindow() 204 assertEquals(root, windows.pollFirst()); in testGetWindow() 205 assertEquals(mediaOverlayChild, windows.pollFirst()); in testGetWindow() 206 assertEquals(mediaChild, windows.pollFirst()); in testGetWindow() 207 assertTrue(windows.isEmpty()); in testGetWindow()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AccessibilityController.java | 1035 List<WindowInfo> windows = new ArrayList<WindowInfo>(); in computeChangedWindows() local 1092 windows.add(window); in computeChangedWindows() 1146 windows.add(window); in computeChangedWindows() 1153 final int windowCount = windows.size(); in computeChangedWindows() 1155 WindowInfo window = windows.get(i); in computeChangedWindows() 1174 if (mOldWindows.size() != windows.size()) { in computeChangedWindows() 1177 } else if (!mOldWindows.isEmpty() || !windows.isEmpty()) { in computeChangedWindows() 1183 WindowInfo newWindow = windows.get(i); in computeChangedWindows() 1195 cacheWindows(windows); in computeChangedWindows() 1202 Log.i(LOG_TAG, "Windows changed:" + windows); in computeChangedWindows() [all …]
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityCache.java | 87 public void setWindows(List<AccessibilityWindowInfo> windows) { in setWindows() argument 93 if (windows == null) { in setWindows() 96 final int windowCount = windows.size(); in setWindows() 98 final AccessibilityWindowInfo window = windows.get(i); in setWindows() 260 List<AccessibilityWindowInfo> windows = new ArrayList<>(sortedWindowCount); in getWindows() local 263 windows.add(AccessibilityWindowInfo.obtain(window)); in getWindows() 267 return windows; in getWindows()
|
D | AccessibilityInteractionClient.java | 217 List<AccessibilityWindowInfo> windows = sAccessibilityCache.getWindows(); in getWindows() local 218 if (windows != null) { in getWindows() 222 return windows; in getWindows() 228 windows = connection.getWindows(); in getWindows() 230 if (windows != null) { in getWindows() 231 sAccessibilityCache.setWindows(windows); in getWindows() 232 return windows; in getWindows()
|
/frameworks/base/tools/split-select/ |
D | Android.mk | 73 LOCAL_MODULE_HOST_OS := darwin linux windows 106 LOCAL_MODULE_HOST_OS := darwin linux windows
|
/frameworks/compile/slang/ |
D | Android.bp | 75 windows: { 101 windows: { 188 windows: {
|
/frameworks/compile/libbcc/bcinfo/ |
D | Android.bp | 63 windows: { 116 windows: {
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 1372 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) { in findTouchedWindowTargetsLocked() 1373 const TouchedWindow& touchedWindow = mTempTouchState.windows[i]; in findTouchedWindowTargetsLocked() 1402 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) { in findTouchedWindowTargetsLocked() 1403 const TouchedWindow& touchedWindow = mTempTouchState.windows[i]; in findTouchedWindowTargetsLocked() 1415 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) { in findTouchedWindowTargetsLocked() 1416 const TouchedWindow& touchedWindow = mTempTouchState.windows[i]; in findTouchedWindowTargetsLocked() 1458 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) { in findTouchedWindowTargetsLocked() 1459 const TouchedWindow& touchedWindow = mTempTouchState.windows.itemAt(i); in findTouchedWindowTargetsLocked() 1521 for (size_t i = 0; i < mTempTouchState.windows.size(); ) { in findTouchedWindowTargetsLocked() 1522 TouchedWindow& touchedWindow = mTempTouchState.windows.editItemAt(i); in findTouchedWindowTargetsLocked() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | Android.bp | 15 windows: {
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | Android.bp | 16 windows: {
|
/frameworks/data-binding/integration-tests/TestApp/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/frameworks/support/samples/SupportLeanbackShowcase/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/frameworks/data-binding/integration-tests/IndependentLibrary/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/frameworks/data-binding/integration-tests/App With Spaces/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/frameworks/data-binding/samples/BindingDemo/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/frameworks/data-binding/compiler/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/frameworks/data-binding/developmentPlugins/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/frameworks/base/tests/TouchLatency/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | System.inc | 16 #include <windows.h>
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | Android.bp | 33 windows: {
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
D | Android.bp | 26 windows: {
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerInternal.java | 47 public void onWindowsForAccessibilityChanged(List<WindowInfo> windows); in onWindowsForAccessibilityChanged() argument
|
/frameworks/rs/cpu_ref/ |
D | Android.mk | 19 ifneq ($(HOST_OS),windows)
|