Searched refs:tip (Results 1 – 2 of 2) sorted by relevance
719 String tip = ""; in focusGained() local721 tip = mApplicationDec.getDescriptionText(); in focusGained()723 tip = mProjectDec.getDescriptionText(); in focusGained()725 tip = mBuildTargetDec.getDescriptionText(); in focusGained()727 tip = mMinSdkDec.getDescriptionText(); in focusGained()729 tip = mPackageDec.getDescriptionText(); in focusGained()739 tip = mTargetSdkDec.getDescriptionText(); in focusGained()741 tip = mThemeDec.getDescriptionText(); in focusGained()743 mTipLabel.setText(tip); in focusGained()744 mHelpIcon.setVisible(tip.length() > 0); in focusGained()
924 String tip = ""; in focusGained() local932 tip = decoration.getDescriptionText(); in focusGained()937 mTipLabel.setText(tip); in focusGained()938 mHelpIcon.setVisible(tip.length() > 0); in focusGained()