HomeSort by relevance Sort by last modified time
    Searched defs:mLogoView (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppBannerView.java 129 private View mLogoView;
226 mLogoView = findViewById(R.id.store_logo);
233 assert mLogoView != null;
544 mLogoView = null;
652 + getHeightWithMargins(mRatingView) + getHeightWithMargins(mLogoView);
667 measureChildForSpace(mLogoView, contentWidth, contentHeight);
671 maxControlWidth - getWidthWithMargins(mLogoView) - getWidthWithMargins(mIconView);
677 final int ratingHeight = contentHeight - getHeightWithMargins(mLogoView);
690 getHeightWithMargins(mLogoView) + getHeightWithMargins(mRatingView));
    [all...]
  /frameworks/base/core/java/android/widget/
Toolbar.java 101 private ImageView mLogoView;
427 if (mLogoView.getParent() == null) {
428 addSystemView(mLogoView);
429 updateChildVisibilityForExpandedActionView(mLogoView);
431 } else if (mLogoView != null && mLogoView.getParent() != null) {
432 removeView(mLogoView);
434 if (mLogoView != null) {
435 mLogoView.setImageDrawable(drawable);
447 return mLogoView != null ? mLogoView.getDrawable() : null
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 114 private ImageView mLogoView;
443 if (mLogoView.getParent() == null) {
444 addSystemView(mLogoView);
445 updateChildVisibilityForExpandedActionView(mLogoView);
447 } else if (mLogoView != null && mLogoView.getParent() != null) {
448 removeView(mLogoView);
450 if (mLogoView != null) {
451 mLogoView.setImageDrawable(drawable);
463 return mLogoView != null ? mLogoView.getDrawable() : null
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 205 milliseconds