OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shortcuts
(Results
1 - 3
of
3
) sorted by null
/developers/samples/android/content/SharingShortcuts/Application/src/main/java/com/example/android/sharingshortcuts/
SharingShortcutsManager.java
33
* Provides the Sharing
Shortcuts
items to the system.
43
* Define maximum number of
shortcuts
.
49
* Category name defined in res/xml/
shortcuts
.xml that accepts data of type text/plain
56
* Publish the list of dynamics
shortcuts
that will be used in Direct Share.
66
*
shortcuts
. In a real-world example, we would replace existing
shortcuts
depending on
70
ArrayList<ShortcutInfoCompat>
shortcuts
= new ArrayList<>();
local
72
// Category that our sharing
shortcuts
will be assigned to
76
// Adding maximum number of
shortcuts
to the list
85
shortcuts
.add(new ShortcutInfoCompat.Builder(context, Integer.toString(id)
[
all
...]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
DateTimeShortcuts.js
47
shortCutsClass: 'datetimeshortcuts', // class of the clock and cal
shortcuts
269
// <div class="calendar-
shortcuts
">
295
// calendar
shortcuts
296
var
shortcuts
= quickElement('div', cal_box);
variable
297
shortcuts
.className = 'calendar-
shortcuts
';
298
quickElement('a',
shortcuts
, gettext('Yesterday'), 'href', 'javascript:DateTimeShortcuts.handleCalendarQuickLink(' + num + ', -1);');
299
shortcuts
.appendChild(document.createTextNode('\240|\240'));
300
quickElement('a',
shortcuts
, gettext('Today'), 'href', 'javascript:DateTimeShortcuts.handleCalendarQuickLink(' + num + ', 0);');
301
shortcuts
.appendChild(document.createTextNode('\240|\240'))
[
all
...]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
R.java
619
public static final int
shortcuts
=0x7f070007;
field in class:R.xml
[
all
...]
Completed in 207 milliseconds