OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transformToApply
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/view/
ViewGroup_Delegate.java
112
Transformation
transformToApply
= null;
119
transformToApply
= transformType != Transformation.TYPE_IDENTITY ? t : null;
132
if (
transformToApply
!= null || alpha < 1 || !childHasIdentityMatrix) {
133
if (
transformToApply
!= null || !childHasIdentityMatrix) {
137
if (
transformToApply
!= null) {
142
canvas.concat(
transformToApply
.getMatrix());
/frameworks/base/core/java/android/view/
View.java
[
all
...]
Completed in 302 milliseconds