Home
last modified time | relevance | path

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

12

/frameworks/base/docs/html/sdk/
Dolder_releases.jd50 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.6_r1.zip">android-sdk-
51 windows-1 .6_r1.zip</a>
95 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.5_r3.zip">android-sdk-
96 windows-1 .5_r3.zip</a>
140 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.1_r1.zip">android-sdk-
141 windows-1
188 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.0_r2.zip">android-sdk-
189 windows-1
244 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.5_r2.zip">android-sdk-
245 windows-1 .5_r2.zip</a>
[all …]
Dindex.jd5 sdk.win_installer=installer_r20-windows.exe
9 sdk.win_download=android-sdk_r20-windows.zip
/frameworks/base/docs/html/tools/sdk/
Dolder_releases.jd50 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.6_r1.zip">android-sdk-
51 windows-1 .6_r1.zip</a>
95 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.5_r3.zip">android-sdk-
96 windows-1 .5_r3.zip</a>
140 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.1_r1.zip">android-sdk-
141 windows-1
188 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.0_r2.zip">android-sdk-
189 windows-1
244 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.5_r2.zip">android-sdk-
245 windows-1 .5_r2.zip</a>
[all …]
/frameworks/base/services/java/com/android/server/wm/
DWindowToken.java51 final ArrayList<WindowState> windows = new ArrayList<WindowState>(); field in WindowToken
83 pw.print(prefix); pw.print("windows="); pw.println(windows); in dump()
DWindowManagerService.java1002 int tokenWindowsPos = token.windows.size(); in addWindowToListInOrderLocked()
1011 placeWindowBefore(token.windows.get(0), win); in addWindowToListInOrderLocked()
1016 token.windows.get(index) == atoken.startingWindow) { in addWindowToListInOrderLocked()
1017 placeWindowBefore(token.windows.get(index), win); in addWindowToListInOrderLocked()
1053 if (!t.sendingToBottom && t.windows.size() > 0) { in addWindowToListInOrderLocked()
1054 pos = t.windows.get(0); in addWindowToListInOrderLocked()
1064 final int NC = atoken.windows.size(); in addWindowToListInOrderLocked()
1066 WindowState bottom = atoken.windows.get(0); in addWindowToListInOrderLocked()
1078 final int NW = t.windows.size(); in addWindowToListInOrderLocked()
1080 pos = t.windows.get(NW-1); in addWindowToListInOrderLocked()
[all …]
DInputMonitor.java166 final ArrayList<WindowState> windows = mService.mWindows; in updateInputWindowsLw() local
188 final int N = windows.size(); in updateInputWindowsLw()
190 final WindowState child = windows.get(i); in updateInputWindowsLw()
DDragState.java383 final ArrayList<WindowState> windows = mService.mWindows; in getTouchedWinAtPointLw() local
384 final int N = windows.size(); in getTouchedWinAtPointLw()
386 WindowState child = windows.get(i); in getTouchedWinAtPointLw()
DAppWindowToken.java211 int j = windows.size(); in findMainWindow()
214 WindowState win = windows.get(j); in findMainWindow()
DAppWindowAnimator.java258 final int N = mAppToken.windows.size(); in stepAnimationLocked()
260 mAppToken.windows.get(i).mWinAnimator.finishExit(); in stepAnimationLocked()
DWindowAnimator.java92 for (final WindowState wallpaper : token.windows) { in hideWallpapersLocked()
DWindowState.java352 + ", list=" + mToken.windows); in attach()
/frameworks/base/services/input/
DInputDispatcher.cpp1364 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) { in findTouchedWindowTargetsLocked()
1365 const TouchedWindow& touchedWindow = mTempTouchState.windows[i]; in findTouchedWindowTargetsLocked()
1394 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) { in findTouchedWindowTargetsLocked()
1395 const TouchedWindow& touchedWindow = mTempTouchState.windows[i]; in findTouchedWindowTargetsLocked()
1407 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) { in findTouchedWindowTargetsLocked()
1408 const TouchedWindow& touchedWindow = mTempTouchState.windows[i]; in findTouchedWindowTargetsLocked()
1455 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) { in findTouchedWindowTargetsLocked()
1456 const TouchedWindow& touchedWindow = mTempTouchState.windows.itemAt(i); in findTouchedWindowTargetsLocked()
1518 for (size_t i = 0; i < mTempTouchState.windows.size(); ) { in findTouchedWindowTargetsLocked()
1519 TouchedWindow& touchedWindow = mTempTouchState.windows.editItemAt(i); in findTouchedWindowTargetsLocked()
[all …]
DInputDispatcher.h931 Vector<TouchedWindow> windows; member
/frameworks/native/libs/utils/
DAndroid.mk52 ifeq ($(HOST_OS),windows)
/frameworks/base/docs/html/guide/topics/graphics/
Dindex.jd33 used for windows composition or OpenGL games for instance, but with this new rendering pipeline
/frameworks/compile/slang/
DAndroid.mk241 ifeq ($(HOST_OS),windows)
/frameworks/base/docs/html/tools/debugging/
Ddebugging-projects.jd21 Eclipse views that display certain tabs and windows depending on the perspective that you are in.
/frameworks/base/services/java/com/android/server/accessibility/
DAccessibilityManagerService.java1947 SparseArray<IBinder> windows = mWindowIdToWindowTokenMap; in getFocusedWindowId() local
1948 final int windowCount = windows.size(); in getFocusedWindowId()
1950 if (windows.valueAt(i) == token) { in getFocusedWindowId()
1951 return windows.keyAt(i); in getFocusedWindowId()
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd695 Replicate and Move windows allow for this. There are two Replicate windows for
715 <p>Both Replicate windows function the same.
748 windows, one for Segments and one for Events. The windows look like the
819 other windows of JET Creator, you can mute, unmute, trigger event clips, etc.
/frameworks/base/docs/html/tools/workflow/
Dapp-signing.jd386 href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/keytool.html">
387 http://docs.oracle.com/javase/6/docs/technotes/tools/windows/keytool.html</a></p>
523 <a href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html">
524 http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html</a></p>
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd386 href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/keytool.html">
387 http://docs.oracle.com/javase/6/docs/technotes/tools/windows/keytool.html</a></p>
523 <a href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html">
524 http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html</a></p>
/frameworks/base/docs/html/tools/workflow/publishing/
Dapp-signing.jd386 href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/keytool.html">
387 http://docs.oracle.com/javase/6/docs/technotes/tools/windows/keytool.html</a></p>
523 <a href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html">
524 http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html</a></p>
/frameworks/base/docs/html/guide/appendix/
Dglossary.jd248 windows, and so on). It receives calls from its parent object (see
288 to render a window. You do not need to implement this class or use windows
/frameworks/base/docs/html/sdk/installing/
Dinstalling-adt.jd76 … locate your downloaded Android SDK directory (such as <code>android-sdk-windows</code>).</li>
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd700 adds support for splitting touch events across views and even windows, so different views can accept
710 specific view groups and across windows.</p>
725 allows you to disable split touch events across windows, by applying it to a theme for the activity
737 touch events across windows, the system bar cannot receive touch events at the same time as the

12