Searched
full:hold (Results
326 -
350 of
4808) sorted by null
<<11121314151617181920>>
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastCursorAdapter.java | 38 * Makes a new view to hold the data pointed to by cursor.
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
StreamUtils.java | 34 throw new ArrayIndexOutOfBoundsException("Output array is too short to hold input");
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
TextureUploader.java | 48 // caller should hold synchronized on "this"
|
/packages/apps/InCallUI/res/layout/ |
call_button_fragment.xml | 51 supports "Hold" (i.e. 4 buttons on CDMA devices, 5 buttons on GSM devices.) or whether 54 There are a couple of *pairs* of buttons that share a single "slot", namely Hold/Swap 90 <!-- This slot is either "Hold" or "Swap", depending on the state of the call. One or the 93 <!-- "Hold" -->
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
AllAppsRecyclerViewContainerView.java | 57 // Make the feedback view large enough to hold the blur bitmap.
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
AudioRecordView.java | 51 * Hosts an audio recorder with tap and hold to record functionality. 63 /** The initial state, the user may press and hold to start recording */ 84 * user clicked the record button and inform the user to tap and hold to record. 270 // "tap+hold" to record audio.
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
CircularArray.java | 34 * @param count Max elements to hold in the list.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
ActivityTransitionBitmapHelper.java | 106 // We don't want to hold on to the bitmap object longer than necessary
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
AssetFileAddress.java | 22 * Immutable class to hold the address of an asset.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
AssetFileAddress.java | 24 * Immutable class to hold the address of an asset.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
pktcdvd.h | 27 * How long we should hold a non-full packet before starting data gathering.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
pktcdvd.h | 27 * How long we should hold a non-full packet before starting data gathering.
|
virtio_console.h | 49 /* max. number of ports this device can hold */
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
setobject.h | 18 hold a search finger. The hash field of Unused or Dummy slots has
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
setobject.h | 18 hold a search finger. The hash field of Unused or Dummy slots has
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/drawing/ |
nx_pylab.py | 39 def draw(G, pos=None, ax=None, hold=None, **kwds): 60 hold : bool, optional 61 Set the Matplotlib hold state. If True subsequent draw 120 # allow callers to override the hold state by passing hold=True|False 122 h = kwds.pop('hold', None) 124 plt.hold(h) 130 plt.hold(b) 132 plt.hold(b)
|
/system/bt/bta/ag/ |
bta_ag_ci.c | 68 APPL_TRACE_ERROR("ERROR: Unable to allocate buffer to hold AT response code. len=%i", len);
|
/system/bt/btcore/include/ |
uuid.h | 26 // Creates uuid string structure to hold a well formed UUID
|
/external/libhevc/common/ |
ihevc_structs.h | 891 * Structure to hold coefficient info for a 4x4 subblock 974 * Structure to hold Profile tier level info for a given layer 991 * Structure to hold Profile tier level info for a given layer 1088 * Structure to hold Profile tier level info for all layers 1115 * Structure to hold short term reference picture set info 1161 * Structure to hold weighted prediction info such as weights and offsets 1224 * Structure to hold Reference picture list modification info 1247 * Structure to hold VPS info [all...] |
/art/compiler/dex/ |
mir_field_info.cc | 45 // We're going to resolve fields and check access in a tight loop. It's better to hold 110 // We're going to resolve fields and check access in a tight loop. It's better to hold
|
mir_method_info.h | 225 // Before Resolve(), target_dex_file_ and target_method_idx_ hold the verification-based 227 // After Resolve() they hold the actual target method that will be called; it will be either
|
/bionic/libc/tzcode/ |
tzfile.h | 105 #define TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */ 110 /* (limited by what unsigned chars can hold) */
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MenuInflateFromXml.java | 70 * Safe to hold on to this. 125 // Hold on to this
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CollectionCertStoreParametersTest.java | 174 // check that both objects hold the same reference 190 // check that all objects hold the same reference
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMAxisTraverser.java | 26 * an iterator, because it does not need to hold state, and, in fact, must not 27 * hold any iteration-based state. It is meant to be implemented as an inner
|
Completed in 1078 milliseconds
<<11121314151617181920>>