OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java
300
int
blWidth
= ShadowBottomLeft.getWidth(null);
302
if (width <
blWidth
) {
343
int
blWidth
= Shadow2BottomLeft.getWidth(null);
345
if (width <
blWidth
) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java
582
int
blWidth
= sShadowBottomLeft.getWidth();
584
if (width <
blWidth
) {
650
int
blWidth
= sShadow2BottomLeft.getWidth();
652
if (width <
blWidth
) {
[
all
...]
Completed in 63 milliseconds