Searched defs:isEmpty (Results 1 - 25 of 59) sorted by path

123

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp160 bool isEmpty() const;
1028 CHECK(section->isEmpty());
1214 if (mPrograms.isEmpty()) {
1294 bool ATSParser::PSISection::isEmpty() const { function in class:android::ATSParser::PSISection
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCameraMetadata.cpp87 bool CameraMetadata::isEmpty() const { function in class:android::camera2::CameraMetadata
H A DParameters.h103 bool isEmpty() const { function in struct:android::camera2::Parameters::Area
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java786 public boolean isEmpty() { method in class:BackStackRecord
H A DFragmentTransaction.java124 public abstract boolean isEmpty(); method in class:FragmentTransaction
H A DSearchDialog.java645 private boolean isEmpty(AutoCompleteTextView actv) { method in class:SearchDialog
665 if (isEmpty(mSearchAutoComplete)) {
/frameworks/base/core/java/android/net/
H A DLinkCapabilities.java211 public boolean isEmpty() { method in class:LinkCapabilities
212 return mCapabilities.isEmpty();
H A DNetworkStats.java110 public boolean isEmpty() { method in class:NetworkStats.Entry
H A DUri.java948 if (!fragment.isEmpty()) {
1221 if (!query.isEmpty()) {
1281 if (!fragment.isEmpty()) {
2002 boolean isEmpty() { method in class:Uri.Part
2085 boolean isEmpty() { method in class:Uri.Part.EmptyPart
/frameworks/base/core/java/android/os/
H A DBundle.java248 public boolean isEmpty() { method in class:Bundle
250 return mMap.isEmpty();
/frameworks/base/core/java/android/text/
H A DTextUtils.java443 public static boolean isEmpty(CharSequence str) { method in class:TextUtils
1611 if (isEmpty(delimitedString) || isEmpty(item)) {
/frameworks/base/core/java/android/webkit/
H A DByteArrayBuilder.java49 if (mChunks.isEmpty()) {
74 if (mChunks.isEmpty()) return null;
78 public synchronized boolean isEmpty() { method in class:ByteArrayBuilder
79 return mChunks.isEmpty();
119 if (!sPool.isEmpty()) {
H A DWebViewInputDispatcher.java879 if (mWebKitTouchStream.isCancelNeeded() || !mWebKitDispatchEventQueue.isEmpty()) {
933 if (mUiTouchStream.isCancelNeeded() || !mUiDispatchEventQueue.isEmpty()) {
1177 public boolean isEmpty() { method in class:WebViewInputDispatcher.DispatchEventQueue
/frameworks/base/core/java/android/widget/
H A DAdapter.java149 boolean isEmpty(); method in interface:Adapter
H A DBaseAdapter.java82 public boolean isEmpty() { method in class:BaseAdapter
H A DBaseExpandableListAdapter.java102 public boolean isEmpty() { method in class:BaseExpandableListAdapter
H A DExpandableListAdapter.java163 * @see ListAdapter#isEmpty()
165 boolean isEmpty(); method in interface:ExpandableListAdapter
H A DExpandableListConnector.java762 public boolean isEmpty() { method in class:ExpandableListConnector
764 return adapter != null ? adapter.isEmpty() : true;
H A DHeaderViewListAdapter.java81 public boolean isEmpty() { method in class:HeaderViewListAdapter
82 return mAdapter == null || mAdapter.isEmpty();
H A DRemoteViewsAdapter.java712 if (!mRequestedIndices.isEmpty()) {
720 if (!mLoadIndices.isEmpty()) {
1177 public boolean isEmpty() { method in class:RemoteViewsAdapter
H A DSearchView.java291 if (!TextUtils.isEmpty(queryHint)) {
518 if (submit && !TextUtils.isEmpty(query)) {
752 final boolean hasText = !TextUtils.isEmpty(mQueryTextView.getText());
804 final boolean hasText = !TextUtils.isEmpty(mQueryTextView.getText());
922 if (!mQueryTextView.isEmpty() && event.hasNoModifiers()) {
1147 boolean hasText = !TextUtils.isEmpty(text);
1178 if (TextUtils.isEmpty(text)) {
1433 mQueryTextView.setSelection(TextUtils.isEmpty(query) ? 0 : query.length());
1681 private boolean isEmpty() { method in class:SearchView.SearchAutoComplete
H A DSpinner.java791 public boolean isEmpty() { method in class:Spinner.DropDownAdapter
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp75 static jboolean isEmpty(JNIEnv* env, jobject clazz, SkPath* obj) { function in class:android::SkPathGlue
76 return obj->isEmpty();
276 {"native_isEmpty","(I)Z", (void*) SkPathGlue::isEmpty},
/frameworks/base/graphics/java/android/graphics/
H A DPath.java168 public boolean isEmpty() { method in class:Path
H A DRect.java178 public final boolean isEmpty() { method in class:Rect

Completed in 248 milliseconds

123