Searched refs:willShowImeOnTarget (Results 1 – 1 of 1) sorted by relevance
249 public boolean willShowImeOnTarget; field in RemoteAnimationTarget323 willShowImeOnTarget = in.readBoolean(); in RemoteAnimationTarget()332 willShowImeOnTarget = showImeOnTarget; in setWillShowImeOnTarget()335 public boolean willShowImeOnTarget() { in willShowImeOnTarget() method in RemoteAnimationTarget336 return willShowImeOnTarget; in willShowImeOnTarget()375 dest.writeBoolean(willShowImeOnTarget); in writeToParcel()399 pw.print(prefix); pw.print("willShowImeOnTarget="); pw.println(willShowImeOnTarget); in dump()