Lines Matching defs:out
169 // Have the WindowManager filter out touch events that are "too fat".
245 public void onSaveInstanceState(Bundle out) {
247 out.putBoolean(INTENT_EXTRA_SHOW_DIALPAD, isDialpadVisible());
250 out.putString(DIALPAD_TEXT_KEY, dialpadFragment.getDtmfText());
358 // BACK is also used to exit out of any "special modes" of the
449 default: // fall out
684 // If the dialpad is already visible, don't animate in. If it's gone, don't animate out.