/frameworks/base/graphics/java/android/graphics/drawable/ |
DrawableContainer.java | 28 import android.graphics.Outline; 138 public void getOutline(@NonNull Outline outline) { 140 mCurrDrawable.getOutline(outline); [all...] |
LayerDrawable.java | 29 import android.graphics.Outline; [all...] |
BitmapDrawable.java | 32 import android.graphics.Outline; 607 public void getOutline(@NonNull Outline outline) { 609 outline.setRect(mDstRect); 615 outline.setAlpha(opaqueOverShape ? getAlpha() / 255.0f : 0.0f); [all...] |
GradientDrawable.java | 34 import android.graphics.Outline; [all...] |
Drawable.java | 41 import android.graphics.Outline; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
RecentsView.java | 27 import android.graphics.Outline; 157 public void getOutline(View view, Outline outline) { 158 outline.setRoundRect(0, 0, view.getWidth(), view.getHeight(), cornerRadius); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
StatusBarHeaderView.java | 25 import android.graphics.Outline; 186 public void getOutline(View view, Outline outline) { 187 outline.setRect(mClipBounds); [all...] |
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
VectorDrawableCommon.java | 21 import android.graphics.Outline;
|
/frameworks/webview/chromium/plat_support/ |
draw_gl.h | 26 // elevating the WebView into an FBO layer. If any transform, clip, or outline
|
/packages/apps/Launcher3/res/values/ |
config.xml | 51 <!-- The alpha value at which to show the most recent drop visualization outline. -->
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
fterrdef.h | 73 "invalid outline" )
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
XmlEditorMultiOutline.java | 42 * Outline used for XML editors that have multiple pages with separate outlines:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvasViewer.java | 44 * the part itself as well as the associated outline and property sheet pages.
|
OutlineDropListener.java | 37 /** Drop listener for the outline page */
|
MoveGesture.java | 142 // Ensure that the outline is back to showing the current selection, since during 783 // Update outline to show the target node there 784 OutlinePage outline = mCanvas.getOutlinePage(); local 798 ISelection currentSelection = outline.getSelection(); 800 outline.setSelection(newSelection); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
VisualRefactoringAction.java | 69 // IStructuredSelection in the outline or navigator
|
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 432 FT_Outline_Get_CBox(&face->glyph->outline, bbox); [all...] |
/external/freetype/src/psaux/ |
t1decode.c | 295 /* now load the unscaled outline */ 319 /* the base outline */ 782 /* point without adding any point to the outline */ [all...] |
/external/pdfium/third_party/freetype/src/psaux/ |
t1decode.c | 295 /* now load the unscaled outline */ 319 /* the base outline */ 782 /* point without adding any point to the outline */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d2d1.h | [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/extras/drive/ |
index.html | 36 outline: none; 60 outline: 0px;
|
/external/freetype/include/config/ |
ftheader.h | 273 * scalable outline management API of FreeType~2. 693 * FreeType~2 API which provides functions to stroke outline paths.
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMachObjectWriter.cpp | 82 /// Outline based on PPCELFObjectWriter::GetRelocType(). 300 // see PPCELFObjectWriter for a general outline of cases
|
/external/pdfium/third_party/freetype/include/freetype/config/ |
ftheader.h | 273 * scalable outline management API of FreeType~2. 693 * FreeType~2 API which provides functions to stroke outline paths.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
BubbleTextView.java | 282 // So that the pressed outline is visible immediately on setStayPressed(), 297 // destroy the pressed outline
|