Home
last modified time | relevance | path

Searched refs:windows (Results 1 – 25 of 31) 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.jd4 sdk.win_installer=installer_r15-windows.exe
8 sdk.win_download=android-sdk_r15-windows.zip
Dandroid-3.0.jd773 adds support for splitting touch events across views and even windows, so different views can accept
783 specific view groups and across windows.</p>
798 allows you to disable split touch events across windows, by applying it to a theme for the activity
810 touch events across windows, the system bar cannot receive touch events at the same time as the
Dandroid-2.3-highlights.jd283 <p>The platform also exposes native APIs for managing windows, including the
Dandroid-3.1-highlights.jd314 sources and motion events, across all views and windows. Developers can build on
Dandroid-3.0-highlights.jd126 …rs navigate and organize more efficiently. Multiple tabs replace browser windows and a new “incogn…
/frameworks/base/services/java/com/android/server/wm/
DWindowToken.java51 final ArrayList<WindowState> windows = new ArrayList<WindowState>(); field in WindowToken
87 pw.print(prefix); pw.print("windows="); pw.println(windows); in dump()
DWindowManagerService.java849 int tokenWindowsPos = token.windows.size(); in addWindowToListInOrderLocked()
858 placeWindowBefore(token.windows.get(0), win); in addWindowToListInOrderLocked()
863 token.windows.get(index) == atoken.startingWindow) { in addWindowToListInOrderLocked()
864 placeWindowBefore(token.windows.get(index), win); in addWindowToListInOrderLocked()
900 if (!t.sendingToBottom && t.windows.size() > 0) { in addWindowToListInOrderLocked()
901 pos = t.windows.get(0); in addWindowToListInOrderLocked()
911 final int NC = atoken.windows.size(); in addWindowToListInOrderLocked()
913 WindowState bottom = atoken.windows.get(0); in addWindowToListInOrderLocked()
925 final int NW = t.windows.size(); in addWindowToListInOrderLocked()
927 pos = t.windows.get(NW-1); in addWindowToListInOrderLocked()
[all …]
DAppWindowToken.java264 final int N = windows.size(); in stepAnimationLocked()
266 windows.get(i).finishExit(); in stepAnimationLocked()
337 int j = windows.size(); in findMainWindow()
340 WindowState win = windows.get(j); in findMainWindow()
DInputMonitor.java155 final ArrayList<WindowState> windows = mService.mWindows; in updateInputWindowsLw() local
177 final int N = windows.size(); in updateInputWindowsLw()
179 final WindowState child = windows.get(i); in updateInputWindowsLw()
DDragState.java379 final ArrayList<WindowState> windows = mService.mWindows; in getTouchedWinAtPointLw() local
380 final int N = windows.size(); in getTouchedWinAtPointLw()
382 WindowState child = windows.get(i); in getTouchedWinAtPointLw()
DWindowState.java381 + ", list=" + mToken.windows); in attach()
/frameworks/base/services/input/
DInputDispatcher.cpp1545 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) { in findTouchedWindowTargetsLocked()
1546 const TouchedWindow& touchedWindow = mTempTouchState.windows[i]; in findTouchedWindowTargetsLocked()
1575 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) { in findTouchedWindowTargetsLocked()
1576 const TouchedWindow& touchedWindow = mTempTouchState.windows[i]; in findTouchedWindowTargetsLocked()
1588 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) { in findTouchedWindowTargetsLocked()
1589 const TouchedWindow& touchedWindow = mTempTouchState.windows[i]; in findTouchedWindowTargetsLocked()
1639 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) { in findTouchedWindowTargetsLocked()
1640 const TouchedWindow& touchedWindow = mTempTouchState.windows.itemAt(i); in findTouchedWindowTargetsLocked()
1702 for (size_t i = 0; i < mTempTouchState.windows.size(); ) { in findTouchedWindowTargetsLocked()
1703 TouchedWindow& touchedWindow = mTempTouchState.windows.editItemAt(i); in findTouchedWindowTargetsLocked()
[all …]
DInputDispatcher.h981 Vector<TouchedWindow> windows; member
/frameworks/base/libs/utils/
DAndroid.mk67 ifeq ($(HOST_OS),windows)
/frameworks/compile/slang/
DAndroid.mk235 ifeq ($(HOST_OS),windows)
/frameworks/base/docs/html/guide/developing/debugging/
Ddebugging-projects.jd21 Eclipse views that display certain tabs and windows depending on the perspective that you are in.
/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/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/resources/articles/
Don-screen-inputs.jd191 that non-Activity windows can use to control their behavior. Calling this method
/frameworks/base/docs/html/guide/topics/ui/
Dui-events.jd211 The touch mode state is maintained throughout the entire system (all windows and activities).
/frameworks/base/docs/html/guide/topics/location/
Dobtaining-user-location.jd197 only after users activate a certain feature. Be aware that long windows of listening for location
/frameworks/base/docs/html/resources/faq/
Dtroubleshooting.jd182 windows).
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd257 &mdash; views, windows, menus, and dialogs cannot. That is, when
1219 Similarly, Browser uses <em>browser windows</em> to present different
/frameworks/base/docs/html/sdk/ndk/
Dindex.jd3 ndk.win_download=android-ndk-r6b-windows.zip

12