Searched defs:hidden (Results 1 - 4 of 4) sorted by relevance

/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);
/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/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 207 milliseconds