Searched refs:mStkInput (Results 1 – 1 of 1) sorted by relevance
67 private Input mStkInput = null; field in StkInputActivity357 menu.findItem(StkApp.MENU_ID_HELP).setVisible(mStkInput.helpAvailable); in prepareOptionsMenuInternal()446 okButton.setEnabled((mTextIn.getText().length() < mStkInput.minLen) ? false : true); in updateButton()465 int duration = StkApp.calculateDurationInMilis(mStkInput.duration);485 if ((mStkInput.icon == null || !mStkInput.iconSelfExplanatory)486 && !TextUtils.isEmpty(mStkInput.text)) {487 mPromptView.setText(mStkInput.text);492 if (mStkInput.digitOnly) {500 if (mStkInput.icon != null) {502 imageView.setImageBitmap(mStkInput.icon);[all …]