Home
last modified time | relevance | path

Searched refs:LoadingFrameLayout (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/shared/
H A DLoadingFrameLayout.java39 public class LoadingFrameLayout extends FrameLayout { class
59 public LoadingFrameLayout(@NonNull Context context, @Nullable AttributeSet attrs) { in LoadingFrameLayout() method in LoadingFrameLayout
63 public LoadingFrameLayout( in LoadingFrameLayout() method in LoadingFrameLayout
68 context.obtainStyledAttributes(attrs, R.styleable.LoadingFrameLayout, defStyle, 0); in LoadingFrameLayout()
230 LoadingFrameLayout.this.addView(mView); in ViewContainer()
235 mView = LayoutInflater.from(mContext).inflate(layout, LoadingFrameLayout.this, false); in ViewContainer()
236 LoadingFrameLayout.this.addView(mView); in ViewContainer()
242 .inflate(R.layout.loading_info_view, LoadingFrameLayout.this, false); in inflateView()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
H A DLoadingFrameLayout.java44 public class LoadingFrameLayout extends FrameLayout { class
68 public LoadingFrameLayout(Context context, AttributeSet attrs) { in LoadingFrameLayout() method in LoadingFrameLayout
72 public LoadingFrameLayout(Context context, AttributeSet attrs, int defStyle) { in LoadingFrameLayout() method in LoadingFrameLayout
76 context.obtainStyledAttributes(attrs, R.styleable.LoadingFrameLayout, defStyle, 0); in LoadingFrameLayout()
291 View view = LayoutInflater.from(mContext).inflate(mLayoutId, LoadingFrameLayout.this, in inflateView()
330 LoadingFrameLayout.this.addView(mView); in show()
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/base/
H A DMessageListBaseFragment.java35 import com.android.car.messenger.core.ui.shared.LoadingFrameLayout;
49 @NonNull protected LoadingFrameLayout mLoadingFrameLayout;
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
H A DDialerListBaseFragment.java32 import com.android.car.dialer.widget.LoadingFrameLayout;
51 private LoadingFrameLayout mLoadingFrameLayout;