HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 826 - 842 of 842) sorted by null

<<31323334

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 6 * you may not use this file except in compliance with the License.
73 * caching for quick UI response. This is effectively a singleton class, as the cache is
91 * If a cached value within 10 seconds of a refresh(), preserve it. This time has been
97 * The index of the Uri whose data is reflected in the cached row. Updates/Deletes to this Uri
121 /** The listeners registered for this cursor */
132 /** Whether our first query on this cursor should include a limit */
141 /** Column names for this cursor */
158 * The number of cached deletions from this cursor (used to quickly generate an accurate count)
204 * Create a ConversationCursor; this should be called by the ListActivity using that cursor
216 // We want to notify about this change to allow the UI to requery. We don'
    [all...]
ConversationItemView.java 6 * you may not use this file except in compliance with the License.
395 mSendersImageView.setCallback(this);
513 // If this was previously bound to a different conversation, remove any contact photo
531 mCheckedConversationSet.addObserver(this);
627 mCheckedConversationSet.removeObserver(this);
638 ConversationItemView.this.invalidate(r.left, r.top, r.right, r.bottom);
648 * Get the Conversation object associated with this view.
678 mConfig.updateWidth(wSize).setLayoutDirection(ViewCompat.getLayoutDirection(this));
777 // This is a special view that doesn't need special sender formatting
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 5 * you may not use this file except in compliance with the License.
168 this.channel = channel;
169 this.cla = cla;
170 this.command = command;
171 this.p1 = p1;
172 this.p2 = p2;
173 this.p3 = p3;
174 this.data = data;
187 /** The subscriber id that this request applies to. Null if default. */
191 this.argument = argument
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 5 * you may not use this file except in compliance with the License.
99 * Use the default notification sound. This will ignore any given
112 * Use the default notification vibrate. This will ignore any given
126 * Use the default notification lights. This will ignore the
144 * A timestamp related to this notification, in milliseconds since the epoch.
148 * Choose a timestamp that will be most relevant to the user. For most finite events, this
177 * If the icon in the status bar is to have more than one level, you can set this. Otherwise,
186 * The number of events that this notification represents. For example, in a new mail
187 * notification, this could be the number of unread messages.
189 * The system may or may not use this field to modify the appearance of the notification. Fo
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 5 * you may not use this file except in compliance with the License.
131 * This implementation focuses on delivering a responsive UI. Most methods are
187 /** If the msg is already queued, replace it with this one. */
189 /** If the msg is already queued, ignore this one and leave the old. */
191 /** If the msg is already queued, queue this one and leave the old. */
290 * of another stream: This avoids multiplying the volume settings for hidden
337 * Map AudioSystem.STREAM_* constants to app ops. This should be used
401 // Use makeDeviceListKey() to make a unique key for this list.
533 // Used when safe volume warning message display is requested by setStreamVolume(). In this
642 mContext, mVolumeController, this);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
15 * derived from this software without specific prior written permission.
17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
146 /** This is the buffer of *all* tokens found in the grammar file
147 * including whitespace tokens etc... I use this to extract
172 this.label = label;
173 this.elementRef = elementRef;
174 this.referencedRuleName = elementRef.getText()
    [all...]
  /external/svox/pico/lib/
picopr.c 5 * you may not use this file except in compliance with the License.
73 #define PR_MAX_DATA_LEN_Z PR_MAX_DATA_LEN + 1 /* all strings in picopr should use this constant
337 static void pr_getOutputItemList (picodata_ProcessingUnit this, pr_subobj_t * pr,
357 static void pr_ALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr, unsigned int byteSize)
360 pr_subobj_t * pr = (pr_subobj_t *) this->subObj;
382 picoos_emRaiseException(this->common->em, PICO_EXC_OUT_OF_MEM, (picoos_char *)"pr out of dynamic memory", (picoos_char *)"");
403 picoos_emRaiseException(this->common->em, PICO_EXC_OUT_OF_MEM, (picoos_char *)"pr out of dynamic memory", (picoos_char *)"");
413 static void pr_DEALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr)
415 pr_subobj_t * pr = (pr_subobj_t *) this->subObj;
433 static void pr_getMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 *lmemState
3290 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 5 * you may not use this file except in compliance with the License.
142 // Default timeout in milliseconds. This is only used until the settings
149 // This should perhaps be a setting.
185 // This is distinct from the screen power state, which is managed separately.
254 // True if boot completed occurred. We keep the screen on until this happens.
275 // This is used to terminate a dream and go to sleep if the battery is
297 // True if dreams are supported on this device.
313 // Use -1 to disable this safety feature.
317 // Use -1 to disable this safety feature.
320 // If the battery level drops by this percentage and the user activity timeou
    [all...]
  /ndk/build/core/
definitions.mk 4 # you may not use this file except in compliance with the License.
27 # Macro : this-makefile
29 # Usage : $(this-makefile)
31 this-makefile = $(lastword $(MAKEFILE_LIST))
105 # This is used to enforce a call to host-mkdir.
126 # this shall be used in commands and will work around limitations
135 # This function is used to generate such a list file from a long
323 # Rationale: This function is used to put the list of whole static libraries
326 # This function also calls host-path to translate the library
354 # depends -> list of other modules this module depends o
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 39 import _tkinter # If this fails your Python may not be configured for Tk namespace
129 Instances of this type are generated if one of the following events occurs:
176 Call this function to inhibit that the first instance of
383 this widget in the Tcl interpreter."""
415 widget elements are derived from this.
461 """Direct input focus to this widget.
464 this widget will get the focus if the application gets
469 """Direct input focus to this widget even if the
485 display where this widget is located.
493 for this widget gets the focus from the window manager.""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 39 import _tkinter # If this fails your Python may not be configured for Tk namespace
129 Instances of this type are generated if one of the following events occurs:
176 Call this function to inhibit that the first instance of
383 this widget in the Tcl interpreter."""
415 widget elements are derived from this.
461 """Direct input focus to this widget.
464 this widget will get the focus if the application gets
469 """Direct input focus to this widget even if the
485 display where this widget is located.
493 for this widget gets the focus from the window manager.""
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 5 * you may not use this file except in compliance with the License.
265 * this is 10 seconds.
361 * This is also used as the lock for all of our state.
362 * NOTE: Never call into methods that lock ActivityManagerService while holding this object.
407 * focus window to be displayed before they are told about this.
412 * This is set when we have run out of memory, and will either be an empty
434 * This array is essentially a cache for all userId for
519 // This is held as long as we have the screen frozen, to give us time to
544 /** This just indicates the window the input method is on top of, not
555 /** Temporary list for comparison. Always clear this after use so we don't end up wit
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 8 * This code is released under the libpng license.
13 * This is a C program that is intended to be linked against libpng. It
37 /* Define the following to use this test against your installed libpng, rather
67 /* This deliberately lacks the PNG_CONST. */
70 /* This is copied from 1.5.1 png.h: */
96 /* This comes from pnglibconf.h afer 1.5: */
133 # define this not_the_cpp_this macro
206 /* Generate random bytes. This uses a boring repeatable algorithm and it
252 #define RANDOMIZE(this) randomize(&(this), sizeof (this)
1460 store_memory *this = voidcast(store_memory*, memory), **test; local
1844 png_store this; \/* I am a png_store *\/ member in struct:png_modifier
2773 png_modification this; member in struct:gama_modification
2805 png_modification this; member in struct:chrm_modification
2858 png_modification this; member in struct:srgb_modification
2900 png_modification this; member in struct:sbit_modification
5537 standard_display this; member in struct:transform_display
7690 standard_display this; member in struct:gamma_display
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java 5 * you may not use this file except in compliance with the License.
87 * not have a spatial definition here. For instance, subclases of this class can
234 * The thread that created this view.
282 * The adapter containing the data to be displayed by this view
287 * The remote adapter containing the data to be displayed by this view to be set
292 * If mAdapter != null, whenever this is true the adapter has stable IDs.
297 * This flag indicates the a full notify is required when the RemoteViewsAdapter connects
348 * This view's padding
353 * Subclasses must retain their measure spec from onMeasure() into this member
368 * When the view is scrolling, this flag is set to true to indicate subclasses tha
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 5 * you may not use this file except in compliance with the License.
155 // This list of tables contains auto-incremented sequences.
188 // NOTE: This requires late binding of GroupMembership MIME-type
208 // NOTE: This requires late binding of GroupMembership MIME-type
462 * This column is no longer used, but we keep it in the table so an upgraded database
463 * will look the same as a new database. This reduces the chance of OEMs adding a second
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java 5 * you may not use this file except in compliance with the License.
364 * pending connection for this much time
370 * Do not modify this directly; use updateLinkProperties instead.
403 // This is the BSSID we are trying to associate to, it can be set to "any"
456 * Save the UID correctly depending on if this is a new or existing network.
711 * Make this timer 40 seconds, which is about the normal DHCP timeout.
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 5 * you may not use this file except in compliance with the License.
364 // This is the amount of time an app needs to be running a foreground service before
376 // on getting this result before starting to launch its UI).
408 /** Run all ActivityStacks through this */
477 * The package name of the DeviceOwner. This package is not permitted to have its data cleared.
504 synchronized (this) {
508 pendingAssistExtrasTimedOut(this);
560 this.time = time;
561 this.shortMsg = shortMsg;
562 this.longMsg = longMsg
    [all...]

Completed in 618 milliseconds

<<31323334