Searched defs:start (Results 126 - 150 of 651) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DEnrollClient.java80 public int start() { method in class:EnrollClient
H A DRemovalClient.java43 public int start() { method in class:RemovalClient
63 // so we can start the next operation.
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDevicePowerStatusAction.java62 boolean start() { method in class:DevicePowerStatusAction
H A DOneTouchPlayAction.java76 boolean start() { method in class:OneTouchPlayAction
H A DOneTouchRecordAction.java53 boolean start() { method in class:OneTouchRecordAction
H A DPowerStatusMonitorAction.java60 boolean start() { method in class:PowerStatusMonitorAction
H A DSendKeyAction.java50 // {@link #start()} and lasts for {@link #AWAIT_LONGPRESS_MS}.
82 public boolean start() { method in class:SendKeyAction
168 // The first key press lasts long enough to start press-and-hold.
H A DSystemAudioStatusAction.java47 boolean start() { method in class:SystemAudioStatusAction
H A DTimerRecordingAction.java56 boolean start() { method in class:TimerRecordingAction
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DSecurityLogMonitor.java85 void start() { method in class:SecurityLogMonitor
94 mMonitorThread.start();
/frameworks/base/services/net/java/android/net/util/
H A DIpUtils.java46 private static int checksum(ByteBuffer buf, int seed, int start, int end) { argument
52 buf.position(start);
58 final int numShorts = (end - start) / 2;
62 start += numShorts * 2;
65 if (end != start) {
66 short b = buf.get(start);
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberFormattingTextWatcher.java75 public void beforeTextChanged(CharSequence s, int start, int count, argument
81 if (count > 0 && hasSeparator(s, start, count)) {
87 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
92 if (count > 0 && hasSeparator(s, start, count)) {
165 private boolean hasSeparator(final CharSequence s, final int start, final int count) { argument
166 for (int i = start; i < start + count; i++) {
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DService.java60 public void start() { method in class:Service
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DViewGroupBindingAdapter.java74 public static void setListener(ViewGroup view, final OnAnimationStart start, argument
76 if (start == null && end == null && repeat == null) {
82 if (start != null) {
83 start.onAnimationStart(animation);
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DListChangeRegistry.java44 callback.onItemRangeChanged(sender, listChanges.start, listChanges.count);
47 callback.onItemRangeInserted(sender, listChanges.start, listChanges.count);
50 callback.onItemRangeMoved(sender, listChanges.start, listChanges.to,
54 callback.onItemRangeRemoved(sender, listChanges.start, listChanges.count);
76 * @param start The index of the first changed element.
79 public void notifyChanged(ObservableList list, int start, int count) { argument
80 ListChanges listChanges = acquire(start, 0, count);
88 * @param start The index where the elements were inserted.
91 public void notifyInserted(ObservableList list, int start, int count) { argument
92 ListChanges listChanges = acquire(start,
116 notifyRemoved(ObservableList list, int start, int count) argument
121 acquire(int start, int to, int count) argument
146 public int start; field in class:ListChangeRegistry.ListChanges
[all...]
H A DObservableArrayList.java116 private void notifyAdd(int start, int count) { argument
118 mListeners.notifyInserted(this, start, count);
122 private void notifyRemove(int start, int count) { argument
124 mListeners.notifyRemoved(this, start, count);
/frameworks/minikin/libs/minikin/
H A DMeasurement.cpp32 size_t start, size_t count, size_t offset) {
34 size_t lastCluster = start;
36 for (size_t i = start; i < offset; i++) {
44 if (offset < start + count && advances[offset - layoutStart] == 0.0f) {
49 for (nextCluster = offset + 1; nextCluster < start + count; nextCluster++) {
56 if (GraphemeBreak::isGraphemeBreak(buf, start, count, i)) {
70 float getRunAdvance(const float* advances, const uint16_t* buf, size_t start, size_t count, argument
72 return getRunAdvance(advances, buf, start, start, count, offset);
83 size_t getOffsetForAdvance(const float* advances, const uint16_t* buf, size_t start, size_ argument
31 getRunAdvance(const float* advances, const uint16_t* buf, size_t layoutStart, size_t start, size_t count, size_t offset) argument
[all...]
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp107 nsecs_t start = systemTime(); local
116 t = systemTime() - start;
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetServiceImpl.java83 public void start() { method in class:EthernetServiceImpl
87 handlerThread.start();
90 mTracker.start(mContext, mHandler);
127 mTracker.start(mContext, mHandler);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DOMAParser.java71 public void characters(char[] ch, int start, int length) throws SAXException { argument
72 mCurrent.addText(ch, start, length);
/frameworks/rs/driver/
H A DrsdMeshObj.cpp129 size_t start, uint32_t len) const {
171 (uint16_t *)(start * 2));
178 RSD_CALL_GL(glDrawArrays, mGLPrimitives[primIndex], start, len);
128 renderPrimitiveRange(const Context *rsc, uint32_t primIndex, size_t start, uint32_t len) const argument
/frameworks/support/compat/java/android/support/v4/widget/
H A DTextViewCompat.java38 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
41 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
44 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end,
55 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
57 textView.setCompoundDrawables(start, top, end, bottom);
62 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
64 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
69 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end,
71 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
110 @Nullable Drawable start,
37 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
40 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
43 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
54 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
61 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
68 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
109 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
116 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
124 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
139 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
146 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
155 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
202 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
222 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
246 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
[all...]
/frameworks/support/compat/jellybean-mr1/android/support/v4/view/
H A DViewCompatJellybeanMr1.java56 public static void setPaddingRelative(View view, int start, int top, int end, int bottom) { argument
57 view.setPaddingRelative(start, top, end, bottom);
/frameworks/support/design/base/android/support/design/widget/
H A DStateListAnimator.java76 start(match);
80 private void start(Tuple match) { method in class:StateListAnimator
82 mRunningAnimator.start();
/frameworks/support/design/honeycomb-mr1/android/support/design/widget/
H A DValueAnimatorCompatImplHoneycombMr1.java33 public void start() { method in class:ValueAnimatorCompatImplHoneycombMr1
34 mValueAnimator.start();

Completed in 7923 milliseconds

1234567891011>>