Home | History | Annotate | Download | only in app

Lines Matching refs:mLayout

42     private final ViewGroup mLayout;
59 mLayout = bottomControlsLayout;
60 mMiddleFiller = mLayout.findViewById(R.id.filmstrip_bottom_control_middle_filler);
61 mControlLayout = mLayout.findViewById(R.id.bottom_control_panel);
92 mLayout.setVisibility(View.VISIBLE);
94 mLayout.setVisibility(View.INVISIBLE);
190 mEditButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_edit);
206 mViewButton = (ExternalViewerButton) mLayout.findViewById(
219 mDeleteButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_delete);
231 mShareButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_share);
243 mProgressLayout = mLayout.findViewById(R.id.bottom_progress_panel);
244 mProgressText = (TextView) mLayout.findViewById(R.id.bottom_session_progress_text);
245 mProgressBar = (ProgressBar) mLayout.findViewById(R.id.bottom_session_progress_bar);
248 mProgressErrorText = (TextView) mLayout.findViewById(R.id.bottom_progress_error_text);
249 mProgressErrorLayout = mLayout.findViewById(R.id.bottom_progress_error_panel);
276 .ofFloat(mLayout, "translationY", mLayout.getHeight(), 0.0f);
290 int offset = mLayout.getHeight();
291 if (mLayout.getTranslationY() < offset) {
293 .ofFloat(mLayout, "translationY", mLayout.getTranslationY(), offset);