OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java
301
int
trHeight
= ShadowTopRight.getHeight(null);
305
if (height <
trHeight
) {
344
int
trHeight
= Shadow2TopRight.getHeight(null);
348
if (height <
trHeight
) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java
583
int
trHeight
= sShadowTopRight.getHeight();
587
if (height <
trHeight
) {
651
int
trHeight
= sShadow2TopRight.getHeight();
655
if (height <
trHeight
) {
[
all
...]
Completed in 75 milliseconds