OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relativelayout
(Results
401 - 425
of
501
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/res/res/layout-sw600dp/
keyguard_screen_glogin_unlock.xml
30
<
RelativeLayout
113
</
RelativeLayout
>
/frameworks/base/packages/SystemUI/res/layout/
status_bar_expanded.xml
29
<
RelativeLayout
80
</
RelativeLayout
>
/packages/apps/Browser/src/com/android/browser/
NavScreen.java
36
import android.widget.
RelativeLayout
;
46
public class NavScreen extends
RelativeLayout
TitleBar.java
36
import android.widget.
RelativeLayout
;
42
public class TitleBar extends
RelativeLayout
{
/packages/apps/Camera/src/com/android/camera/ui/
IndicatorControl.java
30
import android.widget.
RelativeLayout
;
37
public abstract class IndicatorControl extends
RelativeLayout
implements
ZoomControl.java
26
import android.widget.
RelativeLayout
;
32
public abstract class ZoomControl extends
RelativeLayout
implements Rotatable {
/packages/apps/Contacts/res/layout/
confirm_add_detail_activity.xml
30
<
RelativeLayout
102
</
RelativeLayout
>
/packages/apps/Email/res/layout-sw600dp/
account_setup_options_common.xml
19
<
RelativeLayout
168
</
RelativeLayout
>
/packages/apps/Email/res/layout-sw600dp-land/
message_view_invitation.xml
53
<
RelativeLayout
116
</
RelativeLayout
>
/packages/apps/Email/res/layout-sw600dp-port/
message_view_invitation.xml
53
<
RelativeLayout
116
</
RelativeLayout
>
/packages/apps/Email/res/
layout-sw800dp-port
53
<
RelativeLayout
116
</
RelativeLayout
>
/packages/apps/Email/src/com/android/email/activity/
MailboxListItem.java
27
import android.widget.
RelativeLayout
;
30
public class MailboxListItem extends
RelativeLayout
{
/packages/apps/Gallery/res/layout/
viewimage.xml
17
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
117
</
RelativeLayout
>
/packages/apps/Phone/res/layout/
manage_conference_panel.xml
20
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
145
</
RelativeLayout
>
incall_touch_ui.xml
27
<
RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
76
<
RelativeLayout
android:id="@+id/inCallControls"
306
</
RelativeLayout
>
308
</
RelativeLayout
>
/cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java
41
import android.widget.
RelativeLayout
;
394
RelativeLayout
.LayoutParams relativeParams = new
RelativeLayout
.LayoutParams(
395
RelativeLayout
.LayoutParams.MATCH_PARENT,
RelativeLayout
.LayoutParams.MATCH_PARENT);
TabWidgetTest.java
32
import android.widget.
RelativeLayout
;
239
View view2 = new
RelativeLayout
(mActivity);
/development/samples/ApiDemos/src/com/example/android/apis/view/
_package.html
21
<li>
RelativeLayout
294
<h3>
RelativeLayout
Example 1: Stretching</h3>
298
This demonstrates how views can be positioned relative to the
RelativeLayout
itself.
308
Views/Layouts/
RelativeLayout
/Example 1
327
<h3>
RelativeLayout
Example 2: A Simple Form Revisited</h3>
328
The form created in LinearLayout Example 5 is recreated using a
RelativeLayout
. This example demonstrates:
340
Views/Layouts/
RelativeLayout
/Example 2
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java
36
import android.widget.
RelativeLayout
;
252
RelativeLayout
.LayoutParams params = new
RelativeLayout
.LayoutParams(
/packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieControllerOverlay.java
39
import android.widget.
RelativeLayout
;
133
RelativeLayout
.LayoutParams params =
134
new
RelativeLayout
.LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java
68
parentId = "
RelativeLayout
"; // For display purposes; we never reference
109
// Self-reference.
RelativeLayout
ignores these so it's
110
// not an error like a deeper cycle (where
RelativeLayout
/frameworks/base/docs/html/training/multiscreen/
index.jd
73
views, {@link android.widget.
RelativeLayout
}, screen size and orientation qualifiers,
/packages/apps/Settings/res/layout/
installed_app_details.xml
257
<
RelativeLayout
310
</
RelativeLayout
>
318
<
RelativeLayout
337
</
RelativeLayout
>
/frameworks/base/core/res/res/layout/
keyguard_screen_tab_unlock.xml
122
<
RelativeLayout
162
</
RelativeLayout
>
/frameworks/base/policy/src/com/android/internal/policy/impl/
AccountUnlockScreen.java
42
import android.widget.
RelativeLayout
;
54
public class AccountUnlockScreen extends
RelativeLayout
implements KeyguardScreen,
Completed in 1133 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>