Searched refs:region (Results 76 - 85 of 85) sorted by path

1234

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp176 static void dumpRegion(String8& dump, const Region& region) { argument
177 if (region.isEmpty()) {
183 Region::const_iterator cur = region.begin();
184 Region::const_iterator const tail = region.end();
H A DInputWindow.cpp30 void InputWindowInfo::addTouchableRegion(const Rect& region) { argument
31 touchableRegion.orSelf(region);
H A DInputWindow.h136 void addTouchableRegion(const Rect& region);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp198 void RenderEngine::fillRegionWithColor(const Region& region, uint32_t height, argument
201 Rect const* r = region.getArray(&c);
H A DRenderEngine.h72 void fillRegionWithColor(const Region& region, uint32_t height,
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp889 // transform the dirty region into this screen's coordinate space
895 // and draw the dirty region
1086 * and build the transparent region of the FB
1130 // transform the dirty region into this screen's coordinate space
1489 // compute the actual visible region
1490 // TODO: we could cache the transformed region
1603 // handle hidden surfaces by setting the visible region to empty
1609 // Remove the transparent area from the visible region
1614 // transform the transparent region
1618 // transparent region optimizatio
[all...]
H A DSurfaceFlinger.h264 * region. Returns whether a new buffer has been latched, i.e., whether it
357 // mark a region of a layer stack dirty. this updates the dirty
358 // region of all screens presenting this layer stack.
391 void drawWormhole(const sp<const DisplayDevice>& hw, const Region& region) const;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DBmsgTokenizer.java77 mMatcher.region(mPos, mMatcher.regionEnd());
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
H A DBmsgTokenizer.java77 mMatcher.region(mPos, mMatcher.regionEnd());
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java505 String region, String postalCode, String country, int type, String label,
512 mRegion = region;
679 + "extendedAddress: %s, street: %s, localty: %s, region: %s, postalCode %s, "
504 PostalData(String pobox, String extendedAddress, String street, String localty, String region, String postalCode, String country, int type, String label, boolean isPrimary, int vcardType) argument

Completed in 187 milliseconds

1234