Searched defs:region (Results 51 - 62 of 62) sorted by relevance

123

/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java716 TextTrackRegion region = new TextTrackRegion();
726 region.mId = value;
729 region.mWidth = parseFloatPercentage(value);
731 log_warning("region setting", name,
739 region.mLines = Integer.parseInt(value);
740 assert(region.mLines >= 0); // lines contains only digits
742 log_warning("region setting", name, "is not numeric", value);
749 log_warning("region setting", name, "contains no comma", value);
760 log_warning("region setting", name,
767 log_warning("region settin
976 onRegionParsed(TextTrackRegion region) argument
1080 onRegionParsed(TextTrackRegion region) argument
1531 RegionLayout(Context context, TextTrackRegion region, CaptionStyle captionStyle, float fontSize) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java1569 void setTransparentRegionHintLocked(final Region region) { argument
1578 "transparentRegionHint=" + region, null);
1579 mSurfaceControl.setTransparentRegionHint(region);
H A DWindowManagerService.java2946 void setTransparentRegionWindow(Session session, IWindow client, Region region) { argument
2952 w.mWinAnimator.setTransparentRegionHintLocked(region);
3487 // clip. For none-fullscreen windows we use the app display region so the clip
6122 * In portrait mode, it grabs the upper region of the screen based on the vertical dimension
6149 * In portrait mode, it grabs the upper region of the screen based on the vertical dimension
/frameworks/base/tools/aapt/
H A DAaptAssets.h63 char region[4]; member in struct:AaptLocaleValue
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp211 // Expand the startTiling region by 1
279 // the entire clip region
632 * using glCopyTexImage2D(). The layer's region is then cleared(1) in the frame
643 * An empty quad is drawn over the layer's region in the frame buffer. This quad
719 // Enqueue the buffer coordinates to clear the corresponding region later
731 writableSnapshot()->region = &writableSnapshot()->layer->region;
754 // Expand the startTiling region by 1
757 // Clear the FBO, expand the clear region by 1 to get nice bilinear filtering
819 // drawing only the dirty region
1040 drawRegionRectsDebug(const Region& region) argument
1066 drawRegionRects(const SkRegion& region, const SkPaint& paint, bool dirty) argument
1099 dirtyLayerUnchecked(Rect& bounds, Region* region) argument
2189 clipRegion(const SkRegion* region, SkRegion::Op op) argument
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1277 MemoryRegion region = pOutput.request(interp.offset(), interp.size()); local
1284 std::memcpy(region.begin(), dyld_name, interp.size());
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java506 String region, String postalCode, String country, int type, String label,
513 mRegion = region;
680 + "extendedAddress: %s, street: %s, localty: %s, region: %s, postalCode %s, "
505 PostalData(String pobox, String extendedAddress, String street, String localty, String region, String postalCode, String country, int type, String label, boolean isPrimary, int vcardType) argument
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp179 static void dumpRegion(String8& dump, const Region& region) { argument
180 if (region.isEmpty()) {
186 Region::const_iterator cur = region.begin();
187 Region::const_iterator const tail = region.end();
/frameworks/base/core/java/android/view/
H A DViewGroup.java145 * Used to track the current invalidation region.
2995 // If this is a live region, we should send a subtree change event
3664 * clip) any EdgeEffect to the padded region, if padding is present.
3670 * not clip) any EdgeEffect to the padded region. False otherwise.
3682 * not clip) any EdgeEffect to the padded region, if padding is present.
3688 * clip) any EdgeEffect to the padded region, false otherwise.
6234 public boolean gatherTransparentRegion(Region region) { argument
6237 if (meOpaque && region == null) {
6238 // The caller doesn't care about the region, so stop now.
6241 super.gatherTransparentRegion(region);
[all...]
H A DView.java2258 * Live region mode specifying that accessibility services should not
2260 * region mode for most views.
2267 * Live region mode specifying that accessibility services should announce
2275 * Live region mode specifying that accessibility services should interrupt
2289 * region mode.
6487 * region will be stored in this parameter; that is, if boundInView is fully
8540 * Sets the live region mode for this view. This indicates to accessibility
8546 * password" notification, that view should be marked as a live region with
8550 * {@link #ACCESSIBILITY_LIVE_REGION_NONE}. This is the default live region
8559 * @param mode The live region mod
19202 gatherTransparentRegion(Region region) argument
19724 applyDrawableToTransparentRegion(Drawable dr, Region region) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1820 void ResTable_config::packRegion(const char* region) { argument
1821 packLanguageOrRegion(region, '0', this->country);
1828 size_t ResTable_config::unpackRegion(char region[4]) const {
1829 return unpackLanguageOrRegion(this->country, '0', region);
1870 // The language & region are equal, so compare the scripts and variants.
1876 // The language, region and script are equal, so compare variants.
/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 580 milliseconds

123