Yes it is that and related classes. I don't know this code off the top of my head; I'd need to look through it just like you to see exactly where it decides which UI to display.
On Thu, Jun 3, 2010 at 1:19 AM, Soumya <[email protected]> wrote: > Just to add some information, in the file > LockPatternKeyguardView.java, is it here the decision is taken whether > to display slider lock or pattern lock. In the function isSecure() it > is checking whether lock pattern is enabled and if so, the unlock mode > is also set to Pattern lock type which inturn creates an object on > UnlockScreen class. > > Is this the process in which pattern lock is launched? > > On Jun 3, 11:04 am, Soumya <[email protected]> wrote: > > Thank you for the clarification. I though screen lock and pattern lock > > to be of two different windows. But in PhoneWindowManager could not > > find the function which decides on which lock to be displayed. Is > > there any function in the file which decides like whether to display > > the screen lock UI or pattern lock UI. > > > > On Jun 2, 10:08 pm, Dianne Hackborn <[email protected]> wrote: > > > > > It doesn't prevent the screen lock from being displayed, it IS the > screen > > > lock with a UI appropriate to how the user needs to unlock the device. > This > > > is all implemented in the lock screen UI that is driven by > > > PhoneWindowManager. > > > > > On Wed, Jun 2, 2010 at 2:27 AM, Soumya <[email protected]> > wrote: > > > > Hi, > > > > > > We know that if Pattern Lock is enabled, screen lock is not > displayed. > > > > But can someone point me out the java file and the function which > > > > decides whether to display the pattern lock or screen lock. > > > > > > Note: Screen lock means the lock where we have to slide the bar to > > > > unlock the phone. > > > > > > Thank you, > > > > Soumya > > > > > > -- > > > > unsubscribe: > > > > [email protected]<android-porting%[email protected]> > <android-porting%[email protected]<android-porting%[email protected]> > > > > > > website:http://groups.google.com/group/android-porting > > > > > -- > > > Dianne Hackborn > > > Android framework engineer > > > [email protected] > > > > > Note: please don't send private questions to me, as I don't have time > to > > > provide private support, and so won't reply to such e-mails. All such > > > questions should be posted on public forums, where I and others can see > and > > > answer them. > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
