Home | History | Annotate | Download | only in wm

Lines Matching defs:AppListController

153 // AppListController, public:
155 AppListController::AppListController()
164 AppListController::~AppListController() {
176 void AppListController::Show(aura::Window* window) {
240 void AppListController::Dismiss() {
269 bool AppListController::IsVisible() const {
273 aura::Window* AppListController::GetWindow() {
278 // AppListController, private:
280 void AppListController::SetDragAndDropHostOfCurrentAppList(
286 void AppListController::SetView(app_list::AppListView* view) {
307 void AppListController::ResetView() {
328 void AppListController::ScheduleAnimation() {
355 void AppListController::ProcessLocatedEvent(ui::LocatedEvent* event) {
382 void AppListController::UpdateBounds() {
394 // AppListController, aura::EventFilter implementation:
396 void AppListController::OnMouseEvent(ui::MouseEvent* event) {
401 void AppListController::OnGestureEvent(ui::GestureEvent* event) {
407 // AppListController, aura::FocusObserver implementation:
409 void AppListController::OnWindowFocused(aura::Window* gained_focus,
423 // AppListController, aura::WindowObserver implementation:
424 void AppListController::OnWindowBoundsChanged(aura::Window* root,
431 // AppListController, ui::ImplicitAnimationObserver implementation:
433 void AppListController::OnImplicitAnimationsCompleted() {
441 // AppListController, views::WidgetObserver implementation:
443 void AppListController::OnWidgetDestroying(views::Widget* widget) {
451 // AppListController
453 void AppListController::OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) {
458 // AppListController, ShellObserver implementation:
459 void AppListController::OnShelfAlignmentChanged(aura::Window* root_window) {
465 // AppListController, ShelfIconObserver implementation:
467 void AppListController::OnShelfIconPositionsChanged() {
472 // AppListController, PaginationModelObserver implementation:
474 void AppListController::TotalPagesChanged() {
477 void AppListController::SelectedPageChanged(int old_selected,
482 void AppListController::TransitionStarted() {
485 void AppListController::TransitionChanged() {