HomeSort by relevance Sort by last modified time
    Searched full:visibleduration (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenToast.java 127 final int visibleDuration = res.getInteger(R.integer.zen_toast_visible_duration);
128 mHandler.sendEmptyMessageDelayed(MSG_HIDE, animDuration + visibleDuration);

Completed in 569 milliseconds