Searched refs:startUi (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DIFaceLockInterface.aidl23 void startUi(IBinder containingWindowToken, int x, int y, int width, int height,
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DFaceUnlock.java242 // function is reached. If an unbind has already occurred, proceeding on to call startUi()
247 Log.d(TAG, "Dropping startUi() in handleServiceConnected() because no longer bound");
272 startUi(windowToken, position[0], position[1], mFaceUnlockView.getWidth(),
375 private void startUi(IBinder windowToken, int x, int y, int w, int h) { method in class:FaceUnlock
376 if (DEBUG) Log.d(TAG, "startUi()");
381 mService.startUi(windowToken, x, y, w, h,
389 Log.w(TAG, "startUi() attempted while running");

Completed in 68 milliseconds