Home
last modified time | relevance | path

Searched refs:mFrameLayout (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationService.java74 private FrameLayout mFrameLayout = null; field in TestNotificationService
93 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()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditor.java52 protected FrameLayout mFrameLayout; field in Editor
145 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()
/packages/services/Telephony/src/com/android/phone/
DNetworkSelectSetting.java83 private ViewGroup mFrameLayout; field in NetworkSelectSetting
150 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()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DPagedRecyclerViewAdapter.java65 public FrameLayout mFrameLayout; field in PagedRecyclerViewAdapter.NestedRowViewHolder
69 mFrameLayout = view.findViewById(R.id.nested_recycler_view_layout); in NestedRowViewHolder()
DPagedRecyclerView.java559 vh.mFrameLayout.addView(mNestedRecyclerView); in initNestedRecyclerView()