Home
last modified time | relevance | path

Searched refs:cursor (Results 1 – 25 of 29) sorted by relevance

12

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DTvNotification.java144 public static TvNotification fromCursor(Cursor cursor) { in fromCursor() argument
146 String key = cursor.getString(index++); in fromCursor()
147 String packageName = cursor.getString(index++); in fromCursor()
148 String title = cursor.getString(index++); in fromCursor()
149 String text = cursor.getString(index++); in fromCursor()
150 boolean dismissible = cursor.getInt(index++) != 0; in fromCursor()
151 boolean ongoing = cursor.getInt(index++) != 0; in fromCursor()
152 byte[] smallIconData = cursor.getBlob(index++); in fromCursor()
155 int channel = cursor.getInt(index++); in fromCursor()
156 int progress = cursor.getInt(index++); in fromCursor()
[all …]
DNotificationsPanelAdapter.java46 public NotificationsPanelAdapter(Context context, Cursor cursor) { in NotificationsPanelAdapter() argument
47 mCursor = cursor; in NotificationsPanelAdapter()
115 public void onBindViewHolder(NotificationPanelViewHolder viewHolder, Cursor cursor) { in onBindViewHolder() argument
116 TvNotification notif = TvNotification.fromCursor(cursor); in onBindViewHolder()
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java672 Cursor cursor = db.rawQuery(query, args); in query() local
673 if (cursor != null) { in query()
674 cursor.setNotificationUri(getContext().getContentResolver(), in query()
677 return cursor; in query()
778 Cursor cursor = qb.query(db, projection, selection, selectionArgs, groupBy, in query() local
780 cursor.setNotificationUri(getContext().getContentResolver(), BrowserContract.AUTHORITY_URI); in query()
781 return cursor; in query()
887 Cursor cursor = null; in appendBookmarksIfFolder() local
889 cursor = db.query(TABLE_BOOKMARKS, bookmarksProjection, in appendBookmarksIfFolder()
891 if (cursor != null) { in appendBookmarksIfFolder()
[all …]
/device/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator.h264 for (auto cursor = start_inclusive; cursor < end_exclusive; cursor++) { in TakeRangeInternal() local
265 if (!Contains(available_resources_, cursor)) { in TakeRangeInternal()
270 for (auto cursor = start_inclusive; cursor < end_exclusive; cursor++) { in TakeRangeInternal() local
271 auto itr = available_resources_.find(cursor); in TakeRangeInternal()
/device/amlogic/yukawa/services/micmuteprovider/src/com/google/android/tv/hotword/
DHotwordMicToggleProvider.java65 MatrixCursor cursor = new MatrixCursor(new String[] {"result"}); in query() local
69 cursor.addRow(new Integer[] {micMuted ? 0 : 1}); in query()
70 return cursor; in query()
/device/generic/goldfish/input/
Dvirtio_input_multi_touch_1.idc4 cursor.mode = navigation
5 cursor.orientationAware = 1
Dvirtio_input_multi_touch_7.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_6.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_4.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_10.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_2.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_8.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_3.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_5.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_9.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_11.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
/device/generic/goldfish/input-mt/
Dvirtio_input_multi_touch_1.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_3.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_5.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_2.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_4.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
/device/google/cuttlefish/host/frontend/webrtc/html_client/
Dstyle.css131 cursor: pointer;
173 cursor: move;
317 cursor: not-allowed;
321 cursor: pointer;
435 cursor: pointer;
/device/generic/car/emulator/multi-display/input/
Dvirtio_input_multi_touch_8.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_7.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1
Dvirtio_input_multi_touch_9.idc6 cursor.mode = navigation
7 cursor.orientationAware = 1

12