Searched defs:start (Results 226 - 250 of 492) sorted by relevance

1234567891011>>

/frameworks/base/obex/javax/obex/
H A DObexHelper.java161 * @return the result of the last start body or end body header provided;
693 * @param start the starting index to search
698 public static int findHeaderEnd(byte[] headerArray, int start, int maxSize) { argument
702 int index = start;
753 * returned since it would be the start of the next header
761 return lastLength + start;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DFaceUnlock.java115 public boolean start() { method in class:FaceUnlock
116 if (DEBUG) Log.d(TAG, "start()");
118 Log.e(TAG, "start() called off of the UI thread");
122 Log.w(TAG, "start() called when already running");
235 * Tells the service to start its UI via an AIDL interface. Called when the
373 * Tells the Face Unlock service to start displaying its UI and start processing.
H A DKeyguardAccountView.java116 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
119 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
137 // start fresh
H A DKeyguardPasswordView.java142 public void onTextChanged(CharSequence s, int start, int before, int count) {
145 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
170 // If no icon is visible, reset the start margin on the password field so the text is
283 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
290 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java60 public void start() { method in class:PowerUI
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java56 /** The service is about to start, this is a chance to perform cleanup and
57 * delay the start if necessary */
170 public void start() { method in class:ServiceMonitor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java75 CharSequence rtrim(CharSequence substr, int start, int end) { argument
76 while (end > start && !isGraphicOrEmoji(substr.charAt(end-1))) {
79 if (end > start) {
80 return substr.subSequence(start, end);
94 int start = l.getLineStart(0);
97 return rtrim(substr, start, end);
121 int start = l.getLineStart(i);
128 CharSequence result = rtrim(substr, start, end);
130 this.current = index + start;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileDataControllerImpl.java123 final long start, end;
134 start = policyTime.toMillis(false);
137 start = addMonth(policyTime, -1).toMillis(false);
143 start = now - DateUtils.WEEK_IN_MILLIS * 4;
146 final NetworkStatsHistory.Entry entry = history.getValues(start, end, now, null);
149 new Date(start), new Date(end), new Date(now), callEnd - callStart,
157 usage.period = formatDateRange(start, end);
225 private String formatDateRange(long start, long end) { argument
229 return DateUtils.formatDateRange(mContext, PERIOD_FORMATTER, start, end, flags, null)
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeUI.java63 public void start() { method in class:VolumeUI
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java58 public void start(Attributes attributes) { method in class:SafeSaxTest.ElementCounter
71 public void start(Attributes attributes) { method in class:SafeSaxTest.TextElementCounter
173 long start = System.currentTimeMillis();
176 long elapsed = System.currentTimeMillis() - start;
181 long start = System.currentTimeMillis();
184 long elapsed = System.currentTimeMillis() - start;
190 long start = System.currentTimeMillis();
192 long elapsed = System.currentTimeMillis() - start;
245 public void start(Attributes attributes) {
255 public void start(Attribute
339 public void start(Attributes attributes) { method in class:SafeSaxTest.HandlerFactory.VideoListener
450 characters(char text[], int start, int length) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DServiceWatcher.java129 public boolean start() { method in class:ServiceWatcher
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceDiscoveryAction.java104 boolean start() { method in class:DeviceDiscoveryAction
H A DHdmiCecFeatureAction.java82 abstract boolean start(); method in class:HdmiCecFeatureAction
H A DHotplugDetectionAction.java68 boolean start() { method in class:HotplugDetectionAction
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java66 public void start() { method in class:DisplaySourceService
67 super.start();
140 mVirtualDisplayThread.start();
204 codec.start();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBidiRenderer.java47 int start; field in class:BidiRenderer.ScriptRun
53 public ScriptRun(int start, int limit, boolean isRtl) { argument
54 this.start = start;
111 public RectF renderText(int start, int limit, int bidiFlags, float[] advances, argument
113 Bidi bidi = new Bidi(mText, start, null, 0, limit - start, getIcuFlags(bidiFlags));
128 * @param start index of the first character
138 public RectF renderText(int start, int limit, boolean isRtl, float[] advances, argument
142 for (ScriptRun run : getScriptRuns(mText, start, limi
156 renderScript(int start, int limit, Font preferredFont, int flag, float[] advances, int advancesIndex, boolean draw) argument
217 render(int start, int limit, Font font, int flag, float[] advances, int advancesIndex, boolean draw) argument
266 getScriptRuns(char[] text, int start, int limit, boolean isRtl, List<Font> fonts) argument
[all...]
/frameworks/minikin/libs/minikin/
H A DCmapCoverage.cpp39 static void addRange(vector<uint32_t> &coverage, uint32_t start, uint32_t end) { argument
41 ALOGD("adding range %d-%d\n", start, end);
43 if (coverage.empty() || coverage.back() < start) {
44 coverage.push_back(start);
66 int start = readU16(data, kHeaderSize + 2 * (segCount + i)); local
70 if (((end + delta) & 0xffff) > end - start) {
71 addRange(coverage, start, end + 1);
73 for (int j = start; j < end + 1; j++) {
80 for (int j = start; j < end + 1; j++) {
82 (i + j - start) *
113 uint32_t start = readU32(data, groupOffset + kStartCharCodeOffset); local
[all...]
H A DFontCollection.cpp71 ALOGD("i=%d: range start = %d\n", i, offset);
73 range->start = offset;
109 ALOGD("querying range %d:%d\n", range.start, range.end);
113 for (size_t i = range.start; i < range.end; i++) {
185 size_t start = i; local
193 if (run->start == run->end) {
196 start--;
207 run->start = start;
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp191 char const* start = gExtensionString; local
195 end = strchr(start, ' ');
198 const size_t len = end - start;
201 const String8 ext(start, len);
204 mExtensionString.append(start, len+1);
208 start = end + 1;
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp195 int start, end; local
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp97 int start, end; local
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapSession.java85 mHandlerThread.start();
171 public void start() { method in class:BluetoothPbapSession
172 Log.d(TAG, "start");
211 * assume that RFCOMM does not exist either and we should start
243 mConnectThread.start();
278 mObexSession.start(mSessionHandler);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java200 Time start = new Time(tzidParam == null ? Time.TIMEZONE_UTC : tzid);
201 boolean inUtc = start.parse(dtstart);
202 boolean allDay = start.allDay;
210 String duration = computeDuration(start, component);
229 start.timezone = Time.TIMEZONE_UTC;
231 long millis = start.toMillis(false /* use isDst */);
465 private static String computeDuration(Time start, argument
485 ? start.timezone : endTzidParameter.value;
490 - start.toMillis(false /* use isDst */);
492 if (start
[all...]
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java59 * at boot time) this class will start tracking it and bring it up, and will
195 // our regex, start tracking it.
342 dhcpThread.start();
348 public synchronized void start(Context context, Handler target) { method in class:EthernetNetworkFactory
374 // If an Ethernet interface is already connected, start tracking that.
384 // we need to fake a link up notification so we start
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerView.java130 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
135 public void onTextChanged(CharSequence s, int start, int before, int count) { argument

Completed in 396 milliseconds

1234567891011>>