Home
last modified time | relevance | path

Searched refs:glifLayout (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DGlifLayoutTest.java86 final GlifLayout glifLayout = new GlifLayout(mContext); in testGlifTheme() local
90 assertEquals(View.SCROLL_INDICATOR_BOTTOM, glifLayout.getScrollView().getScrollIndicators()); in testGlifTheme()
98 final GlifLayout glifLayout = new GlifLayout(mContext); in testGlifV2Theme() local
99 final TextView titleView = (TextView) glifLayout.findManagedViewById(R.id.suw_layout_title); in testGlifV2Theme()
110 final View iconView = glifLayout.findManagedViewById(R.id.suw_layout_icon); in testGlifV2Theme()
121 Integer.toHexString(glifLayout.getBackgroundBaseColor().getDefaultColor())); in testGlifV2Theme()
123 "GLIF v2 theme shuold not have patterned background", glifLayout.isBackgroundPatterned()); in testGlifV2Theme()
129 glifLayout.getScrollView().getScrollIndicators()); in testGlifV2Theme()
/frameworks/base/packages/SettingsLib/AvatarPicker/src/
DAvatarPickerActivity.java118 GlifLayout glifLayout = findViewById(R.id.glif_layout); in setUpButtons() local
119 FooterBarMixin mixin = glifLayout.getMixin(FooterBarMixin.class); in setUpButtons()