Searched refs:mLogo (Results 1 – 5 of 5) sorted by relevance
53 private ImageView mLogo; field in AssistOrbView123 return mLogo; in getLogo()140 mLogo = findViewById(R.id.search_logo); in onFinishInflate()145 mLogo.layout(0, 0, mLogo.getMeasuredWidth(), mLogo.getMeasuredHeight()); in onLayout()228 … float translationX = (mCircleRect.left + mCircleRect.right) / 2.0f - mLogo.getWidth() / 2.0f;230 - mLogo.getHeight() / 2.0f - mCircleMinSize / 7f;235 mLogo.setImageAlpha((int) (alpha * 255));236 mLogo.setTranslationX(translationX);237 mLogo.setTranslationY(translationY);
34 private final int mLogo; field in SplashScreenStartingData48 mLogo = logo; in SplashScreenStartingData()56 mNonLocalizedLabel, mLabelRes, mIcon, mLogo, mWindowFlags, in createStartingSurface()
74 private Drawable mLogo; field in ToolbarWidgetWrapper317 return mLogo != null; in hasLogo()338 mLogo = d; in setLogo()346 logo = mLogo != null ? mLogo : mIcon; in updateToolbarLogo()
90 private Drawable mLogo; field in ActionBarView171 mLogo = a.getDrawable(R.styleable.ActionBar_logo); in ActionBarView()618 … final boolean logoVis = mLogo != null && (options & ActionBar.DISPLAY_USE_LOGO) != 0; in setDisplayOptions()619 mHomeLayout.setIcon(logoVis ? mLogo : mIcon); in setDisplayOptions()670 ((mDisplayOptions & ActionBar.DISPLAY_USE_LOGO) == 0 || mLogo == null)) { in setIcon()687 mLogo = logo; in setLogo()698 return mLogo != null; in hasLogo()
77 private Drawable mLogo; field in ToolbarWidgetWrapper295 return mLogo != null; in hasLogo()316 mLogo = d; in setLogo()324 logo = mLogo != null ? mLogo : mIcon; in updateToolbarLogo()