/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
TableView.java | 34 /** Activator for the current Table that has the focus */ 50 public void focusGained(IFocusedTableActivator activator) { 51 mActivator = activator; 56 public void focusLost(IFocusedTableActivator activator) { 57 if (activator == mActivator) {
|
/cts/tools/annotation-helper/META-INF/ |
MANIFEST.MF | 6 Bundle-Activator: spechelper.Activator
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
ITableFocusListener.java | 35 public void focusGained(IFocusedTableActivator activator); 37 public void focusLost(IFocusedTableActivator activator);
|
TablePanel.java | 69 // create the activator for this table 70 final IFocusedTableActivator activator = new IFocusedTableActivator() { local 107 mGlobalListener.focusGained(activator); 111 mGlobalListener.focusLost(activator);
|
/external/quake/quake/src/QW/progs/ |
subs.qc | 182 activator = self.enemy; 191 the global "activator" should be set to the entity that initiated the firing. 196 Centerprints any self.message to the activator. 220 t.enemy = activator; 231 if (activator.classname == "player" && self.message != "") 233 centerprint (activator, self.message); 235 sound (activator, CHAN_VOICE, "misc/talk.wav", 1, ATTN_NORM); 258 act = activator; 278 activator = act;
|
buttons.qc | 11 activator = self.enemy; 50 self.enemy = activator;
|
triggers.qc | 28 // self.enemy should be set to the activator so it can be held through a delay
51 activator = self.enemy;
77 self.enemy = activator;
232 if (activator.classname == "player"
236 centerprint (activator, "There are more to go...");
238 centerprint (activator, "Only 3 more to go...");
240 centerprint (activator, "Only 2 more to go...");
242 centerprint (activator, "Only 1 more to go...");
247 if (activator.classname == "player"
249 centerprint(activator, "Sequence completed!"); [all...] |
items.qc | 68 activator = other;
128 activator = other;
335 activator = other;
420 activator = other;
672 activator = other;
877 activator = other;
1105 activator = other;
1234 activator = other;
1349 activator = other;
[all...] |
combat.qc | 121 // used by buttons and triggers to set activator for target firing
|
doors.qc | 141 self.goalentity = activator; // Who fired us
173 activator = other;
|
defs.qc | 430 entity activator; // the entity that activated a trigger or brush
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/ |
MANIFEST.MF | 6 Bundle-Activator: com.android.ide.eclipse.tests.AndroidTestPlugin
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/ |
MANIFEST.MF | 6 Bundle-Activator: com.android.ide.eclipse.ddms.DdmsPlugin
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AndroidTestPlugin.java | 22 * The activator class controls the plug-in life cycle
|
/dalvik/libcore/support/src/test/java/tests/resources/manifest/ |
hyts_MANIFEST.MF | 4 Bundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator
|
/prebuilt/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogPanel.java | 823 // create the activator for this table 824 final IFocusedTableActivator activator = new IFocusedTableActivator() { local 837 mGlobalListener.focusGained(activator); 841 mGlobalListener.focusLost(activator); [all...] |
/external/bison/tests/ |
existing.at | 562 ACTIVATOR : HACTIVATE 619 | ACTIVATOR EXPRESSION SCHEDULE
|
/sdk/ddms/app/src/com/android/ddms/ |
UIThread.java | 263 public void focusGained(IFocusedTableActivator activator) { 264 mCurrentActivator = activator; 271 public void focusLost(IFocusedTableActivator activator) { 275 if (activator == mCurrentActivator) { 276 activator = null; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/ |
MANIFEST.MF | 18 Bundle-Activator: com.android.ide.eclipse.adt.AdtPlugin
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
DdmsPlugin.java | 55 * The activator class controls the plug-in life cycle
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
ManifestTest.java | 151 assertAttribute(main, "Bundle-Activator",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 117 * The activator class controls the plug-in life cycle [all...] |
/prebuilt/common/groovy/ |
groovy-src-1.7.0.zip | |
/external/dbus/ |
ChangeLog | [all...] |