HomeSort by relevance Sort by last modified time
    Searched full:content_pane (Results 1 - 8 of 8) sorted by null

  /packages/apps/UnifiedEmail/res/layout/
folders_activity.xml 26 android:id="@+id/content_pane"
one_pane_activity.xml 29 android:id="@+id/content_pane"
two_pane_activity.xml 30 android:id="@+id/content_pane"
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java 187 transition, TAG_CONVERSATION_LIST, R.id.content_pane);
192 R.id.content_pane);
227 final Fragment f = fm.findFragmentById(R.id.content_pane);
247 R.id.content_pane);
277 * Replace the content_pane with the fragment specified here. The tag is specified so that
470 TAG_CUSTOM_FRAGMENT, R.id.content_pane);
FolderSelectionActivity.java 206 fragmentTransaction.replace(R.id.content_pane, fragment);
TwoPaneController.java 122 mDrawerPullout = mDrawerContainer.findViewById(R.id.content_pane);
TwoPaneLayout.java 160 mFoldersView = findViewById(R.id.content_pane);
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc 704 views::View* content_pane = new views::View(); local
705 views::GridLayout* content_layout = new views::GridLayout(content_pane);
706 content_pane->SetLayoutManager(content_layout);
739 layout->AddView(content_pane, 1, 1, views::GridLayout::LEADING,

Completed in 130 milliseconds