Searched refs:id (Results 201 - 225 of 890) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewSimple.java50 mTextView = (AutoCompleteTextView) findViewById(R.id.autocompletetextview1);
99 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
108 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { argument
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineAlignmentCenterGravityTest.java43 mButton1 = (Button) activity.findViewById(R.id.button1);
44 mButton2 = (Button) activity.findViewById(R.id.button2);
45 mButton3 = (Button) activity.findViewById(R.id.button3);
/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java79 private void sendNotification(int id, CharSequence text) { argument
86 CharSequence title = text + " " + id;
89 mNotificationManager.notify(id, notification);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardPINView.java55 return R.id.pinEntry;
62 final View ok = findViewById(R.id.key_enter);
78 View pinDelete = findViewById(R.id.delete_button);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity4.java38 setupList(R.id.list1);
42 findViewById(R.id.list1).setAlpha(0.5f);
46 findViewById(R.id.list1).setAlpha(1.0f);
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DDialogActivity.java81 protected Dialog onCreateDialog(int id) argument
83 switch (id)
91 return super.onCreateDialog(id);
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFboView.java74 int id = ev.getPointerId(p);
78 id);
84 id);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModel.java83 case R.id.load_model:
86 case R.id.display_options:
88 case R.id.sensor:
/frameworks/ex/chips/src/com/android/ex/chips/
H A DSingleRecipientArrayAdapter.java55 TextView display = (TextView) view.findViewById(android.R.id.title);
56 ImageView imageView = (ImageView) view.findViewById(android.R.id.icon);
60 TextView destination = (TextView) view.findViewById(android.R.id.text1);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java71 mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1);
72 mGLView2 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview2);
81 mSurfaceView1 = (SurfaceView) findViewById(R.id.surfaceview1);
103 mSurfaceView2 = (SurfaceView) findViewById(R.id.surfaceview2);
155 Spinner sourceSpinner = (Spinner) findViewById(R.id.source_spinner);
162 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
175 Spinner sinkSpinner = (Spinner) findViewById(R.id.sink_spinner);
182 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
220 ((Button) findViewById(R.id.start_java)).setOnClickListener(new View.OnClickListener() {
250 ((Button) findViewById(R.id
[all...]
/frameworks/av/media/mtp/
H A DMtpServer.h97 MtpStorage* getStorage(MtpStorageID id);
99 bool hasStorage(MtpStorageID id);
109 void sendStoreAdded(MtpStorageID id);
110 void sendStoreRemoved(MtpStorageID id);
H A DMtpStorage.h40 MtpStorage(MtpStorageID id, const char* filePath,
/frameworks/base/core/java/android/net/http/
H A DEventHandler.java116 * @param id One of the error codes defined below
119 public void error(int id, String description); argument
/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChange.java35 findViewById(R.id.left).getViewTreeObserver().addOnGlobalFocusChangeListener(this);
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DRequestFocus.java37 final Button bottomRightButton = (Button) findViewById(R.id.bottomRightButton);
/frameworks/base/graphics/java/android/renderscript/
H A DScriptIntrinsicColorMatrix.java36 private ScriptIntrinsicColorMatrix(int id, RenderScript rs) { argument
37 super(id, rs);
55 int id = rs.nScriptIntrinsicCreate(2, e.getID(rs));
56 return new ScriptIntrinsicColorMatrix(id, rs);
/frameworks/base/media/java/android/drm/mobile1/
H A DDrmRawContent.java62 * The id of "application/vnd.oma.drm.message" mime type.
67 * The id of "application/vnd.oma.drm.content" mime type.
102 * The unique id to this DRM content. It will be initialized
106 private int id; field in class:DrmRawContent
134 id = -1;
149 id = nativeConstructDrmContent(inData, inDataLen, mimeType);
151 if (JNI_DRM_FAILURE == id)
391 * @return #the id of the DRM content if succeed.
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp173 android_media_MediaProfiles_native_get_camcorder_profile(JNIEnv *env, jobject thiz, jint id, jint quality) argument
175 ALOGV("native_get_camcorder_profile: %d %d", id, quality);
182 int duration = sProfiles->getCamcorderProfileParamByName("duration", id, q);
183 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q);
184 int videoCodec = sProfiles->getCamcorderProfileParamByName("vid.codec", id, q);
185 int videoBitRate = sProfiles->getCamcorderProfileParamByName("vid.bps", id, q);
186 int videoFrameRate = sProfiles->getCamcorderProfileParamByName("vid.fps", id, q);
187 int videoFrameWidth = sProfiles->getCamcorderProfileParamByName("vid.width", id, q);
188 int videoFrameHeight = sProfiles->getCamcorderProfileParamByName("vid.height", id, q);
189 int audioCodec = sProfiles->getCamcorderProfileParamByName("aud.codec", id,
222 android_media_MediaProfiles_native_has_camcorder_profile(JNIEnv *env, jobject thiz, jint id, jint quality) argument
[all...]
/frameworks/base/services/common_time/
H A Dcommon_time_config_service.cpp56 status_t CommonTimeConfigService::getMasterElectionGroupId(uint64_t *id) { argument
57 return mTimeServer.getMasterElectionGroupId(id);
60 status_t CommonTimeConfigService::setMasterElectionGroupId(uint64_t id) { argument
61 return mTimeServer.setMasterElectionGroupId(id);
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGalleryLtr.java31 Gallery g = (Gallery) v.findViewById(R.id.galleryview);
H A DBiDiTestGalleryRtl.java31 Gallery g = (Gallery) v.findViewById(R.id.galleryview);
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
H A DFixVibrateSetting.java48 mCurrentSetting = (TextView)findViewById(R.id.current_setting);
50 mFix = findViewById(R.id.fix);
53 mUnfix = findViewById(R.id.unfix);
56 mTest = findViewById(R.id.test);
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java285 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
303 mSurfaceView = (SurfaceView) findViewById(R.id.surface);
305 mDisplayView = (ImageView) findViewById(R.id.display);
308 mSpinner = (Spinner) findViewById(R.id.spinner1);
310 mBar1 = (SeekBar) findViewById(R.id.slider1);
311 mBar2 = (SeekBar) findViewById(R.id.slider2);
312 mBar3 = (SeekBar) findViewById(R.id.slider3);
313 mBar4 = (SeekBar) findViewById(R.id.slider4);
314 mBar5 = (SeekBar) findViewById(R.id.slider5);
322 mText1 = (TextView) findViewById(R.id
[all...]
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java278 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
296 mSurfaceView = (SurfaceView) findViewById(R.id.surface);
298 mDisplayView = (ImageView) findViewById(R.id.display);
301 mSpinner = (Spinner) findViewById(R.id.spinner1);
303 mBar1 = (SeekBar) findViewById(R.id.slider1);
304 mBar2 = (SeekBar) findViewById(R.id.slider2);
305 mBar3 = (SeekBar) findViewById(R.id.slider3);
306 mBar4 = (SeekBar) findViewById(R.id.slider4);
307 mBar5 = (SeekBar) findViewById(R.id.slider5);
315 mText1 = (TextView) findViewById(R.id
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DFakeActionBar.java35 // Cannot access the inside items through id because no R.id values have been
38 loadIconById(android.R.id.home, icon);

Completed in 613 milliseconds

1234567891011>>