/frameworks/av/media/ndk/ |
NdkImageReader.cpp | 409 // Check if the left-top corner of the crop rect is origin, we currently assume this point 413 ALOGE("Crop left top corner [%d, %d] not at origin", lt.x, lt.y);
|
/frameworks/base/core/java/android/widget/ |
Magnifier.java | 85 // The corner radius of the window containing the magnifier. 134 * Returns the device default theme dialog corner radius attribute. [all...] |
/frameworks/base/graphics/java/android/graphics/ |
SurfaceTexture.java | 51 * from the bottom left corner of the image can be accomplished by transforming the column vector 52 * (0, 0, 0, 1) using the queried matrix, while sampling from the top right corner of the image can
|
/frameworks/base/libs/input/ |
PointerController.cpp | 400 // Apply offsets to convert from the pixel top-left corner position to the pixel center. 443 // Apply offsets to convert from the pixel center to the pixel top-left corner position
|
/frameworks/base/media/jni/ |
android_media_ImageReader.cpp | 556 // Check if the left-top corner of the crop rect is origin, we currently assume this point is 561 "crop left top corner [%d, %d] need to be at origin", lt.x, lt.y); [all...] |
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
BuzzBeepBlinkTest.java | 570 // stop making noise - this is a weird corner case, but quiet should override once 874 // stop making noise - this is a weird corner case, but quiet should override once [all...] |
/frameworks/base/tools/aapt2/compile/ |
NinePatch.cpp | 482 "top-left corner pixel must be either opaque white or transparent"; 591 // diagonally from the top left corner towards the center.
|
/frameworks/native/headers/media_plugin/media/openmax/ |
OMX_IVCommon.h | 438 * nLeft : X Coordinate of the top left corner of the rectangle 439 * nTop : Y Coordinate of the top left corner of the rectangle [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
CarrierIdentifier.java | 436 // full string match. carrier matching should cover the corner case that gid1 445 // full string match. carrier matching should cover the corner case that gid2
|
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
ListRowPresenter.java | 711 * false, rounded corner will not be enabled even {@link #enableChildRoundedCorners(boolean)} 789 * @return The options to be used for shadow, overlay and rounded corner. [all...] |
/hardware/intel/common/libva/va/ |
va_enc_h264.h | 519 /** \brief References macroblock in the top-left corner. */ 523 /** \brief References macroblock in the top-right corner. */
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
OMX_IVCommon.h | 405 * nLeft : X Coordinate of the top left corner of the rectangle 406 * nTop : Y Coordinate of the top left corner of the rectangle
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
OMX_IVCommon.h | 392 * nLeft : X Coordinate of the top left corner of the rectangle 393 * nTop : Y Coordinate of the top left corner of the rectangle
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
OMX_IVCommon.h | 405 * nLeft : X Coordinate of the top left corner of the rectangle 406 * nTop : Y Coordinate of the top left corner of the rectangle [all...] |
/hardware/qcom/media/msm8998/mm-core/inc/ |
OMX_IVCommon.h | 405 * nLeft : X Coordinate of the top left corner of the rectangle 406 * nTop : Y Coordinate of the top left corner of the rectangle [all...] |
/packages/apps/Gallery2/res/values/ |
filtershow_strings.xml | 256 <!-- Label for the border corner size (or rounding) [CHAR LIMIT=14] --> 257 <string name="color_border_corner_size">Corner Size</string>
|
/packages/apps/LegacyCamera/res/values/ |
strings.xml | 271 <!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] --> 274 <!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] -->
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
tabbedpages.py | 233 # mskl replaces the bottom-left corner of the border with a normal 241 # mskr replaces the bottom-right corner of the border with a normal
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
tabbedpages.py | 233 # mskl replaces the bottom-left corner of the border with a normal 241 # mskr replaces the bottom-right corner of the border with a normal
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
tabbedpages.py | 233 # mskl replaces the bottom-left corner of the border with a normal 241 # mskr replaces the bottom-right corner of the border with a normal
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
tabbedpages.py | 233 # mskl replaces the bottom-left corner of the border with a normal 241 # mskr replaces the bottom-right corner of the border with a normal
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ViewHierarchy.java | 386 * @param topLeft The top left corner of the selection rectangle. 387 * @param bottomRight The bottom right corner of the selection rectangle.
|
/external/skia/docs/ |
SkCanvas_Reference.bmh | 742 #Param origin storage for Canvas top Layer origin, its top-left corner; [all...] |
/external/skqp/docs/ |
SkCanvas_Reference.bmh | 748 #Param origin storage for Canvas top Layer origin, its top-left corner; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
curses.h | 256 #define ACS_ULCORNER NCURSES_ACS('l') /* upper left corner */ 257 #define ACS_LLCORNER NCURSES_ACS('m') /* lower left corner */ 258 #define ACS_URCORNER NCURSES_ACS('k') /* upper right corner */ 259 #define ACS_LRCORNER NCURSES_ACS('j') /* lower right corner */ 396 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */ [all...] |