Home | History | Annotate | Download | only in keyguard

Lines Matching refs:frame

202         View frame = mKeyguardWidgetPager.getPageAt(mKeyguardWidgetPager.getPageWarpIndex());
203 ((KeyguardWidgetFrame)frame).showFrame(this);
208 View frame = mKeyguardWidgetPager.getPageAt(mKeyguardWidgetPager.getPageWarpIndex());
209 ((KeyguardWidgetFrame)frame).hideFrame(this);
212 private int getChallengeTopRelativeToFrame(KeyguardWidgetFrame frame, int top) {
215 mapPoint((View) mChallengeLayout, frame, mTmpPoint);
255 KeyguardWidgetFrame frame = mKeyguardWidgetPager.getWidgetPageAt(mPageListeningToSlider);
256 if (frame == null) return;
260 frame.resetSize();
266 if (frame.isSmall()) {
268 // that the frame doesn't stay in a partial down position.
269 frame.setFrameHeight(frame.getSmallFrameHeight());
272 frame.hideFrame(this);
285 // We resize the frame as appropriate.
287 KeyguardWidgetFrame frame = mKeyguardWidgetPager.getWidgetPageAt(mPageListeningToSlider);
288 if (frame == null) return;
290 // Skip showing the frame and shrinking the widget if we are
293 frame.showFrame(this);
298 if (!frame.isSmall()) {
301 frame.shrinkWidget(false);
304 if (!frame.isSmall()) {
319 KeyguardWidgetFrame frame = mKeyguardWidgetPager.getWidgetPageAt(mPageListeningToSlider);
320 if (frame != null && mLastScrollState != SlidingChallengeLayout.SCROLL_STATE_FADING) {
321 frame.adjustFrame(getChallengeTopRelativeToFrame(frame, mChallengeTop));