Searched defs:split (Results 1 - 17 of 17) sorted by relevance

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewGroupCompatHC.java26 public static void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { argument
27 group.setMotionEventSplittingEnabled(split);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewGroupCompat.java34 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split); argument
43 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { argument
50 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { argument
51 ViewGroupCompatHC.setMotionEventSplittingEnabled(group, split);
108 * <p>When this option is enabled MotionEvents may be split and dispatched to different child
114 * @param split <code>true</code> to allow MotionEvents to be split and dispatched to multiple
118 public static void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { argument
119 IMPL.setMotionEventSplittingEnabled(group, split);
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java212 public EncodedStringValue[] split(String pattern) { method in class:EncodedStringValue
213 String[] temp = getString().split(pattern);
231 String[] values = src.split(";");
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java81 * Sets whether the bar should be split right now, no questions asked.
82 * @param split true if the bar should split
84 public void setSplitActionBar(boolean split) { argument
85 mSplitActionBar = split;
89 * Sets whether the bar should split if we enter a narrow screen configuration.
90 * @param splitWhenNarrow true if the bar should check to split after a config change
H A DActionBarContextView.java107 public void setSplitActionBar(boolean split) { argument
108 if (mSplitActionBar != split) {
113 if (!split) {
120 // Allow full screen width in split mode.
135 super.setSplitActionBar(split);
234 // Allow full screen width in split mode.
/frameworks/base/libs/hwui/
H A DGradientCache.cpp251 ChannelSplitter split = gSplitters[mUseFloatTexture]; local
260 (this->*split)(colors[0], start);
263 (this->*split)(colors[1], end);
278 (this->*split)(colors[currentPos], end);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java81 * Sets whether the bar should be split right now, no questions asked.
83 * @param split true if the bar should split
85 public void setSplitActionBar(boolean split) { argument
86 mSplitActionBar = split;
90 * Sets whether the bar should split if we enter a narrow screen configuration.
92 * @param splitWhenNarrow true if the bar should check to split after a config change
H A DActionBarContextView.java92 public void setSplitActionBar(boolean split) { argument
93 if (mSplitActionBar != split) {
99 if (!split) {
108 // Allow full screen width in split mode.
125 super.setSplitActionBar(split);
225 // Allow full screen width in split mode.
/frameworks/wilhelm/tools/permute/
H A Dpermute.c53 /** Global state during the split phase */
79 static unsigned split(State *s, unsigned frameStart, unsigned frameLength, unsigned segmentBudget) function
107 used = split(s, leftStart, leftLength, segmentBudget / 2);
108 used += split(s, rightStart, rightLength, segmentBudget - used);
110 used = split(s, rightStart, rightLength, segmentBudget / 2);
111 used += split(s, leftStart, leftLength, segmentBudget - used);
224 used = split(&s, 0, sfinfo_in.frames, s.mSegmentMax);
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp346 chunk_t* split = new chunk_t(free_chunk->start, extra); local
348 mList.insertBefore(free_chunk, split);
357 chunk_t* split = new chunk_t( local
359 mList.insertAfter(free_chunk, split);
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp521 ssize_t split = findSampleNoLaterThan(batch, sampleTime); local
522 if (split < 0) {
526 result = consumeSamples(factory, batch, split + 1, outSeq, outEvent);
/frameworks/base/core/java/android/text/
H A DTextUtils.java320 * String.split() returns [''] when the string to be split is empty. This returns []. This does
321 * not remove any empty strings from the result. For example split("a,", "," ) returns {"a", ""}.
323 * @param text the string to split
329 public static String[] split(String text, String expression) { method in class:TextUtils
333 return text.split(expression, -1);
338 * Splits a string on a pattern. String.split() returns [''] when the string to be
339 * split is empty. This returns []. This does not remove any empty strings from the result.
340 * @param text the string to split
346 public static String[] split(Strin method in class:TextUtils
[all...]
/frameworks/base/services/input/
H A DInputDispatcher.h97 /* This flag indicates that a motion event is being split across multiple windows. */
938 bool split; member in struct:android::InputDispatcher::TouchState
/frameworks/base/core/java/android/view/
H A DMotionEvent.java2898 public final MotionEvent split(int idBits) { method in class:MotionEvent
H A DViewGroup.java338 * When set, this ViewGroup will split MotionEvents to multiple child Views when appropriate.
1870 final boolean split = (mGroupFlags & FLAG_SPLIT_MOTION_EVENTS) != 0;
1875 || (split && actionMasked == MotionEvent.ACTION_POINTER_DOWN)
1878 final int idBitsToAssign = split ? 1 << ev.getPointerId(actionIndex)
1979 } else if (split && actionMasked == MotionEvent.ACTION_POINTER_UP) {
2219 transformedEvent = event.split(newPointerIdBits);
2246 * <p>When this option is enabled MotionEvents may be split and dispatched to different child
2251 * @param split <code>true</code> to allow MotionEvents to be split and dispatched to multiple
2256 public void setMotionEventSplittingEnabled(boolean split) { argument
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java2480 for (String s : split(str)) {
2565 for (String s : split(str)) {
2779 return split(str);
2820 return split(str);
2857 return split(str);
2911 return split(str);
2948 return split(str);
2988 return split(str);
3586 private ArrayList<String> split(String str) { method in class:Camera.Parameters
/frameworks/base/core/java/android/provider/
H A DContactsContract.java8497 split(lowerDisplayName.trim(), nameTokens, nameTokenOffsets);
8504 String[] contentLines = content.split("\n");
8513 split(contentLine, lineTokens, tokenOffsets);
8585 * @param content Content to split.
8591 private static void split(String content, List<String> tokens, List<Integer> offsets) { method in class:ContactsContract

Completed in 451 milliseconds