/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintEditAction.java | 20 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.DelegatingAction;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
TestAttribute.java | 16 package com.android.ide.common.layout;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeFactoryTest.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.gre; 22 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor; 23 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.CanvasViewInfo; 24 import com.android.ide.eclipse.adt.internal.editors.layout.uimodel.UiViewElementNode;
|
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/ |
wallpaper_manager.h | 41 ash::WallpaperLayout layout; member in struct:chromeos::WallpaperInfo 45 return (file == other.file) && (layout == other.layout) && 145 // SetCustomWallpaper(user_wallpaper, layout); 203 // |preferred_height| while respecting the |layout| choice. |output_skia| is 206 ash::WallpaperLayout layout, 213 // |preferred_height| while respecting the |layout| choice and saves the 218 ash::WallpaperLayout layout, 267 ash::WallpaperLayout layout, 305 ash::WallpaperLayout layout, [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutTest.java | 25 import android.text.Layout.Alignment; 122 * Return the number of lines of text in this layout. 262 * in the top line of the Layout. 269 * Returns the number of extra pixels of descent padding in the bottom line of the Layout. 389 * Return the width to which this Layout is ellipsizing 398 StaticLayout layout = new StaticLayout(LAYOUT_TEXT, 0, LAYOUT_TEXT.length(), local 401 assertEquals(ellipsizedWidth, layout.getEllipsizedWidth()); 403 layout = new StaticLayout(LAYOUT_TEXT, 0, LAYOUT_TEXT.length(), 406 assertEquals(outerWidth, layout.getEllipsizedWidth()); 417 StaticLayout layout = new StaticLayout(editable, mDefaultPaint local [all...] |
/developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/ |
FragmentTransitionFragment.java | 47 mAdapter = new MeatAdapter(inflater, R.layout.item_meat_grid); 48 // Inflate the layout with a GridView in it. 49 return inflater.inflate(R.layout.fragment_fragment_transition, container, false);
|
/developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/slidingtabsbasic/ |
SlidingTabsBasicFragment.java | 58 return inflater.inflate(R.layout.fragment_sample, container, false); 129 * inflate a layout from the apps resources and then change the text view to signify the position. 133 // Inflate a new layout from our resources 134 View view = getActivity().getLayoutInflater().inflate(R.layout.pager_item,
|
/developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/ |
FragmentTransitionFragment.java | 47 mAdapter = new MeatAdapter(inflater, R.layout.item_meat_grid); 48 // Inflate the layout with a GridView in it. 49 return inflater.inflate(R.layout.fragment_fragment_transition, container, false);
|
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/Application/src/main/java/com/example/android/slidingtabsbasic/ |
SlidingTabsBasicFragment.java | 58 return inflater.inflate(R.layout.fragment_sample, container, false); 129 * inflate a layout from the apps resources and then change the text view to signify the position. 133 // Inflate a new layout from our resources 134 View view = getActivity().getLayoutInflater().inflate(R.layout.pager_item,
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentDialogOrActivity.java | 37 setContentView(R.layout.fragment_dialog_or_activity); 75 View v = inflater.inflate(R.layout.hello_world, container, false);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList3.java | 65 android.R.layout.simple_expandable_list_item_1, 69 android.R.layout.simple_expandable_list_item_2,
|
List7.java | 57 setContentView(R.layout.list_7); 69 android.R.layout.simple_list_item_1,
|
SplitTouchView.java | 40 setContentView(R.layout.split_touch_view); 44 android.R.layout.simple_list_item_1, Cheeses.sCheeseStrings);
|
/development/samples/ApiDemos/tests/src/com/example/android/apis/view/ |
Focus2AndroidTest.java | 71 // inflate the layout 74 mRoot = (ViewGroup) inflater.inflate(R.layout.focus_2, null); 78 mRoot.layout(0, 0, 500, 500);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentDialogOrActivitySupport.java | 36 setContentView(R.layout.fragment_dialog_or_activity); 74 View v = inflater.inflate(R.layout.hello_world, container, false);
|
/development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/ |
FragmentTransitionFragment.java | 47 mAdapter = new MeatAdapter(inflater, R.layout.item_meat_grid); 48 // Inflate the layout with a GridView in it. 49 return inflater.inflate(R.layout.fragment_fragment_transition, container, false);
|
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.slidingtabsbasic/ |
SlidingTabsBasicFragment.java | 58 return inflater.inflate(R.layout.fragment_sample, container, false); 129 * inflate a layout from the apps resources and then change the text view to signify the position. 133 // Inflate a new layout from our resources 134 View view = getActivity().getLayoutInflater().inflate(R.layout.pager_item,
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
LayoutChangesActivity.java | 31 * This sample demonstrates how to use system-provided, automatic layout transitions. Layout 40 * The container view which has layout change animations turned on. In this sample, this view 48 setContentView(R.layout.activity_layout_changes); 82 R.layout.list_item_example, mContainerView, false);
|
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/ |
Notepadv2.java | 45 setContentView(R.layout.notes_list); 64 new SimpleCursorAdapter(this, R.layout.notes_row, mNotesCursor, from, to);
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/share/ |
ShareDialogAdapter.java | 32 * @param context Context used to for layout inflation. 37 super(context, R.layout.share_dialog_item, objects); 46 view = mInflater.inflate(R.layout.share_dialog_item, parent, false);
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
input_view_browsertest.cc | 39 explicit InputViewConfig(std::string id, std::string layout) { 45 layout;
|
wallpaper_function_base.cc | 32 ash::WallpaperLayout GetLayoutEnum(const std::string& layout) { 34 if (layout.compare(kWallpaperLayoutArrays[i]) == 0) 37 // Default to use CENTER layout.
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_sync_promo_view.cc | 16 #include "ui/views/layout/box_layout.h" 17 #include "ui/views/layout/layout_constants.h" 65 views::BoxLayout* layout = new views::BoxLayout(views::BoxLayout::kVertical, local 69 SetLayoutManager(layout);
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
media_galleries_dialog_views.cc | 24 #include "ui/views/layout/box_layout.h" 25 #include "ui/views/layout/grid_layout.h" 26 #include "ui/views/layout/layout_constants.h" 35 // This container has the right Layout() impl to use within a ScrollView. 41 virtual void Layout() OVERRIDE; 47 void ScrollableView::Layout() { 57 views::View::Layout(); 91 // Outer dialog layout. 97 views::GridLayout* layout = views::GridLayout::CreatePanel(contents_); local 98 contents_->SetLayoutManager(layout); [all...] |
/external/chromium_org/chromeos/ime/ |
input_method_manager.h | 121 // locale, US Qwerty which corresponds to the hardware keyboard layout and 162 // layout info from VPD. 164 const std::string& locale, const std::string& layout) = 0; 174 // layout, change the caps lock status, and set the auto repeat rate/interval. 183 // Switches the current input method (or keyboard layout) to the next one. 186 // Switches the current input method (or keyboard layout) to the previous one. 190 // Switches to an input method (or keyboard layout) which is associated with 194 // If keyboard layout can be uset at login screen 195 virtual bool IsLoginKeyboard(const std::string& layout) const = 0;
|