HomeSort by relevance Sort by last modified time
    Searched refs:ATTR_NO_BOOT_ANIM (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 147 mNoBootAnim = config.getAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM,
EmulatorConfigTab.java 501 value = configuration.getAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM, value);
569 configuration.setAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM,
605 configuration.setAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM,
LaunchConfigDelegate.java 103 public static final String ATTR_NO_BOOT_ANIM = AdtPlugin.PLUGIN_ID + ".nobootanim"; //$NON-NLS-1$
AndroidLaunchController.java 237 wc.setAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM,
    [all...]

Completed in 118 milliseconds