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

  /external/chromium_org/build/android/
adb_run_content_shell 12 -a android.intent.action.VIEW \
adb_run_android_webview_shell 12 -a android.intent.action.VIEW \
adb_run_chromium_testshell 12 -a android.intent.action.VIEW \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
OutlineLabelProvider.java 27 import static com.android.SdkConstants.VIEW;
49 // Can't have both view.png and View.png; issues on case sensitive vs
51 tagName = VIEW;
Hyperlinks.java 42 import static com.android.SdkConstants.VIEW;
187 /** Regular expression matching a FQCN for a view class */
202 // We could also allow to jump into custom attributes in custom view
340 * Returns true if this represents a {@code <view class="foo.bar.Baz">} class
350 return ATTR_CLASS.equals(attributeName) && (VIEW.equals(tag) || VIEW_FRAGMENT.equals(tag))
365 /** Returns true if this represents a {@code <foo.bar.Baz>} custom view class element */
371 // If the element looks like a fully qualified class name (e.g. it's a custom view
621 // method signature (public and has a single View parameter), and narrowing the scope
633 && ("Qandroid.view.View;".equals(parameterTypes[0]) //$NON-NLS-1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 22 import static com.android.SdkConstants.VIEW;
47 * view group can contain any other view). This is an implied contract of this class that is
53 * as the "super class", which denotes the fact that a given View java class derives from
62 /** The full class name (FQCN) of this view. */
120 * Returns the fully qualified name of the View class represented by this element descriptor
121 * e.g. "android.view.View".
156 * Returns the {@link ViewElementDescriptor} of the super-class of this View descriptor
157 * that matches the java View hierarchy. Can be null
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.cc 33 DEFINE_INTERFACE_FUNC(View)
62 REQUEST_INTERFACE(View, VIEW)
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectionActivity.java 30 import android.view.DragEvent;
31 import android.view.View;
32 import android.view.View.OnClickListener;
61 private static final int VIEW = 1;
178 mMode = VIEW;
191 firstButton.setVisibility(View.VISIBLE);
193 if (mMode == VIEW) {
229 public void onClick(View v)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
colmeta.test 37 ifcapable view {
39 CREATE VIEW v1 AS SELECT * FROM abc2;
61 ifcapable view {
67 ifcapable view {
fuzz_common.tcl 317 {CREATE VIEW [Identifier] AS [Select]}
323 {DROP VIEW IF EXISTS [Identifier]}
  /external/chromium_org/third_party/sqlite/src/tool/
mkkeywordhash.c 127 # define VIEW 0
129 # define VIEW 0x00008000
263 { "VIEW", "TK_VIEW", VIEW },
  /external/chromium_org/chrome/test/functional/gtalk/
jsutils.js 18 * The first Chrome extension view with a URL containing the query.
20 $VIEW = function(query) {
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 201 SAVEPOINT TEMP TRIGGER VACUUM VIEW VIRTUAL
383 ///////////////////// The CREATE VIEW statement /////////////////////////////
386 cmd ::= createkw(X) temp(T) VIEW ifnotexists(E) nm(Y) dbnm(Z) AS select(S). {
389 cmd ::= DROP VIEW ifexists(E) fullname(X). {
    [all...]
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 764 api.scrollTo(0, selectedOffset - ($nav.height() / 4), false); // scroll the item into view
992 // Gross nasty hack to make tree view show up upon first swap by setting height manually
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 829 api.scrollTo(0, selectedOffset - ($nav.height() / 4), false); // scroll the item into view
    [all...]
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
android_3p-bundle.js     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 1194 milliseconds