OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HideViewAnimationObserver
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/app_list/views/
app_list_view.h
26
class
HideViewAnimationObserver
;
147
scoped_ptr<
HideViewAnimationObserver
> animation_observer_;
app_list_view.cc
83
class
HideViewAnimationObserver
: public ui::ImplicitAnimationObserver {
85
HideViewAnimationObserver
() : target_(NULL) {
88
virtual ~
HideViewAnimationObserver
() {
110
DISALLOW_COPY_AND_ASSIGN(
HideViewAnimationObserver
);
121
animation_observer_(new
HideViewAnimationObserver
()) {
Completed in 53 milliseconds