Lines Matching refs:rKEvt
204 void GalleryPreview::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
210 switch( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
236 if( !pBrowser->KeyInput( rKEvt, this ) ) in KeyInput()
237 Window::KeyInput( rKEvt ); in KeyInput()
243 Window::KeyInput( rKEvt ); in KeyInput()
561 void GalleryIconView::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
563 if( !mpTheme || !static_cast< GalleryBrowser2* >( GetParent() )->KeyInput( rKEvt, this ) ) in KeyInput()
564 ValueSet::KeyInput( rKEvt ); in KeyInput()
904 void GalleryListView::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
906 if( !mpTheme || !static_cast< GalleryBrowser2* >( GetParent() )->KeyInput( rKEvt, this ) ) in KeyInput()
907 BrowseBox::KeyInput( rKEvt ); in KeyInput()