Searched defs:getSize (Results 101 - 104 of 104) sorted by relevance

12345

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp192 virtual status_t getSize(off64_t *size);
250 status_t MPEG4DataSource::getSize(off64_t *size) { function in class:android::MPEG4DataSource
251 return mSource->getSize(size);
846 if (mDataSource->getSize(&sourceSize) == OK) {
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java1772 int getSize(); method in interface:GnssLocationProvider.GnssBatchingProvider
1793 public int getSize() {
/frameworks/base/core/java/android/view/
H A DView.java5629 int size = scrollBar.getSize(true);
5651 int size = scrollBar.getSize(false);
21984 final boolean matchesSpecSize = getMeasuredWidth() == MeasureSpec.getSize(widthMeasureSpec)
21985 && getMeasuredHeight() == MeasureSpec.getSize(heightMeasureSpec);
22070 * @see android.view.View.MeasureSpec#getSize(int)
22159 final int specSize = MeasureSpec.getSize(measureSpec);
22191 int specSize = MeasureSpec.getSize(measureSpec);
24605 public static int getSize(int measureSpec) { method in class:View.MeasureSpec
24611 int size = getSize(measureSpec);
24634 int size = getSize(measureSpe
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5238 milliseconds

12345