Searched defs:isEmpty (Results 1 - 25 of 55) sorted by relevance

123

/frameworks/base/libs/hwui/
H A DDisplayListLogBuffer.h38 bool isEmpty() { function in class:android::uirenderer::DisplayListLogBuffer
H A DRect.h88 inline bool isEmpty() const { function in class:android::uirenderer::Rect
118 return !intersectWith(l,t,r,b).isEmpty();
127 if (!tmp.isEmpty()) {
/frameworks/base/telephony/java/android/telephony/
H A DCellLocation.java84 public abstract boolean isEmpty(); method in class:CellLocation
/frameworks/base/tools/aapt/
H A DResourceFilter.cpp67 ResourceFilter::isEmpty() const function in class:ResourceFilter
/frameworks/base/core/java/android/server/
H A DBluetoothAdapterProperties.java40 if (mPropertiesMap.isEmpty()) {
54 synchronized boolean isEmpty() { method in class:BluetoothAdapterProperties
55 return mPropertiesMap.isEmpty();
H A DBluetoothDeviceProperties.java102 boolean isEmpty() { method in class:BluetoothDeviceProperties
104 return mPropertiesMap.isEmpty();
/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 DHeaderViewListAdapter.java81 public boolean isEmpty() { method in class:HeaderViewListAdapter
82 return mAdapter == null || mAdapter.isEmpty();
/frameworks/base/include/utils/
H A DSortedVector.h65 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::SortedVector
H A DVectorImpl.h64 inline bool isEmpty() const { return mCount == 0; } function in class:android::VectorImpl
H A DBitSet.h45 inline bool isEmpty() const { return ! value; } function in struct:android::BitSet32
H A DKeyedVector.h54 inline bool isEmpty() const { return mVector.isEmpty(); } function in class:android::KeyedVector
H A DString8.h60 inline bool isEmpty() const;
256 inline bool String8::isEmpty() const function in class:android::String8
/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()) {
/frameworks/base/include/ui/
H A DRegion.h44 inline bool isEmpty() const { return mBounds.isEmpty(); } function in class:android::Region
45 inline bool isRect() const { return mStorage.isEmpty(); }
122 static bool isEmpty(void* buffer);
H A DRect.h59 inline bool isEmpty() const { function in class:android::Rect
/frameworks/base/libs/hwui/utils/
H A DSortedList.h55 inline bool isEmpty() const { function in class:android::uirenderer::SortedList
56 return VectorImpl::isEmpty();
/frameworks/base/telephony/java/android/telephony/gsm/
H A DGsmCellLocation.java150 public boolean isEmpty() { method in class:GsmCellLocation
/frameworks/base/core/java/android/app/
H A DFragmentTransaction.java124 public abstract boolean isEmpty(); method in class:FragmentTransaction
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java74 return (values == null || values.isEmpty()) ? null : values.get(0);
153 public boolean isEmpty() { method in class:KeyStore
/frameworks/base/libs/rs/
H A DrsLocklessFifo.cpp84 bool LocklessCommandFifo::isEmpty() const { function in class:LocklessCommandFifo
147 while (isEmpty() && !mInShutdown) {
159 if (isEmpty() || mInShutdown) {
182 if (isEmpty()) {
/frameworks/base/services/surfaceflinger/
H A DMessageQueue.h45 inline bool isEmpty() const { return mList.empty(); } function in class:android::MessageList

Completed in 8853 milliseconds

123