Searched refs:trackWidth (Results 1 – 4 of 4) sorted by relevance
163 boolean trackWidth = true; in onMeasure()174 if (i < maxVisible && trackWidth) { in onMeasure()176 } else if (trackWidth) { in onMeasure()179 trackWidth = false; in onMeasure()
323 int32_t trackWidth, trackHeight; in TEST_P() local326 ASSERT_TRUE(AMediaFormat_getInt32(trackFormat, AMEDIAFORMAT_KEY_WIDTH, &trackWidth)); in TEST_P()328 ASSERT_EQ(exWidth, trackWidth) << "Width not as expected"; in TEST_P()
692 final int trackWidth = w - mPaddingRight - mPaddingLeft;693 track.setBounds(0, trackOffset, trackWidth, trackOffset + trackHeight);
803 final int trackWidth = track.getMeasuredWidth(); in layoutTrack() local804 final int left = thumb.getLeft() + (thumb.getWidth() - trackWidth) / 2; in layoutTrack()805 final int right = left + trackWidth; in layoutTrack()