Home
last modified time | relevance | path

Searched refs:tip (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DNewProjectPage.java719 String tip = ""; in focusGained() local
721 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()
DNewTemplatePage.java924 String tip = ""; in focusGained() local
932 tip = decoration.getDescriptionText(); in focusGained()
937 mTipLabel.setText(tip); in focusGained()
938 mHelpIcon.setVisible(tip.length() > 0); in focusGained()