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

/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.
84 pw.print(" hidden="); pw.print(hidden);
/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java63 int hiddenAdj; // If hidden, this is the adjustment to use
64 int clientHiddenAdj; // If empty but hidden client, this is the adjustment to use
109 boolean hidden; // Is this a hidden process? field in class:ProcessRecord
201 pw.print(" hidden="); pw.print(hidden);
204 pw.print(" hidden="); pw.print(hiddenAdj);
/frameworks/base/core/java/android/app/
H A DFragment.java437 // Set to true when the app has requested that this fragment be hidden
889 * (3) is not hidden.
897 * Return true if the fragment has been hidden. By default fragments
899 * {@link #onHiddenChanged}. Note that the hidden state is orthogonal
901 * must be both started and not hidden.
908 * Called when the hidden state (as returned by {@link #isHidden()} of
909 * the fragment has changed. Fragments start out not hidden; this will
911 * @param hidden True if the fragment is now hidden, false if it is not
914 public void onHiddenChanged(boolean hidden) { argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java247 // Set to true when the app has requested that this fragment be hidden
698 * (3) is not hidden.
706 * Return true if the fragment has been hidden. By default fragments
708 * {@link #onHiddenChanged}. Note that the hidden state is orthogonal
710 * must be both started and not hidden.
717 * Called when the hidden state (as returned by {@link #isHidden()} of
718 * the fragment has changed. Fragments start out not hidden; this will
720 * @param hidden True if the fragment is now hidden, false if it is not
723 public void onHiddenChanged(boolean hidden) { argument
[all...]

Completed in 84 milliseconds