Searched refs:id (Results 126 - 150 of 1021) sorted by relevance

1234567891011>>

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity5.java48 setupList(R.id.list1);
90 ((ClipFrameLayout) findViewById(R.id.container)).setClipEnabled(true);
94 ((ClipFrameLayout) findViewById(R.id.container)).setClipEnabled(false);
98 findViewById(R.id.container).setLayerType(View.LAYER_TYPE_HARDWARE, mPaint);
102 findViewById(R.id.container).setLayerType(View.LAYER_TYPE_NONE, null);
106 findViewById(R.id.container).getLayoutParams().height = ViewGroup.LayoutParams.MATCH_PARENT;
107 findViewById(R.id.container).requestLayout();
111 findViewById(R.id.container).getLayoutParams().height = 300;
112 findViewById(R.id.container).requestLayout();
/frameworks/base/core/java/android/widget/
H A DRadioGroup.java39 * <p>The selection is identified by the unique id of the radio button as defined
55 // holds the checked id; the selection is empty by default
149 * @param id the unique id of the radio button to select in this group
154 public void check(int id) { argument
156 if (id != -1 && (id == mCheckedId)) {
164 if (id != -1) {
165 setCheckedStateForView(id, true);
168 setCheckedId(id);
171 setCheckedId(int id) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DValueParser.java121 int id = rawValue[valueIndex] & 0xff;
124 item = new Item(id, text);
134 * Retrieves Item id information from the COMPREHENSION-TLV object.
137 * @return An Item id
141 int id = 0;
147 id = rawValue[valueIndex] & 0xff;
152 return id;
156 * Retrieves icon id from an Icon Identifier COMPREHENSION-TLV object
163 IconId id = new IconId();
168 id
[all...]
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEnvReverbTest.java76 ImageView playPause = (ImageView) findViewById(R.id.playPause1);
77 ImageView stop = (ImageView) findViewById(R.id.stop1);
78 textView = (TextView) findViewById(R.id.sessionText);
80 sPlayerController = new SimplePlayer(this, R.id.playPause1, playPause,
81 R.id.stop1, stop, textView,
84 sPlayerController.set(this, R.id.playPause1, playPause,
85 R.id.stop1, stop, textView,
90 mSendLevelSeekBar = (SeekBar)findViewById(R.id.sendLevelSeekBar);
91 mSendLevelDisplay = (TextView)findViewById(R.id.sendLevelValue);
97 mOnOffButton = (ToggleButton)findViewById(R.id
[all...]
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp83 String8 id; local
84 it.getID(&id);
86 CHECK(id.length() > 0);
87 if (id[0] == 'T') {
91 printf(" found text frame '%s': %s\n", id.string(), text.string());
93 printf(" found frame '%s'.\n", id.string());
/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl34 void enqueueNotificationWithTag(String pkg, String basePkg, String tag, int id,
36 void cancelNotificationWithTag(String pkg, String tag, int id, int userId);
47 void cancelNotificationFromListener(in INotificationListener token, String pkg, String tag, int id);
/frameworks/base/core/java/android/view/
H A DInputQueue.java95 int id;
97 id = nativeSendKeyEvent(mPtr, (KeyEvent) e, predispatch);
99 id = nativeSendMotionEvent(mPtr, (MotionEvent) e);
101 mActiveEventArray.put(id, event);
104 private void finishInputEvent(int id, boolean handled) { argument
105 int index = mActiveEventArray.indexOfKey(id);
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DFocusAfterRemovalTest.java50 mLeftLayout = (LinearLayout) a.findViewById(R.id.leftLayout);
51 mTopLeftButton = (Button) a.findViewById(R.id.topLeftButton);
52 mBottomLeftButton = (Button) a.findViewById(R.id.bottomLeftButton);
53 mTopRightButton = (Button) a.findViewById(R.id.topRightButton);
54 mBottomRightButton = (Button) a.findViewById(R.id.bottomRightButton);
94 getActivity().findViewById(R.id.leftLayout).getVisibility());
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineButtonsTest.java45 mCurrentTime = activity.findViewById(R.id.currenttime);
46 mTotalTime = activity.findViewById(R.id.totaltime);
47 mPrev = (ImageButton) activity.findViewById(R.id.prev);
48 mNext = (ImageButton) activity.findViewById(R.id.next);
49 mPause = (ImageButton) activity.findViewById(R.id.pause);
50 mLayout = activity.findViewById(R.id.layout);
H A DBaselineAlignmentSpinnerButton.java41 mSpinner = activity.findViewById(R.id.reminder_value);
42 mButton = activity.findViewById(R.id.reminder_remove);
H A DFillInWrapTest.java39 mChild = activity.findViewById(R.id.data);
40 mContainer = activity.findViewById(R.id.layout);
H A DLLOfButtons1.java40 mFirstButton = (Button) findViewById(R.id.button1);
51 return (LinearLayout) findViewById(R.id.layout);
H A DLinearLayoutEditTextsTest.java40 mChild = activity.findViewById(R.id.editText1);
41 mContainer = activity.findViewById(R.id.layout);
H A DWeightSumTest.java40 mChild = activity.findViewById(R.id.child);
41 mContainer = activity.findViewById(R.id.container);
H A DWeightTest.java41 mChild = activity.findViewById(R.id.child4);
42 mContainer = activity.findViewById(R.id.layout);
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFboRS.java82 public void newTouchPosition(float x, float y, float pressure, int id) { argument
83 if (id >= holdingColor.length) {
91 mScript.invoke_addParticles(rate, x, y, id, !holdingColor[id]);
92 holdingColor[id] = true;
94 holdingColor[id] = false;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java94 mContent = findViewById(R.id.action_bar_activity_content);
96 mContent = findViewById(android.R.id.content);
98 mActionBarTop = findViewById(R.id.top_action_bar);
99 mContainerView = (ActionBarContainer) findViewById(R.id.action_bar_container);
100 mActionView = (ActionBarView) findViewById(R.id.action_bar);
101 mActionBarBottom = findViewById(R.id.split_action_bar);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h90 status_t freeDisplayId(int32_t id);
109 status_t createWorkList(int32_t id, size_t numLayers);
114 bool hasHwcComposition(int32_t id) const;
117 bool hasGlesComposition(int32_t id) const;
121 sp<Fence> getAndResetReleaseFence(int32_t id);
126 // return the visual id to be used to find a suitable EGLConfig for
131 int fbPost(int32_t id, const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf);
136 // Returns INVALID_OPERATION if id is not a virtual display.
137 status_t setOutputBuffer(int32_t id, const sp<Fence>& acquireFence,
144 sp<Fence> getLastRetireFence(int32_t id);
[all...]
/frameworks/av/media/mtp/
H A DMtpStorageInfo.cpp26 MtpStorageInfo::MtpStorageInfo(MtpStorageID id) argument
27 : mStorageID(id),
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHealthCallback.aidl31 ParcelFileDescriptor fd, int id);
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareService.java89 public boolean addCircularFence(int id, int monitoringType, double lat, double longitude,
95 return mGeofenceHardwareImpl.addCircularFence(id, monitoringType, lat, longitude,
100 public boolean removeGeofence(int id, int monitoringType) {
105 return mGeofenceHardwareImpl.removeGeofence(id, monitoringType);
108 public boolean pauseGeofence(int id, int monitoringType) {
113 return mGeofenceHardwareImpl.pauseGeofence(id, monitoringType);
116 public boolean resumeGeofence(int id, int monitoringType, int monitorTransitions) {
121 return mGeofenceHardwareImpl.resumeGeofence(id, monitoringType, monitorTransitions);
/frameworks/base/core/tests/coretests/src/android/view/
H A DMutateDrawable.java33 ok.setId(R.id.a);
38 cancel.setId(R.id.b);
H A DMutateDrawableTest.java36 mFirstButton = getActivity().findViewById(com.android.frameworks.coretests.R.id.a);
37 mSecondButton = getActivity().findViewById(com.android.frameworks.coretests.R.id.b);
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridInHorizontal.java48 mText = (TextView) findViewById(R.id.text);
49 mGridView = (GridView) findViewById(R.id.grid);
H A DGridInVertical.java48 mText = (TextView) findViewById(R.id.text);
49 mGridView = (GridView) findViewById(R.id.grid);

Completed in 462 milliseconds

1234567891011>>