OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:framelayout
(Results
176 - 200
of
2187
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample8.xml
8
<
FrameLayout
android:id="@+id/outer"
23
</
FrameLayout
>
24
<
FrameLayout
android:id="@+id/outer"
39
</
FrameLayout
>
/cts/tests/tests/media/res/layout/
composition_layout.xml
21
<
FrameLayout
27
<
FrameLayout
33
<
FrameLayout
/cts/tests/tests/view/res/layout/
viewgroupoverlay_layout.xml
24
<
FrameLayout
37
<
FrameLayout
45
</
FrameLayout
>
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/res/layout/
activity_main_real.xml
22
<
FrameLayout
36
</
FrameLayout
>
38
<
FrameLayout
/developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/res/layout/
activity_main_real.xml
22
<
FrameLayout
style="@style/Widget.SampleMessageTile"
34
</
FrameLayout
>
36
<
FrameLayout
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/res/layout/
activity_main_real.xml
22
<
FrameLayout
36
</
FrameLayout
>
38
<
FrameLayout
/developers/samples/android/admin/AppRestrictionSchema/Application/src/main/res/layout/
activity_main_real.xml
22
<
FrameLayout
style="@style/Widget.SampleMessageTile"
34
</
FrameLayout
>
36
<
FrameLayout
/development/samples/browseable/AppRestrictionEnforcer/res/layout/
activity_main_real.xml
22
<
FrameLayout
36
</
FrameLayout
>
38
<
FrameLayout
/development/samples/browseable/AppRestrictionSchema/res/layout/
activity_main_real.xml
22
<
FrameLayout
style="@style/Widget.SampleMessageTile"
34
</
FrameLayout
>
36
<
FrameLayout
/frameworks/base/core/res/res/layout/
screen_simple_overlay_action_mode.xml
23
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
27
<
FrameLayout
40
</
FrameLayout
>
/frameworks/base/packages/DocumentsUI/res/layout/
directory_cluster.xml
21
<
FrameLayout
28
<
FrameLayout
35
<
FrameLayout
/frameworks/opt/setupwizard/library/test/res/layout/
test_template.xml
17
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
26
<
FrameLayout
31
</
FrameLayout
>
/frameworks/support/design/tests/src/android/support/design/widget/
CoordinatorLayoutActivity.java
20
import android.widget.
FrameLayout
;
24
FrameLayout
mContainer;
34
mContainer = (
FrameLayout
) findViewById(R.id.container);
/frameworks/support/samples/SupportLeanbackDemos/res/layout/
browse.xml
18
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
31
<
FrameLayout
android:id="@+id/lb_guidedstep_host"
35
</
FrameLayout
>
browse_support.xml
20
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
33
<
FrameLayout
android:id="@+id/lb_guidedstep_host"
37
</
FrameLayout
>
/frameworks/support/transition/tests/src/android/support/transition/
TransitionActivity.java
23
import android.widget.
FrameLayout
;
27
private
FrameLayout
mRoot;
33
mRoot = (
FrameLayout
) findViewById(R.id.root);
/frameworks/support/v17/leanback/res/layout/
lb_details_fragment.xml
17
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
30
<
FrameLayout
37
</
FrameLayout
>
lb_search_fragment.xml
17
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
23
<
FrameLayout
34
</
FrameLayout
>
lb_vertical_grid_fragment.xml
17
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
30
<
FrameLayout
36
</
FrameLayout
>
/frameworks/support/v17/leanback/tests/res/layout/
browse.xml
18
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
24
<
FrameLayout
android:id="@+id/lb_guidedstep_background"
28
</
FrameLayout
>
/packages/apps/Contacts/src/com/android/contacts/test/
EmptyFragment.java
24
import android.widget.
FrameLayout
;
33
// Must return a ViewGroup,
FrameLayout
will do.
34
return new
FrameLayout
(getActivity());
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
FragmentTestActivity.java
23
import android.widget.
FrameLayout
;
43
final
FrameLayout
layout = new
FrameLayout
(this);
/packages/apps/ContactsCommon/res/layout/
contact_detail_list_padding.xml
17
<!-- The actual padding is embedded in a
FrameLayout
since we cannot change the
19
<
FrameLayout
27
</
FrameLayout
>
/packages/apps/Messaging/res/layout/
test_activity.xml
17
<
FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
23
<
FrameLayout
28
</
FrameLayout
>
/packages/apps/Settings/src/com/android/settings/
TouchBlockingFrameLayout.java
23
import android.widget.
FrameLayout
;
26
* Extension of
FrameLayout
that consumes all touch events.
28
public class TouchBlockingFrameLayout extends
FrameLayout
{
Completed in 2099 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>