Searched refs:mFilmstripView (Results 1 – 1 of 1) sorted by relevance
62 private FilmstripView mFilmstripView; field in FilmstripLayout86 mFilmstripView.getController().goToFilmstrip();174 mFilmstripView.getController().setListener(listener); in setFilmstripListener()209 mFilmstripView.zoomAtIndexChanged(); in notifyShown()210 FilmstripController controller = mFilmstripView.getController(); in notifyShown()222 if (changed && mFilmstripView != null && getVisibility() == INVISIBLE) { in onLayout()246 mFilmstripView = (FilmstripView) findViewById(R.id.filmstrip_view); in onFinishInflate()247 mFilmstripView.setOnTouchListener(new OnTouchListener() { in onFinishInflate()259 mFilmstripGestureListener = mFilmstripView.getGestureListener(); in onFinishInflate()334 if (mFilmstripView.getController().getCurrentAdapterIndex() == -1) { in onScroll()[all …]