Searched refs:SlidingChallengeLayout (Results 1 - 4 of 4) sorted by path

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java256 private SlidingChallengeLayout mSlidingChallengeLayout;
298 mSlidingChallengeLayout = (SlidingChallengeLayout) findViewById(R.id.sliding_layout);
623 SlidingChallengeLayout slider =
624 (SlidingChallengeLayout) findViewById(R.id.sliding_layout);
900 SlidingChallengeLayout slider =
901 (SlidingChallengeLayout) findViewById(R.id.sliding_layout);
H A DKeyguardViewStateManager.java26 SlidingChallengeLayout.OnChallengeScrolledListener,
42 int mLastScrollState = SlidingChallengeLayout.SCROLL_STATE_IDLE;
127 mChallengeLayout instanceof SlidingChallengeLayout) {
128 SlidingChallengeLayout scl = (SlidingChallengeLayout) mChallengeLayout;
149 if (mKeyguardWidgetPager != null && mChallengeLayout instanceof SlidingChallengeLayout) {
155 SlidingChallengeLayout scl = (SlidingChallengeLayout) mChallengeLayout;
166 mChallengeLayout instanceof SlidingChallengeLayout) {
167 SlidingChallengeLayout sc
[all...]
H A DKeyguardWidgetPager.java658 if (parent.getParent() instanceof SlidingChallengeLayout) {
659 SlidingChallengeLayout scl = (SlidingChallengeLayout) parent.getParent();
H A DSlidingChallengeLayout.java46 public class SlidingChallengeLayout extends ViewGroup implements ChallengeLayout { class in inherits:ViewGroup,ChallengeLayout
47 private static final String TAG = "SlidingChallengeLayout";
136 static final Property<SlidingChallengeLayout, Float> HANDLE_ALPHA =
137 new FloatProperty<SlidingChallengeLayout>("handleAlpha") {
139 public void setValue(SlidingChallengeLayout view, float value) {
145 public Float get(SlidingChallengeLayout view) {
223 * SlidingChallengeLayout's coordinate system.
228 public SlidingChallengeLayout(Context context) { method in class:SlidingChallengeLayout
232 public SlidingChallengeLayout(Context context, AttributeSet attrs) { method in class:SlidingChallengeLayout
236 public SlidingChallengeLayout(Contex method in class:SlidingChallengeLayout
[all...]

Completed in 66 milliseconds