Searched refs:hidden (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/tests/BrowserTestPlugin/jni/
H A DAndroid.mk45 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/compile/libbcc/runtime/make/
H A Doptions.mk18 # Whether function definitions should use hidden visibility. This adds the
19 # -fvisibility=hidden compiler option and uses .private_extern annotations in
/frameworks/base/opengl/libs/GLES2_dbg/test/
H A DAndroid.mk34 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/base/services/java/com/android/server/wm/
H A DWindowToken.java56 // Should this token's windows be hidden?
57 boolean hidden; field in class:WindowToken
67 // will be hidden.
89 pw.print(" hidden="); pw.print(hidden);
H A DWindowState.java91 boolean mAttachedHidden; // is our parent window hidden?
92 boolean mLastHidden; // was this window last hidden?
248 // window has been drawn. During this time the surface is hidden.
913 + " tok.hidden="
914 + (mAppToken != null ? mAppToken.hidden : false)
1313 * that will remove the surface, or its app token has been hidden.
1324 * "hidden" behind the keyguard as visible. This allows us to apply
1327 * for this "hidden behind keyguard" state rather than overloading
1341 && !mRootToken.hidden)
1358 * The same as isVisible(), but follows the current hidden stat
[all...]
H A DWindowManagerService.java486 // made visible or hidden at the next transition.
1510 // If this window's app token is hidden and not animating,
1512 if (w.mAppToken.hidden && w.mAppToken.animation == null) {
1514 "Skipping not hidden or animating token: " + w);
1725 if (token.hidden == visible) {
1727 token.hidden = !visible;
1967 if (token.hidden == visible) {
1968 token.hidden = !visible;
2779 // its layer recomputed. However, if the IME was hidden
3205 if (!wtoken.hidden) {
[all...]
/frameworks/base/opengl/libs/
H A DAndroid.mk36 LOCAL_CFLAGS += -fvisibility=hidden
97 LOCAL_CFLAGS += -fvisibility=hidden
129 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/base/voip/jni/rtp/
H A DAndroid.mk55 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/base/libs/hwui/
H A DAndroid.mk42 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/base/opengl/libagl/
H A DAndroid.mk27 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/compile/libbcc/runtime/
H A DMakefile50 @echo " help-hidden: print help for Makefile debugging"
53 help-hidden: help-devel
212 -fvisibility=hidden -DVISIBILITY_HIDDEN,)\
/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java58 int hiddenAdj; // If hidden, this is the adjustment to use
98 boolean hidden; // Is this a hidden process? field in class:ProcessRecord
185 pw.print(" hidden="); pw.print(hidden);
188 pw.print(" hidden="); pw.print(hiddenAdj);
H A DActivityManagerService.java1725 // Also don't let it kick out the first few "real" hidden processes.
1732 // Also don't let it kick out the first few "real" hidden processes.
1739 // apps, then skip over that many that are currently hidden.
6741 // If the worst oom_adj is somewhere in the hidden proc LRU range,
6742 // then constrain it so we will kill all hidden procs.
9577 pw.print(" hidden="); pw.print(r.hiddenAdj);
9585 pw.print(" hidden="); pw.print(r.hidden);
13566 // an earlier hidden adjustment that isn't really for us... if
13567 // so, use the new hidden adjustmen
[all...]
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css690 overflow: hidden;
703 overflow:hidden;
/frameworks/base/core/java/android/app/
H A DFragment.java426 // Set to true when the app has requested that this fragment be hidden
837 * (3) is not hidden.
845 * Return true if the fragment has been hidden. By default fragments
847 * {@link #onHiddenChanged}. Note that the hidden state is orthogonal
849 * must be both started and not hidden.
856 * Called when the hidden state (as returned by {@link #isHidden()} of
857 * the fragment has changed. Fragments start out not hidden; this will
859 * @param hidden True if the fragment is now hidden, false if it is not
862 public void onHiddenChanged(boolean hidden) { argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java237 // Set to true when the app has requested that this fragment be hidden
647 * (3) is not hidden.
655 * Return true if the fragment has been hidden. By default fragments
657 * {@link #onHiddenChanged}. Note that the hidden state is orthogonal
659 * must be both started and not hidden.
666 * Called when the hidden state (as returned by {@link #isHidden()} of
667 * the fragment has changed. Fragments start out not hidden; this will
669 * @param hidden True if the fragment is now hidden, false if it is not
672 public void onHiddenChanged(boolean hidden) { argument
[all...]
/frameworks/base/
H A DAndroid.mk648 # ==== docs that have all of the stuff that's @hidden =======================
660 LOCAL_MODULE := hidden
663 -title "Android SDK - Including hidden APIs."
664 # -hidden

Completed in 351 milliseconds