Searched refs:mEmptyState (Results 1 – 3 of 3) sorted by relevance
45 private Drawable mEmptyState; field in PageContentView83 final boolean loadingDrawableChanged = (mEmptyState == null) in init()84 ? emptyState != null : !mEmptyState.equals(emptyState); in init()100 mEmptyState = emptyState; in init()107 setBackground(mEmptyState); in init()
57 private LinearLayout mEmptyState; field in BubbleOverflowContainerView134 mEmptyState = findViewById(R.id.bubble_overflow_empty_state); in onFinishInflate()179 mEmptyState.setVisibility(mOverflowBubbles.isEmpty() ? View.VISIBLE : View.GONE); in updateEmptyStateVisibility()
98 private BitmapDrawable mEmptyState; field in PageAdapter355 content.init(provider, mEmptyState, mErrorState, mMediaSize, mMinMargins); in onBindViewHolder()501 mEmptyState = new BitmapDrawable(mContext.getResources(), loadingBitmap); in updatePreviewAreaPageSizeAndEmptyState()802 page.init(null, mEmptyState, mErrorState, mMediaSize, mMinMargins); in recyclePageView()