Home
last modified time | relevance | path

Searched refs:hidden (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/base/services/java/com/android/server/wm/
DWindowToken.java57 boolean hidden; field in WindowToken
84 pw.print(" hidden="); pw.print(hidden); in dump()
DWindowState.java689 && !mRootToken.hidden) in isVisibleOrBehindKeyguardLw()
711 && !mRootToken.hidden && !mExiting && !mDestroying; in isVisibleNow()
764 && !mRootToken.hidden) in isReadyForDisplay()
786 && !mRootToken.hidden) in isReadyForDisplayIgnoringKeyguard()
820 || (atoken == null && mRootToken.hidden) in isGoneForLayoutLw()
821 || (atoken != null && (atoken.hiddenRequested || atoken.hidden)) in isGoneForLayoutLw()
DWindowAnimator.java298 if (WindowManagerService.DEBUG_WALLPAPER_LIGHT && !token.hidden) Slog.d(TAG, in hideWallpapersLocked()
302 token.hidden = true; in hideWallpapersLocked()
407 + " hidden=" + win.mRootToken.hidden in updateWindowsLocked()
DWindowManagerService.java1626 if (w.mAppToken.hidden && w.mAppToken.mAppAnimator.animation == null) { in adjustWallpaperWindowsLocked()
1842 if (token.hidden == visible) { in adjustWallpaperWindowsLocked()
1846 token.hidden = !visible; in adjustWallpaperWindowsLocked()
2094 if (token.hidden == visible) { in updateWallpaperVisibilityLocked()
2095 token.hidden = !visible; in updateWallpaperVisibilityLocked()
3705 if (!wtoken.hidden) { in removeWindowToken()
3726 wtoken.hidden = true; in removeWindowToken()
3809 atoken.hidden = true; in addAppToken()
3883 && (!atoken.hidden && atoken.hiddenRequested)) { in getOrientationFromAppTokensLocked()
4339 if (!ttoken.hidden) { in setAppStartingWindow()
[all …]
DWindowStateAnimator.java1375 + (mWin.mAppToken != null ? mWin.mAppToken.hidden : false) in performShowLocked()
1391 + (mWin.mAppToken != null ? mWin.mAppToken.hidden : false) in performShowLocked()
/frameworks/wilhelm/src/
DAndroid.mk13 LOCAL_CFLAGS += -fvisibility=hidden -UNDEBUG
68 LOCAL_CFLAGS += -fvisibility=hidden -DLI_API='__attribute__((visibility("default")))'
210 LOCAL_CFLAGS += -x c++ -DLI_API= -fvisibility=hidden -UNDEBUG \
225 LOCAL_CFLAGS += -x c++ -DLI_API= -fvisibility=hidden -UNDEBUG \
/frameworks/support/v7/gridlayout/
Dreadme1 This hidden file is there to ensure there is an src folder.
/frameworks/base/tests/BrowserTestPlugin/jni/
DAndroid.mk45 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/base/voip/jni/rtp/
DAndroid.mk56 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/base/libs/hwui/
DAndroid.mk55 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/compile/libbcc/runtime/
DMakefile53 help-hidden: help-devel
212 -fvisibility=hidden -DVISIBILITY_HIDDEN,)\
/frameworks/base/services/java/com/android/server/am/
DProcessRecord.java109 boolean hidden; // Is this a hidden process? field in ProcessRecord
201 pw.print(" hidden="); pw.print(hidden); in dump()
DActivityManagerService.java10150 pw.print(" hidden="); pw.print(r.hidden); in dumpProcessOomList()
12576 if (!recursed && app.hidden) { in computeOomAdjLocked()
12598 app.hidden = false; in computeOomAdjLocked()
12680 app.hidden = true; in computeOomAdjLocked()
12697 app.hidden = false; in computeOomAdjLocked()
12706 app.hidden = false; in computeOomAdjLocked()
12712 app.hidden = false; in computeOomAdjLocked()
12739 app.hidden = false; in computeOomAdjLocked()
12745 app.hidden = false; in computeOomAdjLocked()
12760 app.hidden = false; in computeOomAdjLocked()
[all …]
/frameworks/base/docs/html/tools/
Dindex.jd59 hidden by default. To make it available, go to
Ddevice.jd67 options</strong> is hidden by default. To make it available, go
/frameworks/base/docs/html/tools/building/
Dbuilding-eclipse.jd21 hidden from you. By default, the build process constantly runs in the background as you make
93 options</strong> is hidden by default. To make it available, go
/frameworks/base/docs/html/training/animation/
Dzoom.jd102 &lt;!-- This initially-hidden ImageView will hold the expanded/zoomed version of
170 <li>Assign the high-res image to the hidden "zoomed-in" (enlarged) {@link
/frameworks/base/docs/html/reference/renderscript/
Ddoxygen.css690 overflow: hidden;
703 overflow:hidden;
/frameworks/base/docs/html/guide/topics/ui/layout/
Dgrid.jd72 <p>Columns can be hidden, marked to stretch and fill the available screen space,
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd821 <li>The state of the soft keyboard &mdash; whether it is hidden or visible
851 <td>The state of the soft keyboard (whether it is hidden or visible)
861 whether visible or hidden, when the activity comes to the fore.</td>
864 <td>The soft keyboard is hidden when the user chooses the activity
869 <td>The soft keyboard is always hidden when the activity's main window
/frameworks/base/docs/html/tools/testing/
Dservice_testing.jd133 isolates it from the real system. In addition, any hidden dependencies your Service has on
Dcontentprovider_testing.jd80 tables of data, with their internals hidden from view. A content provider may have many
/frameworks/base/docs/html/training/design-navigation/
Dmultiple-sizes.jd91 …<p>In this scenario, the left pane is completely hidden in portrait mode. However, <em>to ensure t…
/frameworks/base/docs/html/training/basics/firstapp/
Drunning-app.jd117 options</strong> is hidden by default. To make it available, go
/frameworks/base/docs/html/tools/debugging/
Dindex.jd83 …<p>If you are using Eclipse, much of these interconnections are hidden from you. DDMS, <code>adb</…

123