Home
last modified time | relevance | path

Searched +refs:android +refs:start +refs:activity (Results 1 – 4 of 4) sorted by relevance

/sdk/templates/activities/MasterDetailFlow/root/src/app_package/
DContentListActivity.java.ftl3 import android.content.Intent;
4 import android.os.Bundle;
5 import android.support.v4.app.FragmentActivity;
6 <#if parentActivityClass != "">import android.support.v4.app.NavUtils;
7 import android.view.MenuItem;</#if>
10 * An activity representing a list of ${objectKindPlural}. This activity
12 * handsets, the activity presents a list of items, which when touched,
14 * item details. On tablets, the activity presents the list of items and
17 * The activity makes heavy use of fragments. The list of items is a
21 * This activity also implements the required
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DCollectTraceAction.java17 package com.android.ide.eclipse.gltrace;
19 import com.android.ddmlib.AdbCommandRejectedException;
20 import com.android.ddmlib.AndroidDebugBridge;
21 import com.android.ddmlib.Client;
22 import com.android.ddmlib.IDevice;
23 import com.android.ddmlib.IDevice.DeviceUnixSocketNamespace;
24 import com.android.ddmlib.IShellOutputReceiver;
25 import com.android.ddmlib.ShellCommandUnresponsiveException;
26 import com.android.ddmlib.TimeoutException;
27 import com.android.ide.eclipse.gltrace.editors.GLFunctionTraceViewer;
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java17 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
19 import static com.android.SdkConstants.ANDROID_PKG;
20 import static com.android.SdkConstants.ANDROID_STRING_PREFIX;
21 import static com.android.SdkConstants.ANDROID_URI;
22 import static com.android.SdkConstants.ATTR_CONTEXT;
23 import static com.android.SdkConstants.ATTR_ID;
24 import static com.android.SdkConstants.ATTR_LAYOUT_HEIGHT;
25 import static com.android.SdkConstants.ATTR_LAYOUT_WIDTH;
26 import static com.android.SdkConstants.FD_GEN_SOURCES;
27 import static com.android.SdkConstants.GRID_LAYOUT;
[all …]
/sdk/eclipse/
Dchanges.txt5 theme references, such as ?android:attr/dividerHeight
54 <uses-library>, <activity> etc are placed under the wrong parent.)
58 android.webkit.WebSettings.setJavaScriptEnabled.
91 addition to a visual refresh offers an activity chooser, a nested
120 * Go to Declaration now works for theme references (?android:attr,
417 activity and service classes, from Java access of resource R fields
447 - android.jar source and javadoc location can now be configured.
468 http://developer.android.com/guide/practices/screens_support.html#range
542 filters. See the 'android' property for Android projects.
585 - Create missing android folder automatically when building
[all …]