HomeSort by relevance Sort by last modified time
    Searched full:layout (Results 901 - 925 of 5312) sorted by null

<<31323334353637383940>>

  /development/samples/XmlAdapters/res/xml/
contacts.xml 21 app:layout="@layout/contact_item">
rss_feed.xml 20 app:layout="@layout/rss_feed_item">
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
Notepadv1.java 36 setContentView(R.layout.notepad_list);
75 new SimpleCursorAdapter(this, R.layout.notes_row, c, from, to);
  /external/chromium/chrome/browser/chromeos/login/
default_images_view.h 37 // Initializes this view, its children and layout.
60 // Initializes layout manager for this view.
enterprise_enrollment_view.h 39 // Initialize view controls and layout.
69 virtual void Layout() OVERRIDE;
  /external/chromium/chrome/browser/ui/views/infobars/
translate_message_infobar.cc 21 void TranslateMessageInfoBar::Layout() {
22 TranslateInfoBarBase::Layout();
  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc 47 void SelectedKeywordView::Layout() {
50 IconLabelBubbleView::Layout();
  /external/chromium/chrome/browser/ui/views/
sad_tab_view.h 38 virtual void Layout();
58 // Layout().
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_views.cc 17 #include "views/layout/fill_layout.h"
52 Layout();
  /external/icu4c/config/
test-icu-config.sh 27 icu-config --ldflags-layout
48 icu-config --detect-prefix --ldflags --ldflags-layout
  /external/icu4c/test/letest/
cletest.vcproj 46 AdditionalIncludeDirectories="..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout"
123 AdditionalIncludeDirectories="..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout"
201 AdditionalIncludeDirectories="..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout"
279 AdditionalIncludeDirectories="..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout"
letest.vcproj 49 AdditionalIncludeDirectories="..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout"
136 AdditionalIncludeDirectories="..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout"
227 AdditionalIncludeDirectories="..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout"
317 AdditionalIncludeDirectories="..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout"
  /external/qemu/android/skin/
window.h 26 extern SkinWindow* skin_window_create( SkinLayout* layout,
37 extern int skin_window_reset ( SkinWindow* window, SkinLayout* layout );
  /external/webkit/Source/WebCore/inspector/front-end/
TimelineAgent.js 38 Layout: "Layout",
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDocument.idl 68 @discussion Called when WebKit has determined that the document view needs to layout.
69 This method should simply set a flag and call layout from drawRect if the flag is YES.
70 @param flag YES to cause a layout, no to not cause a layout.
76 @method layout
77 @discussion Called when the document view must immediately layout. For simple views,
79 - (void)layout;
81 HRESULT layout();
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 31 import android.text.Layout;
189 * Request a layout to reposition the icon. The positioning of icon
191 * after a layout.
248 // our layout params depend on the length of the text
253 * @return layout params appropriate for this view. If layout params already exist, it will
259 // Default layout parameters
265 lp.desiredWidth = (int) Layout.getDesiredWidth(getText(), getPaint());
  /frameworks/base/core/res/res/layout/
dialog_title.xml 3 /* //device/apps/common/assets/res/layout/dialog_title.xml
20 This is an optimized layout for a screen, with the minimum set of features
keyboard_popup_keyboard.xml 34 android:keyPreviewLayout="@layout/keyboard_key_preview"
35 android:popupLayout="@layout/keyboard_popup_keyboard"
  /frameworks/base/core/res/res/values-w720dp/
dimens.xml 24 <!-- Weight of the left pane in a multi-pane preference layout. -->
26 <!-- Weight of the right pane in a multi-pane preference layout. So the split is 1:2 -->
  /frameworks/base/core/tests/coretests/res/layout/
baseline_0width_and_weight.xml 24 <LinearLayout android:id="@+id/layout"
29 <android.widget.layout.linear.ExceptionTextView
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGrid.java 32 setContentView(R.layout.linear_layout_grid);
36 return (ViewGroup) findViewById(R.id.layout);
ListOfButtons.java 30 * A layout with a ListView containing buttons.
39 setContentView(R.layout.list_with_button_above);
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListener.java 41 setContentView(R.layout.grid_scroll_listener);
52 android.R.layout.simple_list_item_1, values));
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentCenterGravityTest.java 17 package android.widget.layout.linear;
27 import android.widget.layout.linear.BaselineAlignmentCenterGravity;
LLOfTwoFocusableInTouchMode.java 17 package android.widget.layout.linear;
39 setContentView(R.layout.linear_layout_buttons);

Completed in 550 milliseconds

<<31323334353637383940>>