OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:framelayout
(Results
151 - 175
of
2187
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/res/res/layout/
list_content.xml
18
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
41
<
FrameLayout
android:id="@+id/listContainer"
53
</
FrameLayout
>
55
</
FrameLayout
>
notification_template_material_base.xml
18
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
39
<
FrameLayout
47
</
FrameLayout
>
49
</
FrameLayout
>
/frameworks/base/packages/SystemUI/res/layout/
navigation_layout.xml
17
<
FrameLayout
23
<
FrameLayout
43
</
FrameLayout
>
57
</
FrameLayout
>
navigation_layout_rot90.xml
17
<
FrameLayout
23
<
FrameLayout
43
</
FrameLayout
>
57
</
FrameLayout
>
/frameworks/base/packages/SystemUI/res/layout-sw600dp/
navigation_layout_rot90.xml
16
<
FrameLayout
22
<
FrameLayout
42
</
FrameLayout
>
56
</
FrameLayout
>
/frameworks/base/tests/Assist/res/layout/
keyguard_preview.xml
18
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
39
<
FrameLayout
48
</
FrameLayout
>
61
</
FrameLayout
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Animated3dActivity.java
29
import android.widget.
FrameLayout
;
41
setContentView(view, new
FrameLayout
.LayoutParams(
42
FrameLayout
.LayoutParams.MATCH_PARENT,
FrameLayout
.LayoutParams.MATCH_PARENT
Bitmaps3dActivity.java
29
import android.widget.
FrameLayout
;
37
final
FrameLayout
layout = new
FrameLayout
(this);
38
layout.addView(view, new
FrameLayout
.LayoutParams(800, 400, Gravity.CENTER));
/frameworks/support/samples/Support4Demos/res/layout/
videoview.xml
18
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
27
<
FrameLayout
39
</
FrameLayout
>
40
</
FrameLayout
>
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/layout/
character_card.xml
17
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
29
<
FrameLayout
41
</
FrameLayout
>
52
</
FrameLayout
/packages/apps/Camera2/res/layout/
bottom_bar_contents.xml
20
<
FrameLayout
35
</
FrameLayout
>
37
<
FrameLayout
53
</
FrameLayout
>
/packages/apps/ContactsCommon/res/layout/
account_filter_header.xml
22
<
FrameLayout
28
<
FrameLayout
43
</
FrameLayout
>
44
</
FrameLayout
>
/packages/apps/Dialer/res/layout/
speed_dial_fragment.xml
17
<
FrameLayout
23
<
FrameLayout
42
</
FrameLayout
>
51
</
FrameLayout
>
/packages/apps/Dialer/src/com/android/dialer/
FloatingActionButtonBehavior.java
23
import android.widget.
FrameLayout
;
31
public class FloatingActionButtonBehavior extends CoordinatorLayout.Behavior<
FrameLayout
> {
36
public boolean layoutDependsOn(CoordinatorLayout parent,
FrameLayout
child, View dependency) {
41
public boolean onDependentViewChanged(CoordinatorLayout parent,
FrameLayout
child,
/packages/apps/Gallery2/res/layout/
album_content.xml
16
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
39
<
FrameLayout
android:id="@+id/gridContainer"
55
</
FrameLayout
>
57
</
FrameLayout
crop_activity.xml
18
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
30
<
FrameLayout
50
</
FrameLayout
>
54
</
FrameLayout
>
multigrid_content.xml
16
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
39
<
FrameLayout
android:id="@+id/gridContainer"
55
</
FrameLayout
>
57
</
FrameLayout
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCurves.java
21
import android.widget.
FrameLayout
;
48
public void createEditor(Context context,
FrameLayout
frameLayout
) {
49
super.createEditor(context,
frameLayout
);
EditorRedEye.java
20
import android.widget.
FrameLayout
;
44
public void createEditor(Context context,
FrameLayout
frameLayout
) {
45
super.createEditor(context,
frameLayout
);
EditorTinyPlanet.java
20
import android.widget.
FrameLayout
;
37
public void createEditor(Context context,
FrameLayout
frameLayout
) {
38
super.createEditor(context,
frameLayout
);
/packages/apps/Launcher2/res/layout/
drop_target_bar.xml
17
<
FrameLayout
27
</
FrameLayout
>
28
<
FrameLayout
38
</
FrameLayout
>
/packages/apps/LegacyCamera/res/layout/
other_setting_popup.xml
29
<
FrameLayout
36
</
FrameLayout
>
40
<
FrameLayout
45
</
FrameLayout
>
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WpsScanningFragment.java
25
import android.widget.
FrameLayout
;
40
// fragments are fullscreen. This class adds a
FrameLayout
to hold the actual content.
45
FrameLayout
holder = new
FrameLayout
(getActivity());
/packages/screensavers/PhotoTable/res/layout/
table.xml
16
<
FrameLayout
38
<
FrameLayout
44
<
FrameLayout
64
</
FrameLayout
>
/packages/screensavers/PhotoTable/res/layout-sw800dp/
table.xml
16
<
FrameLayout
35
<
FrameLayout
41
<
FrameLayout
59
</
FrameLayout
>
Completed in 971 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>