Searched refs:mSubView (Results 1 – 1 of 1) sorted by relevance
164 protected ViewGroup mSubView; field in DefaultSoftKeyboard619 … mSubView = (ViewGroup) parent.getLayoutInflater().inflate(R.layout.keyboard_default_sub, null); in initView()623 mMainView.addView(mSubView); in initView()639 TextView text1 = (TextView)mSubView.findViewById(R.id.shift); in updateIndicator()640 TextView text2 = (TextView)mSubView.findViewById(R.id.alt); in updateIndicator()