Searched defs:START (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_imdct_synth.cpp119 #define START 1 macro
254 case START:
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingReconsideration.java28 private static final int START = 0; field in class:RankingReconsideration
44 mState = START;
52 if (mState == START) {
69 if (mState == START) { // can't cancel if running or done
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardParserTests.java39 START, enum constant in enum:VCardParserTests.Order
69 inspectOrder(Order.START);
98 interpreter.addExpectedOrder(Order.START)
116 interpreter.addExpectedOrder(Order.START)
150 interpreter.addExpectedOrder(Order.START)
182 interpreter.addExpectedOrder(Order.START)
223 interpreter.addExpectedOrder(Order.START)
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DGravityCompat.java29 /** Raw bit controlling whether the layout direction is relative or not (START/END instead of
35 public static final int START = RELATIVE_LAYOUT_DIRECTION | Gravity.LEFT; field in class:GravityCompat
43 public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END;
136 * if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
137 * if horizontal direction is RTL, then START will set RIGHT and END will set LEFT.
/frameworks/support/lifecycle/integration-tests/testapp/src/androidTest/java/androidx/lifecycle/
H A DTestUtils.java152 static final List<Pair<TestEvent, Lifecycle.Event>> START = field in class:TestUtils.OrderedTuples
/frameworks/base/drm/java/android/drm/
H A DDrmStore.java126 public static final int START = 0x00; field in class:DrmStore.Playback
144 case START:
/frameworks/av/media/libaudioclient/
H A DIAudioTrack.cpp35 START, enumerator in enum:android::__anon179
75 status_t status = remote()->transact(START, data, &reply);
211 case START: {
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h121 START, enumerator in enum:android::camera2::CaptureSequencer::CaptureState
/frameworks/base/core/java/android/text/
H A DSelection.java538 private static final class START implements NoCopySpan { } class in class:Selection
547 public static final Object SELECTION_START = new START();
H A DSpannableStringInternal.java103 int spanStart = srcData[i * COLUMNS + START];
128 int spanStart = srcData[i * COLUMNS + START];
138 mSpanData[j * COLUMNS + START] = spanStart - start;
217 int ostart = data[i * COLUMNS + START];
220 data[i * COLUMNS + START] = start;
242 mSpanData[mSpanCount * COLUMNS + START] = start;
265 int ostart = data[i * COLUMNS + START];
291 return data[i * COLUMNS + START];
336 int spanStart = data[i * COLUMNS + START];
417 int st = data[i * COLUMNS + START];
554 private static final int START = 0; field in class:SpannableStringInternal
[all...]
H A DDynamicLayout.java638 mInts.adjustValuesBelow(startline, START, after - before);
656 ints[START] = start;
1019 return mInts.getValue(line, START) & START_MASK;
1177 // START, DIR, and TAB share the same entry.
1178 private static final int START = 0; field in class:DynamicLayout
1179 private static final int DIR = START;
1180 private static final int TAB = START;
H A DStaticLayout.java1029 lines[off + START] = start;
1044 lines[off + mColumns + START] = end;
1077 if (where == TextUtils.TruncateAt.START) {
1226 return mLines[mColumns * line + START] & START_MASK;
1404 private static final int START = 0; field in class:StaticLayout
1405 private static final int DIR = START;
1406 private static final int TAB = START;
H A DTextUtils.java1173 START, enum constant in enum:TextUtils.TruncateAt
1269 } else if (where == TruncateAt.START) {
/frameworks/base/core/java/android/view/
H A DGravity.java84 /** Raw bit controlling whether the layout direction is relative or not (START/END instead of
115 public static final int START = RELATIVE_LAYOUT_DIRECTION | LEFT; field in class:Gravity
123 public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END;
404 * if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
405 * if horizontal direction is RTL, then START will set RIGHT and END will set LEFT.
414 // If layout is script specific and gravity is horizontal relative (START or END)
416 if ((result & Gravity.START) == Gravity.START) {
417 // Remove the START bit
418 result &= ~START;
[all...]
/frameworks/ex/common/java/com/android/common/speech/
H A DLoggingEvents.java112 public static final int START = 14; field in class:LoggingEvents.VoiceIme
/frameworks/minikin/libs/minikin/
H A DWordBreaker.cpp183 START, enumerator in enum:minikin::ScanState
193 ScanState state = START;
201 if (state == START && c == '@') {
203 } else if (state == START && c == ':') {
209 state = START;
/frameworks/av/include/drm/
H A Ddrm_framework_common.h134 static const int START = 0x00; member in class:android::Playback
/frameworks/av/media/libmedia/
H A DIMediaSource.cpp35 START = IBinder::FIRST_CALL_TRANSACTION, enumerator in enum:android::__anon394
82 status_t ret = remote()->transact(START, data, &reply);
280 case START: {
H A DIMediaRecorder.cpp44 START, enumerator in enum:android::__anon392
287 remote()->transact(START, data, &reply);
451 case START: {
452 ALOGV("START");
H A DIMediaPlayer.cpp49 START, enumerator in enum:android::__anon389
214 remote()->transact(START, data, &reply);
718 case START: {
/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
H A DLoadtestActivity.java87 private static final String START = "start"; field in class:LoadtestActivity
332 case START:
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java534 * that src fits entirely inside dst. At least one axis (X or Y) will fit exactly. START
537 START(1), enum constant in enum:Matrix.ScaleToFit
/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java100 public static final int START = LEFT << 2; field in class:ItemTouchHelper
578 case START:
1321 * of direction flags. ({@link #LEFT}, {@link #RIGHT}, {@link #START}, {@link #END},
1351 static final int RELATIVE_DIR_FLAGS = START | END
1352 | ((START | END) << DIRECTION_FLAG_COUNT)
1353 | ((START | END) << (2 * DIRECTION_FLAG_COUNT));
1434 * @return Updated flags which uses relative flags ({@link #START}, {@link #END}) instead
1446 flags |= masked << 2; // START is 2 bits after LEFT, END is 2 bits after RIGHT.
1449 // add RIGHT flag as START
1481 * {@link #RIGHT}, {@link #LEFT} {@link #START} an
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java748 public static final int START = 1; field in class:CameraStreamer.Event
901 case Event.START:
1179 pushEvent(Event.START, true);
1730 mCameraRunner.pushEvent(Event.START, true);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduHeaders.java78 public static final int START = 0xAF; field in class:PduHeaders
708 case START:

Completed in 790 milliseconds

12