HomeSort by relevance Sort by last modified time
    Searched refs:apis (Results 76 - 100 of 423) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
TranslucentBlurActivity.java 17 package com.example.android.apis.app;
21 import com.example.android.apis.R;
SecureSurfaceViewActivity.java 17 package com.example.android.apis.app;
19 import com.example.android.apis.R;
20 import com.example.android.apis.graphics.CubeRenderer;
IntentActivityFlags.java 1 package com.example.android.apis.app;
3 import com.example.android.apis.R;
50 com.example.android.apis.ApiDemos.class));
53 intent.setClass(IntentActivityFlags.this, com.example.android.apis.ApiDemos.class);
54 intent.putExtra("com.example.android.apis.Path", "Views");
58 intent.setClass(IntentActivityFlags.this, com.example.android.apis.ApiDemos.class);
59 intent.putExtra("com.example.android.apis.Path", "Views/Lists");
ContactsFilter.java 17 package com.example.android.apis.app;
28 import com.example.android.apis.R;
Forwarding.java 17 package com.example.android.apis.app;
21 import com.example.android.apis.R;
48 <td class="LinkColumn">src/com.example.android.apis/app/Forwarding.java</td>
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
SwitchPreference.java 17 package com.example.android.apis.preference;
19 import com.example.android.apis.R;
FragmentPreferences.java 17 package com.example.android.apis.preference;
19 import com.example.android.apis.R;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation3.java 17 package com.example.android.apis.view;
19 import com.example.android.apis.R;
ProgressBar2.java 17 package com.example.android.apis.view;
19 import com.example.android.apis.R;
ScrollBar3.java 17 package com.example.android.apis.view;
23 import com.example.android.apis.R;
TextClockDemo.java 17 package com.example.android.apis.view;
23 import com.example.android.apis.R;
AutoComplete2.java 17 package com.example.android.apis.view;
19 import com.example.android.apis.R;
Focus3.java 17 package com.example.android.apis.view;
22 import com.example.android.apis.R;
LinearLayout9.java 17 package com.example.android.apis.view;
19 import com.example.android.apis.R;
SearchViewAlwaysVisible.java 17 package com.example.android.apis.view;
19 import com.example.android.apis.R;
WebView1.java 17 package com.example.android.apis.view;
23 import com.example.android.apis.R;
SystemUIModesOverlay.java 17 package com.example.android.apis.view;
  /development/samples/ApiDemos/
Android.mk 9 src/com/example/android/apis/app/IRemoteService.aidl \
10 src/com/example/android/apis/app/IRemoteServiceCallback.aidl \
11 src/com/example/android/apis/app/ISecondary.aidl \
  /development/samples/ApiDemos/src/com/example/android/apis/content/
StyledText.java 17 package com.example.android.apis.content;
21 import com.example.android.apis.R;
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
AllTests.java 17 package com.example.android.apis;
29 * com.example.android.apis.tests/android.test.InstrumentationTestRunner
33 * -e class com.example.android.apis.AllTests \
34 * com.example.android.apis.tests/android.test.InstrumentationTestRunner
36 * To run an individual test case, e.g. {@link com.example.android.apis.os.MorseCodeConverterTest}:
38 * -e class com.example.android.apis.os.MorseCodeConverterTest \
39 * com.example.android.apis.tests/android.test.InstrumentationTestRunner
41 * To run an individual test, e.g. {@link com.example.android.apis.os.MorseCodeConverterTest#testCharacterS()}:
43 * -e class com.example.android.apis.os.MorseCodeConverterTest#testCharacterS \
44 * com.example.android.apis.tests/android.test.InstrumentationTestRunne
    [all...]
ApiDemosApplicationTests.java 17 package com.example.android.apis;
30 * -e class com.example.android.apis.ApiDemosApplicationTests \
31 * com.example.android.apis.tests/android.test.InstrumentationTestRunner
  /development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/
AllTests.java 16 package com.example.android.apis;
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 350 apis = []
352 apis.append(ApiCall(prefix, lines[i*3], lines[i*3+1]))
354 return apis
357 apis = []
360 print 'Parsed %s APIs from %s, # of entries = %d' % (name, specfile, len(a))
361 apis.extend(a)
362 return apis
364 def removeDuplicates(apis):
367 The input list contains functions declared in GL1, GL2, and GL3 APIs.
372 for api in apis
413 apis = parseAllSpecs(API_SPECS) # read in all the specfiles variable
414 apis = removeDuplicates(apis) # remove duplication of functions common to multiple versions variable
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackActivity.java 17 package com.example.android.apis.accessibility;
26 import com.example.android.apis.R;
TaskListActivity.java 17 package com.example.android.apis.accessibility;
19 import com.example.android.apis.R;

Completed in 1225 milliseconds

1 2 34 5 6 7 8 91011>>