OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layout
(Results
801 - 825
of
3589
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
ContentViewActivity.java
32
setContentView(R.
layout
.content_view);
PeerActivity.java
36
setContentView(R.
layout
.peer);
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentActivity.java
32
setContentView(R.
layout
.content_activity);
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader4.java
46
// Load screen
layout
.
47
setContentView(R.
layout
.main_screen2);
59
R.
layout
.list_element, // Our
layout
resource.
173
public RssCursorAdapter(Context context, int
layout
, Cursor c, String[] from, int[] to){
174
super(context,
layout
, c, from, to);
/development/samples/Support4Demos/src/com/example/android/supportv4/text/
BidiFormatterSupport.java
38
setContentView(R.
layout
.bidiformater_support);
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
ContentCategoryActivity.java
32
setContentView(R.
layout
.content_category);
SimpleUpActivity.java
31
setContentView(R.
layout
.simple_up);
ViewFromOtherTaskActivity.java
32
setContentView(R.
layout
.view_from_other_task);
/development/samples/training/notify-user/src/com/example/android/pingme/
ResultActivity.java
32
setContentView(R.
layout
.activity_result);
/development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson3/
ClickFunActivity.java
35
setContentView(R.
layout
.activity_click_fun);
/development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson4/
LaunchActivity.java
38
setContentView(R.
layout
.activity_launch_next);
NextActivity.java
52
setContentView(R.
layout
.activity_next);
/development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson5/
ReceiverActivity.java
53
setContentView(R.
layout
.activity_receiver);
SenderActivity.java
34
setContentView(R.
layout
.activity_sender);
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc
30
#include "views/
layout
/grid_layout.h"
31
#include "views/
layout
/layout_constants.h"
134
void BookmarkEditorView::
Layout
() {
135
// Let the grid
layout
manager lay out most of the dialog...
136
GetLayoutManager()->
Layout
(this);
317
// Yummy
layout
code.
318
GridLayout*
layout
= GridLayout::CreatePanel(this);
local
319
SetLayoutManager(
layout
);
325
ColumnSet* column_set =
layout
->AddColumnSet(labels_column_set_id);
332
column_set =
layout
->AddColumnSet(single_column_view_set_id)
[
all
...]
/external/chromium/chrome/browser/ui/views/
generic_info_view.h
55
void AddRow(int layout_id, views::GridLayout*
layout
,
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl_ll.h
8
// "Latin
Layout
" checker: checks if given keyboard
layout
is "Full Latin Input"
49
// For fast lookup "whether this language and
layout
are among listed in
56
bool IsFullLatinKeyboard(const std::string&
layout
,
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc
35
#include "ui/views/
layout
/grid_layout.h"
36
#include "ui/views/
layout
/layout_constants.h"
289
GridLayout*
layout
= GridLayout::CreatePanel(this);
local
290
SetLayoutManager(
layout
);
296
views::ColumnSet* column_set =
layout
->AddColumnSet(labels_column_set_id);
303
column_set =
layout
->AddColumnSet(single_column_view_set_id);
312
column_set =
layout
->AddColumnSet(buttons_column_set_id);
323
layout
->StartRow(0, labels_column_set_id);
324
layout
->AddView(title_label_);
325
layout
->AddView(title_tf_)
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.h
50
// Called when the fade-out animation for secondary display
layout
change is
51
// finished. |
layout
| specifies the four positions of the secondary display
54
void OnFadeOutForDisplayLayoutFinished(int
layout
, int offset);
/external/chromium_org/content/test/
mock_keyboard.h
20
// a tuple (
layout
, key code, modifiers) to Unicode characters so that
30
enum
Layout
{
88
//
layout
, key code, and modifiers, i.e. characters returned when we type
89
// specified keys on a specified
layout
.
92
int GetCharacters(
Layout
layout
,
98
Layout
keyboard_layout_;
/external/chromium_org/media/audio/cras/
cras_unified_unittest.cc
67
CrasUnifiedStream* CreateStream(ChannelLayout
layout
) {
68
return CreateStream(
layout
, kTestFramesPerPacket);
71
CrasUnifiedStream* CreateStream(ChannelLayout
layout
,
73
AudioParameters params(kTestFormat,
layout
, kTestSampleRate,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMedia.h
50
virtual void
layout
();
56
// FIXME: RenderMedia::
layout
makes assumptions about what children are allowed
RenderRubyRun.h
56
virtual void
layout
();
RenderVideo.h
66
virtual void
layout
();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGGradientStop.cpp
63
void RenderSVGGradientStop::
layout
()
function in class:WebCore::RenderSVGGradientStop
Completed in 237 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>