Searched refs:layoutInflater (Results 1 – 7 of 7) sorted by relevance
70 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService( in setUp() local72 mParent = (ViewGroup) layoutInflater.inflate(R.layout.cursoradapter_host, null); in setUp()
327 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService( in testNewView() local329 ViewGroup viewGroup = (ViewGroup) layoutInflater.inflate( in testNewView()343 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService( in testNewDropDownView() local345 ViewGroup viewGroup = (ViewGroup) layoutInflater.inflate( in testNewDropDownView()
49 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService( in setUp() local51 mParent = (ViewGroup) layoutInflater.inflate(R.layout.cursoradapter_host, null); in setUp()
59 private LayoutInflater layoutInflater; field in HifiUltrasoundSpeakerTestActivity128 layoutInflater = (LayoutInflater) getBaseContext().getSystemService( in onCreate()130 popupView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null); in onCreate()133 instruView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup_instru, null); in onCreate()
58 private LayoutInflater layoutInflater; field in HifiUltrasoundTestActivity113 layoutInflater = (LayoutInflater) getBaseContext().getSystemService( in onCreate()115 popupView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null); in onCreate()
272 LayoutInflater layoutInflater = LayoutInflater.from(mContext); in getCustomView() local273 View view = layoutInflater.inflate(R.layout.dialog_custom_view, in getCustomView()
83 LayoutInflater layoutInflater = new MockLayoutInflater(mLayoutInflater, in testFrom() local85 assertNotNull(layoutInflater); in testFrom()