use of android.view.Merge in project android_frameworks_base by ParanoidAndroid.
the class MergeTest method testMerged.
@MediumTest
public void testMerged() throws Exception {
final Merge activity = getActivity();
final ViewGroup layout = activity.getLayout();
assertEquals("The layout wasn't merged", 7, layout.getChildCount());
}
use of android.view.Merge in project android_frameworks_base by crdroidandroid.
the class MergeTest method testMerged.
@MediumTest
public void testMerged() throws Exception {
final Merge activity = getActivity();
final ViewGroup layout = activity.getLayout();
assertEquals("The layout wasn't merged", 7, layout.getChildCount());
}
use of android.view.Merge in project android_frameworks_base by AOSPA.
the class MergeTest method testMerged.
@MediumTest
public void testMerged() throws Exception {
final Merge activity = getActivity();
final ViewGroup layout = activity.getLayout();
assertEquals("The layout wasn't merged", 7, layout.getChildCount());
}
use of android.view.Merge in project android_frameworks_base by DirtyUnicorns.
the class MergeTest method testMerged.
@MediumTest
public void testMerged() throws Exception {
final Merge activity = getActivity();
final ViewGroup layout = activity.getLayout();
assertEquals("The layout wasn't merged", 7, layout.getChildCount());
}
use of android.view.Merge in project platform_frameworks_base by android.
the class MergeTest method testMerged.
@MediumTest
public void testMerged() throws Exception {
final Merge activity = getActivity();
final ViewGroup layout = activity.getLayout();
assertEquals("The layout wasn't merged", 7, layout.getChildCount());
}
Aggregations