Searched refs:mFrame (Results 1 – 3 of 3) sorted by relevance
29 private Drawable mFrame; field in GalleryPickerItem46 mFrame = getResources().getDrawable(R.drawable.frame_gallery_preview); in GalleryPickerItem()47 mFrame.setCallback(this); in GalleryPickerItem()52 return super.verifyDrawable(who) || (who == mFrame) in verifyDrawable()59 if (mFrame != null) { in drawableStateChanged()61 mFrame.setState(drawableState); in drawableStateChanged()74 mFrame.setBounds(frameBounds); in onDraw()81 mFrame.draw(canvas); in onDraw()
124 holder.mFrame.setBackgroundResource(0); in onBindViewHolder()176 public final FrameLayout mFrame; field in UserPickerAdapter.UserPickerAdapterViewHolder185 mFrame = view.findViewById(R.id.current_user_frame); in UserPickerAdapterViewHolder()
340 holder.mFrame.setBackgroundResource(0); in onBindViewHolder()346 holder.mFrame.setBackgroundResource(R.drawable.profile_avatar_bg_circle); in onBindViewHolder()520 public FrameLayout mFrame; field in ProfileGridRecyclerView.ProfileAdapter.ProfileAdapterViewHolder527 mFrame = view.findViewById(R.id.current_profile_frame); in ProfileAdapterViewHolder()