Searched refs:mFrameLayout (Results 1 – 5 of 5) sorted by relevance
74 private FrameLayout mFrameLayout = null; field in TestNotificationService93 mFrameLayout = new FrameLayout(getBaseContext()); in onCreate()109 mFrameLayout.removeAllViews(); in onDestroy()110 mFrameLayout = null; in onDestroy()197 View view = remoteViews.apply(getBaseContext(), mFrameLayout); in getProgresssBar()
52 protected FrameLayout mFrameLayout; field in Editor145 mFrameLayout = frameLayout; in createEditor()152 mView = mFrameLayout.findViewById(viewid); in unpack()156 mView = inflater.inflate(layoutid, mFrameLayout, false); in unpack()157 mFrameLayout.addView(mView, mView.getLayoutParams()); in unpack()
83 private ViewGroup mFrameLayout; field in NetworkSelectSetting150 mFrameLayout = activity.findViewById(R.id.choose_network_content); in onViewCreated()153 inflater.inflate(R.layout.choose_network_progress_header, mFrameLayout, false); in onViewCreated()154 mFrameLayout.addView(pinnedHeader); in onViewCreated()155 mFrameLayout.setVisibility(View.VISIBLE); in onViewCreated()
65 public FrameLayout mFrameLayout; field in PagedRecyclerViewAdapter.NestedRowViewHolder69 mFrameLayout = view.findViewById(R.id.nested_recycler_view_layout); in NestedRowViewHolder()
559 vh.mFrameLayout.addView(mNestedRecyclerView); in initNestedRecyclerView()