OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layout
(Results
201 - 225
of
5312
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Contacts/res/layout/
contact_detail_tab_carousel.xml
34
layout
="@
layout
/carousel_about_tab" />
45
layout
="@
layout
/carousel_updates_tab" />
item_kind_section.xml
27
layout
="@
layout
/edit_kind_title" />
37
layout
="@
layout
/edit_add_field" />
/packages/apps/Music/res/layout-land/
media_picker_activity.xml
23
<include
layout
="@
layout
/sd_error" />
25
<include
layout
="@
layout
/buttonbar" />
media_picker_activity_expanding.xml
23
<include
layout
="@
layout
/sd_error" />
25
<include
layout
="@
layout
/buttonbar" />
/packages/apps/PackageInstaller/res/layout/
install_start.xml
23
layout
="@
layout
/app_details"
29
layout
="@
layout
/install_confirm"
/packages/apps/Protips/res/layout/
widget.xml
25
<include
layout
="@
layout
/droid" />
26
<include
layout
="@
layout
/bubble" />
/packages/apps/Protips/res/layout-land/
widget.xml
25
<include
layout
="@
layout
/droid" />
26
<include
layout
="@
layout
/bubble" />
/packages/apps/Settings/res/layout/
crypt_keeper_password_entry.xml
25
<include
layout
="@
layout
/crypt_keeper_status" />
34
<include
layout
="@
layout
/crypt_keeper_password_field" />
running_service_details_service.xml
33
layout
="@
layout
/running_processes_item"
45
layout
="@
layout
/two_buttons_panel"
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridViewRule.java
17
package com.android.ide.common.
layout
;
19
import static com.android.ide.common.
layout
.LayoutConstants.ANDROID_URI;
20
import static com.android.ide.common.
layout
.LayoutConstants.ATTR_LAYOUT_WIDTH;
21
import static com.android.ide.common.
layout
.LayoutConstants.ATTR_NUM_COLUMNS;
DialerFilterRule.java
17
package com.android.ide.common.
layout
;
19
import static com.android.ide.common.
layout
.LayoutConstants.ANDROID_URI;
20
import static com.android.ide.common.
layout
.LayoutConstants.ATTR_ID;
21
import static com.android.ide.common.
layout
.LayoutConstants.ATTR_LAYOUT_BELOW;
22
import static com.android.ide.common.
layout
.LayoutConstants.ATTR_LAYOUT_WIDTH;
23
import static com.android.ide.common.
layout
.LayoutConstants.ATTR_TEXT;
24
import static com.android.ide.common.
layout
.LayoutConstants.FQCN_EDIT_TEXT;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
ViewClassInfo.java
21
* Information needed to represent a View or ViewGroup (aka
Layout
) item
22
* in the
layout
hierarchy, as extracted from the main android.jar and the
26
/** Is this a
layout
class (i.e. ViewGroup) or just a view? */
42
/** ViewLayout class info owning this
layout
data */
46
/**
Layout
Data Attributes for
layout
classes. Can be empty but not null. */
61
/** Returns the ViewLayout class info enclosing this
layout
data. Cannot null. */
79
/**
Layout
data info for a
layout
class. Null for all non-
layout
classes and alway
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
java_file.template
11
setContentView(R.
layout
.main);
/sdk/layoutlib_api/sample/testproject/src/com/example/layoutlib/testproject/
Main.java
13
setContentView(R.
layout
.main);
/sdk/testapps/basicLib/res/layout/
basiclib_main.xml
10
android:text="basicLib
Layout
"
/sdk/testapps/basicLib/src/com/android/tests/basiclib/
Main.java
13
setContentView(R.
layout
.basiclib_main);
/sdk/testapps/basicProject/src/com/android/tests/basicproject/
Main.java
13
setContentView(R.
layout
.main);
/sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Main.java
13
setContentView(R.
layout
.main);
/development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionFocus.java
46
final LinearLayout
layout
= new LinearLayout(this);
local
47
layout
.setOrientation(LinearLayout.HORIZONTAL);
48
layout
.setLayoutParams(new ViewGroup.LayoutParams(
58
layout
.addView(leftColumn);
63
layout
.addView(middleColumn);
68
layout
.addView(rightColumn);
70
setContentView(
layout
);
/external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc
21
#include "views/
layout
/grid_layout.h"
22
#include "views/
layout
/layout_constants.h"
66
// An approximate window size. After
Layout
() we'll get better bounds.
83
views::GridLayout*
layout
= views::GridLayout::CreatePanel(root_view);
local
84
if (!
layout
) {
88
root_view->SetLayoutManager(
layout
);
92
columns =
layout
->AddColumnSet(0);
102
columns =
layout
->AddColumnSet(1);
108
columns =
layout
->AddColumnSet(2);
114
columns =
layout
->AddColumnSet(3)
[
all
...]
/external/qemu/android/skin/
file.h
19
/**
Layout
85
#define SKIN_LAYOUT_LOOP_LOCS(
layout
,loc) \
87
SkinLocation* __loc = (
layout
)->locations; \
97
extern SkinDisplay* skin_layout_get_display( SkinLayout*
layout
);
99
extern SkinRotation skin_layout_get_dpad_rotation( SkinLayout*
layout
);
109
#define SKIN_FILE_LOOP_LAYOUTS(file,
layout
) \
114
SkinLayout*
layout
= __layout;
/frameworks/base/core/java/android/text/method/
ScrollingMovementMethod.java
95
Layout
layout
= widget.getLayout();
local
97
if (
layout
!= null && (dir & View.FOCUS_FORWARD) != 0) {
99
layout
.getLineTop(0));
101
if (
layout
!= null && (dir & View.FOCUS_BACKWARD) != 0) {
104
int line =
layout
.getLineCount() - 1;
107
layout
.getLineTop(line+1) -
/packages/apps/Gallery/src/com/android/camera/
ActionMenuButton.java
25
import android.text.
Layout
;
75
final
Layout
layout
= getLayout();
local
80
rect.set(left +
layout
.getLineLeft(0) - PADDING_H,
81
top +
layout
.getLineTop(0) - PADDING_V,
82
Math.min(left +
layout
.getLineRight(0) + PADDING_H,
84
top +
layout
.getLineBottom(0) + PADDING_V);
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
EffectToolFactory.java
76
R.
layout
.photoeditor_scale_seekbar);
82
return (ColorSeekBar) createPanelTool(R.
layout
.photoeditor_color_seekbar);
86
return (DoodleView) createFullscreenTool(R.
layout
.photoeditor_doodle_view);
90
return (TouchView) createFullscreenTool(R.
layout
.photoeditor_touch_view);
94
return (FlipView) createFullscreenTool(R.
layout
.photoeditor_flip_view);
98
return (RotateView) createFullscreenTool(R.
layout
.photoeditor_rotate_view);
102
return (CropView) createFullscreenTool(R.
layout
.photoeditor_crop_view);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
MatchingStrategy.java
17
package com.android.ide.eclipse.adt.internal.editors.
layout
;
31
* Matching strategy for the
Layout
Editor. This is used to open all configurations of a
layout
37
// first check that the file being opened is a
layout
file.
41
// get the IFile object and check it's in one of the
layout
folders.
45
// if it's a
layout
, we know check the name of the fileInput against the name of the
47
if (resFolder != null && resFolder.getType() == ResourceFolderType.
LAYOUT
) {
Completed in 779 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>