Searched refs:kKeyboardHeight (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/touch/frame/
H A Dtouch_browser_frame_view.cc29 const int kKeyboardHeight = 300; member in namespace:__anon1804
87 bounds.set_y(bounds.y() - kKeyboardHeight);
88 bounds.set_height(kKeyboardHeight);
106 return keyboard_showing_ ? kKeyboardHeight : 0;
163 animation_->GetCurrentValue(), 0, kKeyboardHeight));
259 ui::Tween::ValueBetween(anim->GetCurrentValue(), kKeyboardHeight, 0));
261 ui::Tween::ValueBetween(anim->GetCurrentValue(), 0, kKeyboardHeight));

Completed in 62 milliseconds