HomeSort by relevance Sort by last modified time
    Searched refs:SetLayoutState (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/athena/home/
athena_start_page_view.h 33 void SetLayoutState(float layout_state);
athena_start_page_view_unittest.cc 147 view_->SetLayoutState(1.0f);
195 view_->SetLayoutState(1.0f);
200 view_->SetLayoutState(0.0f);
211 view_->SetLayoutState(1.0f);
athena_start_page_view.cc 244 void AthenaStartPageView::SetLayoutState(float layout_state) {
268 SetLayoutState(layout_state);
home_card_impl.cc 163 main_view_->SetLayoutState(1.0f - progress);
165 main_view_->SetLayoutState(progress);

Completed in 108 milliseconds