OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TransformState
(Results
1 - 4
of
4
) sorted by null
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformState.java
19
* $Id:
TransformState
.java 468645 2006-10-28 06:57:24Z minchau $
37
* handler can get a reference to a
TransformState
by implementing
40
* is implemented, pass in a
TransformState
reference to the
52
public interface
TransformState
extends TransformStateSetter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java
38
public class
TransformState
{
51
private static Pools.SimplePool<
TransformState
> sInstancePool = new Pools.SimplePool<>(40);
67
public void transformViewFrom(
TransformState
otherState, float transformationAmount) {
81
public void transformViewFullyFrom(
TransformState
otherState, float transformationAmount) {
85
public void transformViewVerticalFrom(
TransformState
otherState,
91
public void transformViewVerticalFrom(
TransformState
otherState, float transformationAmount) {
95
private void transformViewFrom(
TransformState
otherState, int transformationFlags,
192
public boolean transformViewTo(
TransformState
otherState, float transformationAmount) {
208
public void transformViewFullyTo(
TransformState
otherState, float transformationAmount) {
212
public void transformViewVerticalTo(
TransformState
otherState
[
all
...]
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar
Completed in 60 milliseconds