Home | History | Annotate | Download | only in openwnn

Lines Matching refs:mSubView

164     protected ViewGroup mSubView;
619 mSubView = (ViewGroup) parent.getLayoutInflater().inflate(R.layout.keyboard_default_sub, null);
623 mMainView.addView(mSubView);
639 TextView text1 = (TextView)mSubView.findViewById(R.id.shift);
640 TextView text2 = (TextView)mSubView.findViewById(R.id.alt);