Searched refs:mSubView (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java164 protected ViewGroup mSubView; field in class:DefaultSoftKeyboard
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);

Completed in 24 milliseconds