Searched refs:mStkInput (Results 1 – 1 of 1) sorted by relevance
73 private Input mStkInput = null; field in StkInputActivity328 menu.findItem(StkApp.MENU_ID_HELP).setVisible(mStkInput.helpAvailable); in prepareOptionsMenuInternal()400 okButton.setEnabled((mTextIn.getText().length() < mStkInput.minLen) ? false : true); in updateButton()419 int duration = StkApp.calculateDurationInMilis(mStkInput.duration);438 if ((mStkInput.icon == null || !mStkInput.iconSelfExplanatory)439 && !TextUtils.isEmpty(mStkInput.text)) {440 mPromptView.setText(mStkInput.text);446 if (mStkInput.digitOnly) {458 if (mStkInput.icon != null) {460 imageView.setImageBitmap(mStkInput.icon);[all …]