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

12

/frameworks/av/media/libeffects/visualizer/
H A DAndroid.mk9 LOCAL_CFLAGS+= -O2 -fvisibility=hidden
/frameworks/av/media/libeffects/lvm/wrapper/
H A DAndroid.mk12 LOCAL_CFLAGS += -fvisibility=hidden
41 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/av/media/libeffects/downmix/
H A DAndroid.mk28 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/av/media/libeffects/loudness/
H A DAndroid.mk10 LOCAL_CFLAGS+= -O2 -fvisibility=hidden
/frameworks/base/services/java/com/android/server/wm/
H A DWindowToken.java55 // Should this token's windows be hidden?
56 boolean hidden; field in class:WindowToken
66 // will be hidden.
83 pw.print(" hidden="); pw.print(hidden);
H A DWindowState.java105 boolean mAttachedHidden; // is our parent window hidden?
768 * that will remove the surface, or its app token has been hidden.
780 * "hidden" behind the keyguard as visible. This allows us to apply
783 * for this "hidden behind keyguard" state rather than overloading
798 && !mRootToken.hidden)
815 * The same as isVisible(), but follows the current hidden state of
816 * the associated app token, not the pending requested hidden state.
820 && !mRootToken.hidden && !mExiting && !mDestroying;
873 && !mRootToken.hidden)
894 && !mRootToken.hidden)
[all...]
H A DWindowAnimator.java144 if (WindowManagerService.DEBUG_WALLPAPER_LIGHT && !token.hidden) Slog.d(TAG,
148 token.hidden = true;
258 + " hidden=" + win.mRootToken.hidden
269 "Now policy hidden: " + win);
334 // being force-hidden, apply the appropriate animation to them.
H A DWindowManagerService.java1628 // If this window's app token is hidden and not animating,
1630 if (w.mAppToken.hidden && w.mAppToken.mAppAnimator.animation == null) {
1632 "Skipping hidden and not animating token: " + w);
1816 if (token.hidden == visible) {
1818 "Wallpaper token " + token + " hidden=" + !visible);
1820 token.hidden = !visible;
2092 if (token.hidden == visible) {
2093 token.hidden = !visible;
3002 // its layer recomputed. However, if the IME was hidden
3359 if (!wtoken.hidden) {
[all...]
H A DWindowStateAnimator.java124 * this time the surface is hidden. */
147 /** Was this window last hidden? */
1210 Slog.v(TAG, "Orientation change skips hidden " + w);
1231 // orientation change, well, it is hidden, so
1239 "Orientation change skips hidden " + w);
1400 + " tok.hidden="
1401 + (mWin.mAppToken != null ? mWin.mAppToken.hidden : false)
1416 + " tok.hidden="
1417 + (mWin.mAppToken != null ? mWin.mAppToken.hidden : false)
/frameworks/av/media/libeffects/preprocessing/
H A DAndroid.mk33 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/native/services/sensorservice/
H A DAndroid.mk19 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/opt/net/voip/src/jni/rtp/
H A DAndroid.mk56 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/native/opengl/libs/
H A DAndroid.mk45 LOCAL_CFLAGS += -fvisibility=hidden
91 LOCAL_CFLAGS += -fvisibility=hidden
116 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/av/media/libeffects/proxy/
H A DAndroid.mk25 LOCAL_CFLAGS+= -fvisibility=hidden
/frameworks/av/services/audioflinger/
H A DAndroid.mk67 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
H A DAndroid.mk25 # comment it out for now since we need use some hidden APIs
/frameworks/native/opengl/libagl/
H A DAndroid.mk27 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/wilhelm/src/
H A 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/base/libs/hwui/
H A DAndroid.mk79 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/native/services/surfaceflinger/
H A DAndroid.mk86 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/av/media/libeffects/lvm/lib/
H A DAndroid.mk122 LOCAL_CFLAGS += -fvisibility=hidden
179 LOCAL_CFLAGS += -fvisibility=hidden
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceDelegate.java54 boolean hidden; field in class:KeyguardServiceDelegate.KeyguardState
179 mKeyguardState.hidden = isHidden;
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css690 overflow: hidden;
703 overflow:hidden;
/frameworks/base/core/java/android/app/
H A DFragment.java438 // Set to true when the app has requested that this fragment be hidden
894 * (3) is not hidden.
902 * Return true if the fragment has been hidden. By default fragments
904 * {@link #onHiddenChanged}. Note that the hidden state is orthogonal
906 * must be both started and not hidden.
913 * Called when the hidden state (as returned by {@link #isHidden()} of
914 * the fragment has changed. Fragments start out not hidden; this will
916 * @param hidden True if the fragment is now hidden, false if it is not
919 public void onHiddenChanged(boolean hidden) { argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java255 // Set to true when the app has requested that this fragment be hidden
728 * (3) is not hidden.
736 * Return true if the fragment has been hidden. By default fragments
738 * {@link #onHiddenChanged}. Note that the hidden state is orthogonal
740 * must be both started and not hidden.
757 * Called when the hidden state (as returned by {@link #isHidden()} of
758 * the fragment has changed. Fragments start out not hidden; this will
760 * @param hidden True if the fragment is now hidden, false if it is not
763 public void onHiddenChanged(boolean hidden) { argument
[all...]

Completed in 937 milliseconds

12