Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 68) sorted by relevance

123

/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DMidiEventScheduler.java40 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
50 public int count = 0; field in MidiEventScheduler.MidiEvent
53 private MidiEvent(int count) { in MidiEvent()
58 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent()
78 private MidiEvent createScheduledEvent(byte[] msg, int offset, int count, in createScheduledEvent()
DMidiDispatcher.java78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
DMidiFramer.java49 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DMidiEventScheduler.java40 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
50 public int count = 0; field in MidiEventScheduler.MidiEvent
53 private MidiEvent(int count) { in MidiEvent()
58 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent()
78 private MidiEvent createScheduledEvent(byte[] msg, int offset, int count, in createScheduledEvent()
DMidiDispatcher.java78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
DMidiFramer.java49 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DEasyTextWatcher.java29 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
34 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DTextWatcherWrapper.java37 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
42 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
DCardEmulationFragment.java55 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
60 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/
DMidiPrinter.java62 public static String formatBytes(byte[] data, int offset, int count) { in formatBytes()
70 public static String formatMessage(byte[] data, int offset, int count) { in formatMessage()
DLoggingReceiver.java44 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
DMidiScope.java57 public void onSend(byte[] data, int offset, int count, in onSend()
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/dummydata/
DCheeses.java173 public static ArrayList<String> randomList(int count) { in randomList()
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/dummydata/
DCheeses.java173 public static ArrayList<String> randomList(int count) { in randomList()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/dummydata/
DCheeses.java173 public static ArrayList<String> randomList(int count) { in randomList()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DTextUndoActivity.java84 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
88 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/development/tools/bugreport/src/com/android/bugreport/util/
DArgParser.java42 public boolean hasData(int count) { in hasData()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java62 int count = getChildCount(); in onMeasure() local
85 int count = getChildCount(); in onLayout() local
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java75 int count = getChildCount(); in onMeasure() local
96 int count = getChildCount(); in onLayout() local
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmAdapter.java133 public void onInserted(int position, int count) { in onInserted()
138 public void onRemoved(int position, int count) { in onRemoved()
148 public void onChanged(int position, int count) { in onChanged()
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbTestActivity.java95 int count = 0; in appendLog() local
163 int count = device.getInterfaceCount(); in findAdbInterface() local
/development/samples/Vault/src/com/example/android/vault/
DUtils.java63 int count; in readFully() local
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DSynthEngine.java70 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
82 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
156 public void logMidiMessage(byte[] data, int offset, int count) { in logMidiMessage()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DSynthEngine.java70 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
82 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
156 public void logMidiMessage(byte[] data, int offset, int count) { in logMidiMessage()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictureLayout.java83 final int count = getChildCount(); in onMeasure() local
147 final int count = super.getChildCount(); in onLayout() local

123