HomeSort by relevance Sort by last modified time
    Searched defs:onClickHandler (Results 1 - 4 of 4) sorted by null

  /external/skia/resources/lua/
slides.lua 329 function onClickHandler(x, y)
  /external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
slides.lua 329 function onClickHandler(x, y)
  /external/skqp/resources/lua/
slides.lua 329 function onClickHandler(x, y)
  /frameworks/base/core/java/android/widget/
RemoteViews.java 225 private static final OnClickHandler DEFAULT_ON_CLICK_HANDLER = new OnClickHandler();
359 public static class OnClickHandler {
363 public boolean onClickHandler(View view, PendingIntent pendingIntent,
365 return onClickHandler(view, pendingIntent, fillInIntent, WINDOWING_MODE_UNDEFINED);
368 public boolean onClickHandler(View view, PendingIntent pendingIntent,
411 OnClickHandler handler) throws ActionException;
440 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) {
481 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { }
597 public void apply(View root, ViewGroup rootParent, OnClickHandler handler)
    [all...]

Completed in 151 milliseconds