/frameworks/base/core/tests/coretests/src/android/view/menu/ |
MenuScenario.java | 208 itemTitles.put(itemPos, title);
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-gridview.jd | 102 put in our ImageAdapter. So we're going to create an ImageView each time. When this is called, we're
|
/frameworks/base/docs/html/resources/articles/ |
future-proofing.jd | 55 need to put it on a diet. You can simplify your layouts using the more
|
/frameworks/base/libs/rs/ |
rsLocklessFifo.cpp | 192 LOGV("%s put %p, get %p, buf %p, end %p", s, mPut, mGet, mBuffer, mEnd);
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
sostream.h | 46 inline void put (char c) { iwrite (uint8_t(c)); } function in class:ustl::ostringstream
|
/frameworks/base/opengl/tests/gl2_java/src/com/android/gl2java/ |
GL2JavaView.java | 61 mTriangleVertices.put(mTriangleVerticesData).position(0);
|
/frameworks/base/services/java/com/android/server/status/ |
StatusBarView.java | 104 // put the date date view quantized to the icons
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 79 * automatically put on hold. If both lines are currently in use, the
|
/frameworks/base/tests/CoreTests/android/core/ |
HashMapPerformanceTest.java | 40 mMap.put(mKeys[i], i);
|
URLTest.java | 109 headers.put(key, value);
|
/frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/ |
TestClassReplacement.java | 73 // have been put back in the new class!
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
OverrideMethod.java | 55 sMethods.put(signature, listener);
|
/frameworks/base/tools/preload/ |
sorttable.js | 45 // put the first table row in it. 55 // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as 57 // to do is put them in a tfoot. So, if there are sortbottom rows, 142 // sort based on the sort keys, and then put the rows back in order
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
sbsdio.h | 95 #define SBSDIO_DEVCTL_PADS_ISO 0x08 /* 1: isolate internal sdio signals, put
|
/hardware/msm7k/libcamera/ |
QualcommCameraHardware.h | 83 //TODO: put the picture dimensions in the CameraParameters object;
|
/hardware/qcom/gps/loc_api/libloc_api/ |
loc_eng_ioctl.h | 44 // The thread has been put in a wait state for an ioctl callback
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
OMX_VideoEnc_Utils.h | 205 *number of fill elements is set to zero. It should be put in the Idle->Execution 248 *It should be put in the function that handles the filled buffer from the application. 274 *to enter to the Application layer. It will propagate the Data and put it in the pBufferHeader 276 *It should be put in the function that handles the filled buffers that comes from the DSP.
|
/packages/apps/Browser/src/com/android/browser/ |
CombinedBookmarkHistoryActivity.java | 68 mUrlsToIcons.put(url, icon);
|
TabControl.java | 168 // Initially put the tab in the background. 206 // Put the tab in the background only if it is the current one. 523 // Create a new WebView. If this tab is the current tab, we need to put 568 * Put the current tab in the background and set newTab as the current tab.
|
/packages/apps/Camera/src/com/android/camera/ |
ThumbnailController.java | 60 // The "frame" is a drawable we want to put on top of the thumbnail.
|
/packages/apps/Camera/src/com/android/camera/gallery/ |
BaseImageList.java | 123 mCache.put(i, result);
|
/packages/apps/Camera/src/com/android/camera/ui/ |
OtherSettingsIndicator.java | 68 mOverrides.put(key, value);
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
EntityDiff.java | 144 childrenMap.put(key, child);
|
/packages/apps/Email/src/com/android/email/ |
GroupMessagingListener.java | 43 mListenersMap.put(listener, this);
|
/packages/apps/Email/src/com/android/email/activity/ |
AccountShortcutPicker.java | 149 * you return a bitmap, such as a thumbnail, you can simply put the bitmap into the extras
|