/external/chromium_org/ui/views/examples/ |
message_box_example.cc | 22 void MessageBoxExample::CreateExampleView(View* container) { 28 GridLayout* layout = new GridLayout(container); 29 container->SetLayoutManager(layout);
|
progress_bar_example.cc | 39 void ProgressBarExample::CreateExampleView(View* container) { 40 GridLayout* layout = new GridLayout(container); 41 container->SetLayoutManager(layout);
|
radio_button_example.cc | 25 void RadioButtonExample::CreateExampleView(View* container) { 38 GridLayout* layout = new GridLayout(container); 39 container->SetLayoutManager(layout);
|
single_split_view_example.cc | 63 void SingleSplitViewExample::CreateExampleView(View* container) { 74 GridLayout* layout = new GridLayout(container); 75 container->SetLayoutManager(layout);
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
ChangingText.java | 40 View container = findViewById(R.id.container); local 41 mSceneRoot = (ViewGroup) container.getParent();
|
ClippingText.java | 45 View container = (View) findViewById(R.id.container); local 46 mSceneRoot = (ViewGroup) container.getParent();
|
CrossfadeImage.java | 44 ViewGroup container = (ViewGroup) findViewById(R.id.container); local 45 mSceneRoot = container;
|
Demo0.java | 38 View container = (View) findViewById(R.id.container); local 39 mSceneRoot = (ViewGroup) container.getParent();
|
Demo3.java | 41 View container = (View) findViewById(R.id.container); local 42 mSceneRoot = (ViewGroup) container.getParent();
|
InstanceTargets.java | 40 View container = (View) findViewById(R.id.container); local 41 mSceneRoot = (ViewGroup) container;
|
ScenesTestAutoTargets.java | 42 View container = (View) findViewById(R.id.container); local 43 mSceneRoot = (ViewGroup) container.getParent();
|
ScenesTestAutoTransition.java | 40 View container = (View) findViewById(R.id.container); local 41 mSceneRoot = (ViewGroup) container.getParent();
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
EmailAddressPickerFragment.java | 60 protected View inflateView(LayoutInflater inflater, ViewGroup container) { 65 protected void onCreateView(LayoutInflater inflater, ViewGroup container) { 66 super.onCreateView(inflater, container);
|
PostalAddressPickerFragment.java | 75 protected View inflateView(LayoutInflater inflater, ViewGroup container) { 80 protected void onCreateView(LayoutInflater inflater, ViewGroup container) { 81 super.onCreateView(inflater, container);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-iterator.h | 34 tree container; member in struct:__anon35635 43 i.container = t; 54 i.container = t;
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-iterator.h | 34 tree container; member in struct:__anon36364 43 i.container = t; 54 i.container = t;
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-iterator.h | 34 tree container; member in struct:__anon37195 43 i.container = t; 54 i.container = t;
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-iterator.h | 34 tree container; member in struct:__anon37924 43 i.container = t; 54 i.container = t;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
ChooseAssetTypePage.java | 67 Composite container = new Composite(parent, SWT.NULL); local 69 setControl(container); 70 container.setLayout(new GridLayout(3, false)); 73 Button button = new Button(container, SWT.RADIO); 81 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL); 86 Label projectLabel = new Label(container, SWT.NONE); 92 mProjectButton = new ProjectCombo(helper, container, mValues.project); 96 Label assetLabel = new Label(container, SWT.NONE); 100 mNameText = new Text(container, SWT.BORDER); 104 Label resourceLabel = new Label(container, SWT.NONE) [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
cookies_tree_model.h | 656 void PopulateAppCacheInfo(LocalDataContainer* container); 657 void PopulateCookieInfo(LocalDataContainer* container); 658 void PopulateDatabaseInfo(LocalDataContainer* container); 659 void PopulateLocalStorageInfo(LocalDataContainer* container); 660 void PopulateSessionStorageInfo(LocalDataContainer* container); 661 void PopulateIndexedDBInfo(LocalDataContainer* container); 662 void PopulateFileSystemInfo(LocalDataContainer* container); 663 void PopulateQuotaInfo(LocalDataContainer* container); 664 void PopulateServerBoundCertInfo(LocalDataContainer* container); 665 void PopulateFlashLSOInfo(LocalDataContainer* container); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
dxbc_parse.cpp | 34 std::auto_ptr<dxbc_container> container(new dxbc_container()); 35 container->data = data; 46 container->chunk_map[fourcc] = i; 47 container->chunks.push_back(chunk); 49 return container.release();
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
dxbc_parse.cpp | 34 std::auto_ptr<dxbc_container> container(new dxbc_container()); 35 container->data = data; 46 container->chunk_map[fourcc] = i; 47 container->chunks.push_back(chunk); 49 return container.release();
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
ItemInfo.java | 48 * The id of the container that holds this item. For the desktop, this will be 53 long container = NO_ID; field in class:ItemInfo 116 container = info.container; 143 values.put(LauncherSettings.Favorites.CONTAINER, container); 190 return "Item(id=" + this.id + " type=" + this.itemType + " container=" + this.container
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
ItemInfo.java | 48 * The id of the container that holds this item. For the desktop, this will be 53 long container = NO_ID; field in class:ItemInfo 116 container = info.container; 132 values.put(LauncherSettings.Favorites.CONTAINER, container); 179 return "Item(id=" + this.id + " type=" + this.itemType + " container=" + this.container
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
InputDensityDialog.java | 49 Composite container = (Composite) super.createDialogArea(parent); local 50 container.setLayout(new GridLayout(1, false)); 52 Label lblWhatIsThe = new Label(container, SWT.WRAP); 56 mCombo = new Combo(container, SWT.READ_ONLY); 77 return container;
|