HomeSort by relevance Sort by last modified time
    Searched refs:container (Results 176 - 200 of 881) sorted by null

1 2 3 4 5 6 78 91011>>

  /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:__anon24954
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...]
  /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
  /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;
ColumnDialog.java 55 Composite container = new Composite(parent, SWT.NONE); local
56 container.setLayout(new GridLayout(1, false));
60 container.setLayoutData(gridData);
62 Label lblSelectVisibleColumns = new Label(container, SWT.NONE);
65 mViewer = CheckboxTableViewer.newCheckList(container,
76 return container;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizardPage.java 56 Composite container = new Composite(parent, SWT.NULL); local
57 setControl(container);
58 container.setLayout(new GridLayout(2, false));
60 Label lblLibraryName = new Label(container, SWT.NONE);
63 Composite composite = new Composite(container, SWT.NONE);
  /developers/samples/android/ui/actionbarcompat/ShareActionProvider/ShareActionProvider/src/main/src/com/example/android/actionbarcompat/shareactionprovider/
MainActivity.java 107 public void destroyItem(ViewGroup container, int position, Object object) {
109 container.removeView((View) object);
113 public Object instantiateItem(ViewGroup container, int position) {
127 .inflate(R.layout.item_text, container, false);
133 container.addView(tv);
139 .inflate(R.layout.item_image, container, false);
145 container.addView(iv);
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 9 .thumbnail-container {
17 .thumbnail-container:focus {
22 .thumbnail-container > .title {
28 .thumbnail-container > .title {
95 .thumbnail-container:focus .edit-bar,
96 .thumbnail-container:hover .edit-bar {
155 .thumbnail-container > .title > div {
167 html[dir=rtl] .thumbnail-container > .title > div {
193 .thumbnail-container:focus .thumbnail,
194 .thumbnail-container:hover .thumbnail
    [all...]
  /external/webkit/Source/WebCore/page/
FocusController.cpp 488 void FocusController::findFocusCandidateInContainer(Node* container, const IntRect& startingRect, FocusDirection direction, KeyboardEvent* event, FocusCandidate& closest)
490 ASSERT(container);
493 Node* node = container->firstChild();
499 for (; node; node = (node->isFrameOwnerElement() || canScrollInDirection(node, direction)) ? node->traverseNextSibling(container) : node->traverseNextNode(container)) {
513 candidate.enclosingScrollableBox = container;
518 bool FocusController::advanceFocusDirectionallyInContainer(Node* container, const IntRect& startingRect, FocusDirection direction, KeyboardEvent* event)
520 if (!container || !container->document())
526 newStartingRect = virtualRectForDirection(direction, nodeRectInAbsoluteCoordinates(container));
575 Node* container = focusCandidate.enclosingScrollableBox; local
598 Node* container = focusedDocument; local
    [all...]
SpatialNavigation.cpp 291 // Checks if |node| is offscreen the visible area (viewport) of its container
308 // If the container has overflow:hidden, we cannot scroll, so we do not pass direction
371 bool scrollInDirection(Node* container, FocusDirection direction)
373 ASSERT(container);
374 if (container->isDocumentNode())
375 return scrollInDirection(static_cast<Document*>(container)->frame(), direction);
377 if (!container->renderBox())
380 if (canScrollInDirection(container, direction)) {
385 dx = - min(Scrollbar::pixelsPerLineStep(), container->renderBox()->scrollLeft());
388 ASSERT(container->renderBox()->scrollWidth() > (container->renderBox()->scrollLeft() + container->renderBox()->clie (…)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
InstallDependencyPage.java 89 Composite container = new Composite(parent, SWT.NULL); local
90 setControl(container);
91 container.setLayout(new GridLayout(2, false));
95 Label dependLabel = new Label(container, SWT.WRAP);
103 mLink = new Link(container, SWT.NONE);
108 Label lblNewLabel_1 = new Label(container, SWT.NONE);
111 requiredLabel = new Label(container, SWT.NONE);
114 mRequiredVersion = new Label(container, SWT.NONE);
117 installedLabel = new Label(container, SWT.NONE);
120 mInstalledVersion = new Label(container, SWT.NONE)
    [all...]
  /external/webkit/Source/WebCore/css/
mediaControlsGtk.css 52 audio::-webkit-media-controls-timeline-container, video::-webkit-media-controls-timeline-container {
89 audio::-webkit-media-controls-volume-slider-container, video::-webkit-media-controls-volume-slider-container {
90 -webkit-appearance: media-volume-slider-container;
  /external/chromium/base/
stack_container.h 29 // be sure to reserve() in the container up to the stack buffer size. Otherwise
30 // the container will allocate a small array which will "use up" the stack
38 // Backing store for the allocator. The container owner is responsible for
123 // initial capacity of the vector is based on. Growing the container beyond the
124 // stack capacity will transparently overflow onto the heap. The container must
137 // Allocator must be constructed before the container!
139 // Make the container use the stack allocation by reserving our buffer size
144 // Getters for the actual container.
149 // copy into a "real" container for longer-lived objects.
150 ContainerType& container() { return container_; function in class:StackContainer
151 const ContainerType& container() const { return container_; } function in class:StackContainer
    [all...]
  /external/chromium-trace/trace-viewer/src/tracks/
thread_track.css 12 .thread-track > .slice-group-track.first-visible-child > .slice-track.first-visible-child .canvas-based-track-canvas-container {
19 .process-track.first-visible-child > .thread-track.first-visible-child > .slice-group-track.first-visible-child > .slice-track.first-visible-child .canvas-based-track-canvas-container {
29 .thread-track .canvas-based-track:last-child .canvas-based-track-canvas-container {
  /external/webkit/Source/WebKit/win/
COMEnumVariant.h 59 COMEnumVariant(const ContainerType& container)
61 , m_container(container)
76 COMEnumVariant<typename ContainerType>* COMEnumVariant<ContainerType>::adopt(ContainerType& container)
79 instance->m_container.swap(container);
86 COMEnumVariant<typename ContainerType>* COMEnumVariant<ContainerType>::createInstance(const ContainerType& container)
88 COMEnumVariant* instance = new COMEnumVariant(container);
  /frameworks/base/core/java/android/preference/
PreferenceGroup.java 32 * A container for multiple
47 * The container for child {@link Preference}s. This is sorted based on the
310 protected void dispatchSaveInstanceState(Bundle container) {
311 super.dispatchSaveInstanceState(container);
316 getPreference(i).dispatchSaveInstanceState(container);
321 protected void dispatchRestoreInstanceState(Bundle container) {
322 super.dispatchRestoreInstanceState(container);
327 getPreference(i).dispatchRestoreInstanceState(container);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java 52 * container. The container will re
74 View container = findViewById(R.id.container); local
75 container.setOnHoverListener(new View.OnHoverListener() {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentHideShow.java 73 public View onCreateView(LayoutInflater inflater, ViewGroup container,
75 View v = inflater.inflate(R.layout.labeled_text_edit, container, false);
99 public View onCreateView(LayoutInflater inflater, ViewGroup container,
101 View v = inflater.inflate(R.layout.labeled_text_edit, container, false);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentHideShowSupport.java 74 public View onCreateView(LayoutInflater inflater, ViewGroup container,
76 View v = inflater.inflate(R.layout.labeled_text_edit, container, false);
100 public View onCreateView(LayoutInflater inflater, ViewGroup container,
102 View v = inflater.inflate(R.layout.labeled_text_edit, container, false);
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.css 26 #url-prompt-container {
84 .data-grid .data-container {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
StyleChooser.java 30 public void setUp(ViewGroup container, Parameter parameter, Editor editor) {
31 container.removeAllViews();
33 Context context = container.getContext();
37 mTopView = inflater.inflate(mLayoutID, container, true);
TitledSlider.java 42 public void setUp(ViewGroup container, Parameter parameter, Editor editor) {
43 container.removeAllViews();
45 Context context = container.getContext();
49 mTopView = inflater.inflate(mLayoutID, container, true);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsSummary.java 90 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
95 container, false);
96 mContentContainer = container;
110 if (container instanceof PreferenceFrameLayout) {
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 162 // Build a container to hold the title and the URI
163 LinearLayout container = new LinearLayout(activity); local
164 container.setOrientation(LinearLayout.VERTICAL);
165 container.setLayoutParams(new LayoutParams(
168 container.addView(mTitleRecord.getView(activity, inflater, container, offset));
169 inflater.inflate(R.layout.tag_divider, container);
170 container.addView(mUriRecord.getView(activity, inflater, container, offset));
171 return container;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 82 final View container = getContainerView(); local
84 final int x = pointX - getDefaultCoordX() - container.getPaddingLeft();
85 final int y = pointY - container.getMeasuredHeight() + container.getPaddingBottom();
89 final int maxX = parentView.getMeasuredWidth() - container.getMeasuredWidth();
92 container.setX(panelX);
93 container.setY(panelY);
95 mOriginX = x + container.getPaddingLeft();
96 mOriginY = y + container.getPaddingTop();

Completed in 3209 milliseconds

1 2 3 4 5 6 78 91011>>