/frameworks/base/docs/html/sdk/ |
D | older_releases.jd | 50 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 …]
|
D | index.jd | 5 sdk.win_installer=installer_r20-windows.exe 9 sdk.win_download=android-sdk_r20-windows.zip
|
/frameworks/base/docs/html/tools/sdk/ |
D | older_releases.jd | 50 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/ |
D | WindowToken.java | 51 final ArrayList<WindowState> windows = new ArrayList<WindowState>(); field in WindowToken 83 pw.print(prefix); pw.print("windows="); pw.println(windows); in dump()
|
D | WindowManagerService.java | 1002 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 …]
|
D | InputMonitor.java | 166 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()
|
D | DragState.java | 383 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()
|
D | AppWindowToken.java | 211 int j = windows.size(); in findMainWindow() 214 WindowState win = windows.get(j); in findMainWindow()
|
D | AppWindowAnimator.java | 258 final int N = mAppToken.windows.size(); in stepAnimationLocked() 260 mAppToken.windows.get(i).mWinAnimator.finishExit(); in stepAnimationLocked()
|
D | WindowAnimator.java | 92 for (final WindowState wallpaper : token.windows) { in hideWallpapersLocked()
|
D | WindowState.java | 352 + ", list=" + mToken.windows); in attach()
|
/frameworks/base/services/input/ |
D | InputDispatcher.cpp | 1364 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 …]
|
D | InputDispatcher.h | 931 Vector<TouchedWindow> windows; member
|
/frameworks/native/libs/utils/ |
D | Android.mk | 52 ifeq ($(HOST_OS),windows)
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | index.jd | 33 used for windows composition or OpenGL games for instance, but with this new rendering pipeline
|
/frameworks/compile/slang/ |
D | Android.mk | 241 ifeq ($(HOST_OS),windows)
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-projects.jd | 21 Eclipse views that display certain tabs and windows depending on the perspective that you are in.
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 1947 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/ |
D | jetcreator_manual.jd | 695 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/ |
D | app-signing.jd | 386 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/ |
D | app-signing.jd | 386 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/ |
D | app-signing.jd | 386 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/ |
D | glossary.jd | 248 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/ |
D | installing-adt.jd | 76 … locate your downloaded Android SDK directory (such as <code>android-sdk-windows</code>).</li>
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 700 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
|