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

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateTextToast.java 31 ViewGroup mLayoutRoot;
36 mLayoutRoot = (ViewGroup) activity.getWindow().getDecorView();
38 View v = inflater.inflate(R.layout.rotate_text_toast, mLayoutRoot);
49 mLayoutRoot.removeView(mToast);
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 160 private CoordinatorLayout mLayoutRoot;
242 Snackbar.make(mLayoutRoot, R.string.connection_error_message, Snackbar.LENGTH_LONG).show();
551 mLayoutRoot = (CoordinatorLayout) findViewById(R.id.root);
    [all...]

Completed in 330 milliseconds