Searched refs:glifLayout (Results 1 – 2 of 2) sorted by relevance
86 final GlifLayout glifLayout = new GlifLayout(mContext); in testGlifTheme() local90 assertEquals(View.SCROLL_INDICATOR_BOTTOM, glifLayout.getScrollView().getScrollIndicators()); in testGlifTheme()98 final GlifLayout glifLayout = new GlifLayout(mContext); in testGlifV2Theme() local99 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()
118 GlifLayout glifLayout = findViewById(R.id.glif_layout); in setUpButtons() local119 FooterBarMixin mixin = glifLayout.getMixin(FooterBarMixin.class); in setUpButtons()