OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:content_pane
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java
80
// in
content_pane
or by the tag, we grab it and remove without animations
84
final Fragment f = fm.findFragmentById(R.id.
content_pane
);
249
transition, TAG_CONVERSATION_LIST, R.id.
content_pane
);
254
R.id.
content_pane
);
305
R.id.
content_pane
);
348
* Replace the
content_pane
with the fragment specified here. The tag is specified so that
532
TAG_CUSTOM_FRAGMENT, R.id.
content_pane
);
FolderSelectionActivity.java
197
fragmentTransaction.replace(R.id.
content_pane
, fragment);
/external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc
768
views::View*
content_pane
= new views::View();
local
769
views::GridLayout* content_layout = new views::GridLayout(
content_pane
);
770
content_pane
->SetLayoutManager(content_layout);
813
layout->AddView(
content_pane
, 1, 1, views::GridLayout::LEADING,
Completed in 1058 milliseconds