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 105 private ImageView mLogoView;
433 if (mLogoView.getParent() == null) {
434 addSystemView(mLogoView);
435 updateChildVisibilityForExpandedActionView(mLogoView);
437 } else if (mLogoView != null && mLogoView.getParent() != null) {
438 removeView(mLogoView);
440 if (mLogoView != null) {
441 mLogoView.setImageDrawable(drawable);
453 return mLogoView != null ? mLogoView.getDrawable() : null
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 114 private ImageView mLogoView;
446 if (mLogoView.getParent() == null) {
447 addSystemView(mLogoView);
448 updateChildVisibilityForExpandedActionView(mLogoView);
450 } else if (mLogoView != null && mLogoView.getParent() != null) {
451 removeView(mLogoView);
453 if (mLogoView != null) {
454 mLogoView.setImageDrawable(drawable);
466 return mLogoView != null ? mLogoView.getDrawable() : null
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 109 milliseconds