OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlidingChallengeLayout
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewStateManager.java
27
SlidingChallengeLayout
.OnChallengeScrolledListener,
43
int mLastScrollState =
SlidingChallengeLayout
.SCROLL_STATE_IDLE;
133
mChallengeLayout instanceof
SlidingChallengeLayout
) {
134
SlidingChallengeLayout
scl = (
SlidingChallengeLayout
) mChallengeLayout;
155
if (mKeyguardWidgetPager != null && mChallengeLayout instanceof
SlidingChallengeLayout
) {
161
SlidingChallengeLayout
scl = (
SlidingChallengeLayout
) mChallengeLayout;
172
mChallengeLayout instanceof
SlidingChallengeLayout
) {
173
SlidingChallengeLayout
scl = (SlidingChallengeLayout) mChallengeLayout
[
all
...]
SlidingChallengeLayout.java
46
public class
SlidingChallengeLayout
extends ViewGroup implements 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) {
232
public
SlidingChallengeLayout
(Context context, AttributeSet attrs) {
236
public
SlidingChallengeLayout
(Context context, AttributeSet attrs, int defStyle)
[
all
...]
KeyguardHostView.java
316
private
SlidingChallengeLayout
mSlidingChallengeLayout;
364
mSlidingChallengeLayout = (
SlidingChallengeLayout
) findViewById(R.id.sliding_layout);
[
all
...]
KeyguardWidgetPager.java
658
if (parent.getParent() instanceof
SlidingChallengeLayout
) {
659
SlidingChallengeLayout
scl = (
SlidingChallengeLayout
) parent.getParent();
[
all
...]
Completed in 265 milliseconds