HomeSort by relevance Sort by last modified time
    Searched defs:away (Results 1 - 3 of 3) sorted by null

  /external/smack/src/org/jivesoftware/smackx/pubsub/
PresenceState.java 24 chat, online, away, xa, dnd enum constant in enum:PresenceState
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 97 Animator away = ObjectAnimator.ofFloat(card, "translationZ", 0); local
98 away.setStartDelay(200 * i);
99 awayAnimators.add(away);
  /external/smack/src/org/jivesoftware/smack/packet/
Presence.java 48 * {@link Mode#chat chat}, {@link Mode#away away}, {@link Mode#xa xa} (extended away), and
96 * when the user is available, their presence mode may be {@link Mode#away away},
97 * {@link Mode#xa extended away} or {@link Mode#dnd do not disturb}. Use
98 * {@link #isAway()} to determine if the user is away.
108 * mode is {@link Mode#away away}, {@link Mode#xa extended away}, o
346 away, enum constant in enum:Presence.Mode
    [all...]

Completed in 230 milliseconds