Searched refs:id (Results 51 - 75 of 887) sorted by relevance

1234567891011>>

/frameworks/base/media/libdrm/mobile1/include/objmng/
H A Ddrm_rights_manager.h48 * Get the id or uid from the "uid.txt" file.
50 * \param Uid The content id for a specially DRM object.
51 * \param id The id number managed by DRM engine for a specially DRM object.
52 * \param option The option to get id or uid, the value includes: GET_ID, GET_UID.
58 int32_t drm_readFromUidTxt(uint8_t* Uid, int32_t* id, int32_t option);
61 * Save or read the rights information on the "id.info" file.
63 * \param id The id number managed by DRM engine for a specially DRM object.
72 int32_t drm_writeOrReadInfo(int32_t id, T_DRM_Right
[all...]
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java96 int id = mSoundPool.load(getApplicationContext(), resId, priority);
97 if (id == 0) {
100 return id;
134 int id = mSoundPool.play(mSounds[index], DEFAULT_VOLUME, DEFAULT_VOLUME,
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
137 if (id == 0) {
142 mSoundPool.stop(id);
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
156 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME,
158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp52 void getVelocity(int32_t id, float* outVx, float* outVy);
53 bool getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator);
85 uint32_t id = idBits.clearFirstMarkedBit(); local
88 mVelocityTracker.getVelocity(id, &vx, &vy);
110 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { argument
111 if (id == ACTIVE_POINTER_ID) {
112 id = mVelocityTracker.getActivePointerId();
116 if (id >= 0 && id <= MAX_POINTER_ID && mCalculatedIdBits.hasBit(id)) {
134 getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator) argument
178 android_view_VelocityTracker_nativeGetXVelocity(JNIEnv* env, jclass clazz, jint ptr, jint id) argument
186 android_view_VelocityTracker_nativeGetYVelocity(JNIEnv* env, jclass clazz, jint ptr, jint id) argument
194 android_view_VelocityTracker_nativeGetEstimator(JNIEnv* env, jclass clazz, jint ptr, jint id, jobject outEstimatorObj) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DSelectActionModeCallback.java74 setMenuVisibility(menu, canFind, com.android.internal.R.id.find);
75 setMenuVisibility(menu, canPaste, com.android.internal.R.id.paste);
76 setMenuVisibility(menu, canCut, com.android.internal.R.id.cut);
77 setMenuVisibility(menu, canCopy, com.android.internal.R.id.copy);
78 setMenuVisibility(menu, canWebSearch, com.android.internal.R.id.websearch);
91 case android.R.id.cut:
96 case android.R.id.copy:
101 case android.R.id.paste:
106 case com.android.internal.R.id.share:
112 case com.android.internal.R.id
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DDisabled.java37 Button disabledButton = (Button) findViewById(R.id.disabledButton);
41 Button disabledButtonA = (Button) findViewById(R.id.disabledButtonA);
46 Button disabledButtonB = (Button) findViewById(R.id.disabledButtonB);
H A DDrawableBgMinSize.java61 mChangeBackgroundsButton = (Button) findViewById(R.id.change_backgrounds);
64 mTextView = (TextView) findViewById(R.id.text_view);
65 mLinearLayout = (LinearLayout) findViewById(R.id.linear_layout);
66 mRelativeLayout = (RelativeLayout) findViewById(R.id.relative_layout);
67 mFrameLayout = (FrameLayout) findViewById(R.id.frame_layout);
68 mAbsoluteLayout = (AbsoluteLayout) findViewById(R.id.absolute_layout);
H A DIncludeTest.java41 final View button1 = activity.findViewById(R.id.included_button);
44 final View button2 = activity.findViewById(R.id.included_button_overriden);
45 assertNotNull("The layout include_button was not included with overriden id", button2);
52 final View button1 = activity.findViewById(R.id.included_button);
53 final View button2 = activity.findViewById(R.id.included_button_overriden);
64 final View button1 = activity.findViewById(R.id.included_button_visibility);
73 final View button1 = activity.findViewById(R.id.included_button_with_size);
H A DStubbedView.java34 findViewById(R.id.vis).setOnClickListener(new View.OnClickListener() {
36 final View view = findViewById(R.id.viewStub);
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DDescendantFocusability.java43 beforeDescendants = (ViewGroup) findViewById(R.id.beforeDescendants);
46 afterDescendants = (ViewGroup) findViewById(R.id.afterDescendants);
49 blocksDescendants = (ViewGroup) findViewById(R.id.blocksDescendants);
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DLLEditTextThenButton.java39 mLayout = (LinearLayout) findViewById(R.id.layout);
40 mEditText = (EditText) findViewById(R.id.editText);
41 mButton = (Button) findViewById(R.id.button);
H A DBaselineAlignmentZeroWidthAndWeight.java31 findViewById(R.id.show).setOnClickListener(new View.OnClickListener() {
33 findViewById(R.id.layout).setVisibility(View.VISIBLE);
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h92 //! Possible values for id are eDisplayIdMain and eDisplayIdHdmi.
93 static sp<IBinder> getBuiltInDisplay(int32_t id);
111 status_t hide(SurfaceID id);
112 status_t show(SurfaceID id);
113 status_t setFlags(SurfaceID id, uint32_t flags, uint32_t mask);
114 status_t setTransparentRegionHint(SurfaceID id, const Region& transparent);
115 status_t setLayer(SurfaceID id, int32_t layer);
116 status_t setAlpha(SurfaceID id, float alpha=1.0f);
117 status_t setMatrix(SurfaceID id, float dsdx, float dtdx, float dsdy, float dtdy);
118 status_t setPosition(SurfaceID id, floa
[all...]
/frameworks/base/core/java/android/app/
H A DLocalActivityManager.java49 id = _id;
53 final String id; // Unique name of this record. field in class:LocalActivityManager.LocalActivityRecord
76 /** id -> record of all known activities. */
122 instanceObj = lastNonConfigurationInstances.get(r.id);
131 if (localLOGV) Log.v(TAG, r.id + ": starting " + r.intent);
136 mParent, r.id, r.intent, r.activityInfo, r, r.instanceState, instance);
145 if (localLOGV) Log.v(TAG, r.id + ": resuming");
162 if (localLOGV) Log.v(TAG, r.id + ": restarting");
167 if (localLOGV) Log.v(TAG, r.id + ": restarting and resuming");
177 if (localLOGV) Log.v(TAG, r.id
260 startActivity(String id, Intent intent) argument
385 destroyActivity(String id, boolean finish) argument
432 getActivity(String id) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DCellSpanTest.java47 mA = activity.findViewById(R.id.a);
48 mB = activity.findViewById(R.id.b);
49 mC = activity.findViewById(R.id.c);
50 mSpanThenCell = activity.findViewById(R.id.spanThenCell);
51 mCellThenSpan = activity.findViewById(R.id.cellThenSpan);
52 mSpan = activity.findViewById(R.id.span);
H A DVerticalGravityTest.java49 mReference1 = activity.findViewById(R.id.reference1);
50 mReference2 = activity.findViewById(R.id.reference2);
51 mReference3 = activity.findViewById(R.id.reference3);
52 mTop = activity.findViewById(R.id.cell_top);
53 mCenter = activity.findViewById(R.id.cell_center);
54 mBottom = activity.findViewById(R.id.cell_bottom);
/frameworks/base/graphics/java/android/renderscript/
H A DProgramRaster.java48 CullMode(int id) { argument
49 mID = id;
56 ProgramRaster(int id, RenderScript rs) { argument
57 super(id, rs);
156 int id = mRS.nProgramRasterCreate(mPointSprite, mCullMode.mID);
157 ProgramRaster programRaster = new ProgramRaster(id, mRS);
/frameworks/base/voip/java/android/net/rtp/
H A DAudioGroup.java151 int id = nativeAdd(stream.getMode(), stream.getSocket(),
154 mStreams.put(stream, id);
166 Integer id = mStreams.remove(stream);
167 if (id != null) {
168 nativeRemove(id);
172 private native void nativeRemove(int id); argument
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/
H A DInterrogationActivity.java36 findViewById(R.id.button5).setOnClickListener(new View.OnClickListener() {
41 findViewById(R.id.button5).setOnLongClickListener(new View.OnLongClickListener() {
/frameworks/base/include/storage/
H A DIMountService.h48 virtual int32_t createSecureContainer(const String16& id,
51 virtual int32_t finalizeSecureContainer(const String16& id) = 0;
52 virtual int32_t destroySecureContainer(const String16& id) = 0;
53 virtual int32_t mountSecureContainer(const String16& id,
56 unmountSecureContainer(const String16& id, const bool force) = 0;
57 virtual bool isSecureContainerMounted(const String16& id) = 0;
60 virtual bool getSecureContainerPath(const String16& id, String16& path) = 0;
61 virtual int32_t getSecureContainerList(const String16& id,
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextFadeActivity.java36 findViewById(R.id.contact_tile_name).setHorizontalFadingEdgeEnabled(true);
37 ((TextView) findViewById(R.id.contact_tile_name)).setEllipsize(TextUtils.TruncateAt.MARQUEE);
H A DTransformsAndAnimationsActivity.java58 button1 = (Button) findViewById(R.id.button1);
59 button2 = (Button) findViewById(R.id.button2);
60 button3 = (Button) findViewById(R.id.button3);
61 button1a = (Button) findViewById(R.id.button1a);
62 button2a = (Button) findViewById(R.id.button2a);
63 button3a = (Button) findViewById(R.id.button3a);
64 button1b = (Button) findViewById(R.id.button1b);
65 button2b = (Button) findViewById(R.id.button2b);
66 button3b = (Button) findViewById(R.id.button3b);
67 button4 = (Button) findViewById(R.id
[all...]
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEqualizerTest.java75 mSessionText = (EditText) findViewById(R.id.sessionEdit);
80 mReleaseButton = (ToggleButton)findViewById(R.id.eqReleaseButton);
81 mOnOffButton = (ToggleButton)findViewById(R.id.equalizerOnOff);
96 displayFreq(R.id.eqParam1Center, centerFreq);
97 displayFreq(R.id.eqParam1Min, freqRange[0]);
98 displayFreq(R.id.eqParam1Max, freqRange[1]);
99 seekBar = (SeekBar)findViewById(R.id.eqParam1SeekBar);
100 textView = (TextView)findViewById(R.id.eqParam1Value);
107 displayFreq(R.id.eqParam2Center, centerFreq);
108 displayFreq(R.id
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DSettingsView.java65 (CompoundButton)findViewById(R.id.airplane_checkbox));
66 findViewById(R.id.network).setOnClickListener(this);
68 mRotationLockContainer = findViewById(R.id.rotate);
69 mRotationLockSeparator = findViewById(R.id.rotate_separator);
71 (CompoundButton)findViewById(R.id.rotate_checkbox),
81 (ImageView)findViewById(R.id.brightness_icon),
82 (ToggleSlider)findViewById(R.id.brightness));
84 (CompoundButton)findViewById(R.id.do_not_disturb_checkbox));
85 findViewById(R.id.settings).setOnClickListener(this);
98 case R.id
[all...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DClientTest.java52 Button addpbtn = (Button) findViewById(R.id.addpkg);
53 Button procbtn = (Button) findViewById(R.id.procmsg);
54 Button delbtn = (Button) findViewById(R.id.delpkg);
60 EditText app_id = (EditText) findViewById(R.id.app_id);
61 EditText cont = (EditText) findViewById(R.id.cont);
62 EditText pkg = (EditText) findViewById(R.id.pkg);
63 EditText cls = (EditText) findViewById(R.id.cls);
64 RadioButton act = (RadioButton) findViewById(R.id.act);
65 CheckBox sig = (CheckBox) findViewById(R.id.sig);
66 CheckBox ftr = (CheckBox) findViewById(R.id
[all...]
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java142 int id = nativeGetText(mParseState);
143 return id >= 0 ? mStrings.get(id).toString() : null;
170 int id = nativeGetNamespace(mParseState);
171 return id >= 0 ? mStrings.get(id).toString() : "";
174 int id = nativeGetName(mParseState);
175 return id >= 0 ? mStrings.get(id).toString() : null;
178 int id
457 getPooledString(int id) argument
[all...]

Completed in 3923 milliseconds

1234567891011>>