HomeSort by relevance Sort by last modified time
    Searched refs:windowToken (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperService.aidl 26 IBinder windowToken, int windowType, boolean isPreview,
WallpaperService.java     [all...]
  /frameworks/base/core/java/android/view/accessibility/
IAccessibilityManager.aidl 47 int addAccessibilityInteractionConnection(IWindow windowToken,
50 void removeAccessibilityInteractionConnection(IWindow windowToken);
AccessibilityManager.java 374 * @param windowToken The window token to which a connection is added.
379 public int addAccessibilityInteractionConnection(IWindow windowToken,
382 return mService.addAccessibilityInteractionConnection(windowToken, connection);
391 * @param windowToken The window token to which a connection is removed.
395 public void removeAccessibilityInteractionConnection(IWindow windowToken) {
397 mService.removeAccessibilityInteractionConnection(windowToken);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/
AccessibilityManager.java 129 public int addAccessibilityInteractionConnection(IWindow windowToken,
134 public void removeAccessibilityInteractionConnection(IWindow windowToken) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodServiceCompatWrapper.java 45 final IBinder windowToken = KeyboardSwitcher.getInstance().getKeyboardView()
47 if (windowToken == null) return;
54 lp.token = windowToken;
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuDialogHelper.java 49 * @param windowToken Optional token to assign to the window.
51 public void show(IBinder windowToken) {
84 if (windowToken != null) {
85 lp.token = windowToken;
  /frameworks/base/core/java/android/app/
WallpaperManager.java 619 * @param windowToken The window who these offsets should be associated
625 public void setWallpaperOffsets(IBinder windowToken, float xOffset, float yOffset) {
626 final IBinder fWindowToken = windowToken;
639 // Since this is being posted, it's possible that this windowToken is no longer
662 * @param windowToken The window who these offsets should be associated
672 public void sendWallpaperCommand(IBinder windowToken, String action,
677 windowToken, action, x, y, z, extras, false);
690 * @param windowToken The window who these offsets should be associated
694 public void clearWallpaperOffsets(IBinder windowToken) {
697 windowToken, -1, -1, -1, -1)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeIInputMethodManager.java 181 public InputBindResult windowGainedFocus(IInputMethodClient client, IBinder windowToken,
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 167 void setWallpaperPosition(IBinder windowToken, float x, float y, float xstep, float ystep);
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodManager.aidl 54 InputBindResult windowGainedFocus(in IInputMethodClient client, in IBinder windowToken,
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 280 void WebPageProxy::registerUIProcessAccessibilityTokens(const CoreIPC::DataReference& elementToken, const CoreIPC::DataReference& windowToken)
285 process()->send(Messages::WebPage::RegisterUIProcessAccessibilityTokens(elementToken, windowToken), m_pageID);
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 864 * @param windowToken The token of the window that is making the request,
869 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) {
870 return hideSoftInputFromWindow(windowToken, flags, null);
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 436 public int addAccessibilityInteractionConnection(IWindow windowToken,
439 final IWindow addedWindowToken = windowToken;
454 public void removeAccessibilityInteractionConnection(IWindow windowToken) {
458 if (mWindowIdToWindowTokenMap.valueAt(i) == windowToken.asBinder()) {
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewManager.java 64 void onShown(IBinder windowToken);
LockPatternKeyguardView.java     [all...]
PhoneWindowManager.java     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 575 void WebPage::registerUIProcessAccessibilityTokens(const CoreIPC::DataReference& elementToken, const CoreIPC::DataReference& windowToken)
579 NSData* windowTokenData = [NSData dataWithBytes:windowToken.data() length:windowToken.size()];
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 744 IBinder windowToken = keyboardViewToken != null ? keyboardViewToken
748 if (mSubtypeSwitcher.isVoiceMode() && windowToken != null) {
752 startListening(false, windowToken);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 318 void registerUIProcessAccessibilityTokens(const CoreIPC::DataReference& elemenToken, const CoreIPC::DataReference& windowToken);
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 350 void registerUIProcessAccessibilityTokens(const CoreIPC::DataReference& elemenToken, const CoreIPC::DataReference& windowToken);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm     [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 324 * Mapping from a token IBinder to a WindowToken object.
326 final HashMap<IBinder, WindowToken> mTokenMap =
327 new HashMap<IBinder, WindowToken>();
333 final ArrayList<WindowToken> mExitingTokens = new ArrayList<WindowToken>();
526 final ArrayList<WindowToken> mWallpaperTokens = new ArrayList<WindowToken>();
    [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 1505 milliseconds

1 2