Home
last modified time | relevance | path

Searched refs:windows (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowStateTests.java193 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/
DAccessibilityController.java1035 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/
DAccessibilityCache.java87 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()
DAccessibilityInteractionClient.java217 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/
DAndroid.mk73 LOCAL_MODULE_HOST_OS := darwin linux windows
106 LOCAL_MODULE_HOST_OS := darwin linux windows
/frameworks/compile/slang/
DAndroid.bp75 windows: {
101 windows: {
188 windows: {
/frameworks/compile/libbcc/bcinfo/
DAndroid.bp63 windows: {
116 windows: {
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1372 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/
DAndroid.bp15 windows: {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DAndroid.bp16 windows: {
/frameworks/data-binding/integration-tests/TestApp/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
DSystem.inc16 #include <windows.h>
/frameworks/compile/libbcc/bcinfo/Wrap/
DAndroid.bp33 windows: {
/frameworks/compile/libbcc/tools/bcc_compat/
DAndroid.bp26 windows: {
/frameworks/base/core/java/android/view/
DWindowManagerInternal.java47 public void onWindowsForAccessibilityChanged(List<WindowInfo> windows); in onWindowsForAccessibilityChanged() argument
/frameworks/rs/cpu_ref/
DAndroid.mk19 ifneq ($(HOST_OS),windows)

12