HomeSort by relevance Sort by last modified time
    Searched refs:context (Results 176 - 200 of 6481) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Gallery2/src/com/android/camera/
CountDownTimerPreference.java 19 import android.content.Context;
28 public CountDownTimerPreference(Context context, AttributeSet attrs) {
29 super(context, attrs);
30 initCountDownDurationChoices(context);
33 private void initCountDownDurationChoices(Context context) {
39 entries[0] = context.getString(R.string.setting_off); // Off
41 entries[i] = context.getResources()
  /packages/apps/Gallery2/src/com/android/camera/ui/
PopupManager.java 19 import android.content.Context;
30 private static HashMap<Context, PopupManager> sMap =
31 new HashMap<Context, PopupManager>();
53 public static PopupManager getInstance(Context context) {
54 PopupManager instance = sMap.get(context);
57 sMap.put(context, instance);
62 public static void removeInstance(Context context) {
63 PopupManager instance = sMap.get(context);
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
SquareImageView.java 19 import android.content.Context;
26 public SquareImageView(Context context) {
27 super(context);
30 public SquareImageView(Context context, AttributeSet attrs) {
31 super(context, attrs);
34 public SquareImageView(Context context, AttributeSet attrs, int defStyle) {
35 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AccessibleTabView.java 19 import android.content.Context;
28 public AccessibleTabView(Context context) {
29 super(context);
32 public AccessibleTabView(Context context, AttributeSet attrs) {
33 super(context, attrs);
36 public AccessibleTabView(Context context, AttributeSet attrs, int defStyle) {
37 super(context, attrs, defStyle)
    [all...]
FolderEditText.java 3 import android.content.Context;
12 public FolderEditText(Context context) {
13 super(context);
16 public FolderEditText(Context context, AttributeSet attrs) {
17 super(context, attrs);
20 public FolderEditText(Context context, AttributeSet attrs, int defStyle) {
21 super(context, attrs, defStyle)
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
PopupManager.java 19 import android.content.Context;
30 private static HashMap<Context, PopupManager> sMap =
31 new HashMap<Context, PopupManager>();
53 public static PopupManager getInstance(Context context) {
54 PopupManager instance = sMap.get(context);
57 sMap.put(context, instance);
62 public static void removeInstance(Context context) {
63 PopupManager instance = sMap.get(context);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
LayoutSelectorAdapter.java 23 import android.content.Context;
31 public LayoutSelectorAdapter(Context context) {
32 super(context, getData(context));
35 protected static List<IconListItem> getData(Context context) {
37 addItem(data, context.getString(R.string.select_top_text),
39 addItem(data, context.getString(R.string.select_bottom_text),
  /packages/apps/Phone/src/com/android/phone/
MultiLineTitleEditTextPreference.java 19 import android.content.Context;
48 public MultiLineTitleEditTextPreference(Context context, AttributeSet attrs, int defStyle) {
49 super(context, attrs, defStyle);
52 public MultiLineTitleEditTextPreference(Context context, AttributeSet attrs) {
53 super(context, attrs);
56 public MultiLineTitleEditTextPreference(Context context) {
57 super(context);
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ContactBadge.java 18 import android.content.Context;
32 public ContactBadge(Context context) {
33 super(context);
36 public ContactBadge(Context context, AttributeSet attrs) {
37 super(context, attrs);
40 public ContactBadge(Context context, AttributeSet attrs, int defStyle) {
41 super(context, attrs, defStyle)
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
PreviewSurfaceView.java 19 import android.content.Context;
31 public PreviewSurfaceView(Context context, AttributeSet attrs, int defStyle) {
32 super(context, attrs, defStyle);
35 public PreviewSurfaceView(Context context, AttributeSet attrs) {
36 this(context, attrs, 0);
39 public PreviewSurfaceView(Context context) {
40 this(context, null, 0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
unwind.h 68 __gnu_unwind_24bit (_Unwind_Context * context, _uw data, int compact)
73 #define _Unwind_GetIP(context) \
74 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
76 #define _Unwind_SetIP(context, val) \
77 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
unwind.h 68 __gnu_unwind_24bit (_Unwind_Context * context, _uw data, int compact)
73 #define _Unwind_GetIP(context) \
74 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
76 #define _Unwind_SetIP(context, val) \
77 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
unwind.h 68 __gnu_unwind_24bit (_Unwind_Context * context, _uw data, int compact)
73 #define _Unwind_GetIP(context) \
74 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
76 #define _Unwind_SetIP(context, val) \
77 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
unwind.h 68 __gnu_unwind_24bit (_Unwind_Context * context, _uw data, int compact)
73 #define _Unwind_GetIP(context) \
74 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
76 #define _Unwind_SetIP(context, val) \
77 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
  /frameworks/av/libvideoeditor/vss/src/
M4PCMR_CoreReader.c 44 * - initializes PCM context,
48 * @param pContext: (OUT) Pointer on the PCM Reader context
66 M4PCMR_Context *context; local
76 /* Allocates the context */
77 context = M4OSA_NULL;
78 context = (M4PCMR_Context *)M4OSA_32bitAlignedMalloc(sizeof(M4PCMR_Context), M4WAV_READER,
80 if (M4OSA_NULL == context)
84 *pContext = (M4OSA_Context)context;
86 /* Initialize the context */
87 context->m_offset = 0
    [all...]
  /external/openssl/crypto/store/
str_mem.c 181 void *context = mem_list_start(s, type, attributes, parameters); local
183 if (context)
185 STORE_OBJECT *object = mem_list_next(s, context);
187 if (mem_list_end(s, context))
216 puts that stack into the context to be returned. mem_list_next
224 struct mem_ctx_st *context = local
229 if (!context)
234 memset(context, 0, sizeof(struct mem_ctx_st));
245 if (context->search_attributes == NULL)
247 context->search_attributes
272 struct mem_ctx_st *context = (struct mem_ctx_st *)handle; local
330 struct mem_ctx_st *context = (struct mem_ctx_st *)handle; local
344 struct mem_ctx_st *context = (struct mem_ctx_st *)handle; local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmReceiver.java 23 import android.content.Context;
41 public void onReceive(final Context context, final Intent intent) {
43 final WakeLock wl = AlarmAlertWakeLock.createPartialWakeLock(context);
47 handleIntent(context, intent);
54 private void handleIntent(Context context, Intent intent) {
57 updateNotification(context, (Alarm)
69 Alarms.disableSnoozeAlert(context, alarm.id);
70 Alarms.setNextAlert(context);
    [all...]
  /external/chromium/chrome/browser/sync/engine/
resolve_conflicts_command.cc 18 ConflictResolver* resolver = session->context()->resolver();
23 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
24 session->context()->account_name());
  /external/chromium/third_party/libjingle/source/talk/base/
md5.h 36 void MD5Init(struct MD5Context *context);
37 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
38 void MD5Final(unsigned char digest[16], struct MD5Context *context);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLayoutInflater.java 4 import android.content.Context;
24 private Context context; field in class:ShadowLayoutInflater
26 private static LayoutInflater bind(LayoutInflater layoutInflater, Context context) {
27 shadowOf(layoutInflater).context = context;
32 public static LayoutInflater from(Context context) {
33 return bind(instances.getInstance(context), context)
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
CustomView.java 3 import android.content.Context;
11 public CustomView(Context context, AttributeSet attrs) {
12 super(context, attrs);
13 inflate(context, R.layout.inner_merge, this);
  /external/webkit/Source/JavaScriptCore/wtf/
MainThread.h 43 void callOnMainThread(MainThreadFunction*, void* context);
44 void callOnMainThreadAndWait(MainThreadFunction*, void* context);
45 void cancelCallOnMainThread(MainThreadFunction*, void* context);
  /external/webkit/Source/WebCore/bindings/v8/
MainThreadDOMData.cpp 56 V8IsolatedContext* context = V8IsolatedContext::getEntered(); local
57 if (UNLIKELY(context != 0))
58 return *context->world()->domDataStore();
  /external/webkit/Source/WebCore/fileapi/
ThreadableBlobRegistry.cpp 67 static void registerBlobURLTask(void* context)
69 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context));
78 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, blobData)); local
79 callOnMainThread(&registerBlobURLTask, context.leakPtr());
83 static void registerBlobURLFromTask(void* context)
85 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context));
94 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, srcURL)); local
95 callOnMainThread(&registerBlobURLFromTask, context.leakPtr());
99 static void unregisterBlobURLTask(void* context)
101 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context));
110 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url)); local
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
DragImageChromiumMac.cpp 63 CGContextRef context = CGBitmapContextCreate(0, width, height, 8, width * 4, deviceRGB.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host); local
65 if (!context)
67 CGContextDrawImage(context, CGRectMake(0, 0, width, height), image);
70 CGImageRef scaledImage = CGBitmapContextCreateImage(context);
71 CGContextRelease(context);
83 CGContextRef context = CGBitmapContextCreate(0, width, height, 8, width * 4, deviceRGB.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host); local
85 if (!context)
91 CGContextSetAlpha(context, delta);
92 CGContextSetBlendMode(context, kCGBlendModeNormal);
93 CGContextDrawImage(context, CGRectMake(0, 0, width, height), image)
    [all...]

Completed in 2330 milliseconds

1 2 3 4 5 6 78 91011>>