Home
last modified time | relevance | path

Searched refs:ATTR_NO_BOOT_ANIM (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchConfiguration.java162 mNoBootAnim = config.getAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM, in set()
DEmulatorConfigTab.java483 value = configuration.getAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM, value); in initializeFrom()
553 configuration.setAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM, in performApply()
589 configuration.setAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM, in setDefaults()
DLaunchConfigDelegate.java111 … public static final String ATTR_NO_BOOT_ANIM = AdtPlugin.PLUGIN_ID + ".nobootanim"; //$NON-NLS-1$ field in LaunchConfigDelegate
DAndroidLaunchController.java239 wc.setAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM, in getLaunchConfig()