Home
last modified time | relevance | path

Searched defs:view (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/wpa_supplicant_8/src/utils/
Dbrowser.c53 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_progress()
63 static void view_cb_notify_load_status(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_load_status()
72 static void view_cb_resource_request_starting(WebKitWebView *view, in view_cb_resource_request_starting()
99 WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, in view_cb_mime_type_policy_decision()
114 static gboolean view_cb_download_requested(WebKitWebView *view, in view_cb_download_requested()
125 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, in view_cb_hovering_over_link()
140 static void view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, in view_cb_title_changed()
155 WebKitWebView *view; in hs20_web_browser() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
DViewLoaderTest.java61 ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/media"); in testCreatesCorrectClasses() local
69 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnDefaultScreenSize() local
77 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPath() local
85 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath() local
93 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnDefaultVersion() local
101 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnNewestVersion() local
110 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPathWithVersionNumber() local
119 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnSearchPath_choosesBestFileFoundOnPathWithVersionNumber() local
126 ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/webview_holder"); in testWebView() local
136 ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/media"); in testAddsChildren() local
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_sampler.c38 default_template(struct pipe_sampler_view *view, in default_template()
88 u_sampler_view_default_template(struct pipe_sampler_view *view, in u_sampler_view_default_template()
100 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view, in u_sampler_view_default_dx9_template()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java283 View view = inflateView(context, xml, null); in inflate() local
320 View view = buildView(context, xml, root); in inflateView() local
353 View view = viewClass(context, xml.getName()); in buildView() local
449 private LayoutParams getLayoutParams(View view, ViewGroup root) { in getLayoutParams()
479 public void setProperty(View view, String attr, String value) { in setProperty()
487 private void setProperty(View view, ViewGroup root, String attr, String value) in setProperty()
539 private void setStretchColumns(View view, String value) { in setStretchColumns()
547 private void setLayoutProperty(View view, ViewGroup root, String attr, String value) { in setLayoutProperty()
582 private void setBackground(View view, String value) { in setBackground()
605 private void setImage(View view, String value) { in setImage()
[all …]
/external/skia/src/views/
DSkViewInflate.cpp29 SkView* view = this->createView(dom, child); in rInflate() local
53 void SkViewInflate::inflateView(SkView* view, const SkDOM& dom, const SkDOM::Node* node) in inflateView()
112 SkView* view; in findViewByID() local
123 void SkViewInflate::addIDStr(SkTDArray<IDStr>* list, SkView* view, const char* str) in addIDStr()
/external/autotest/frontend/client/src/autotest/tko/
DDBColumnSelector.java11 public DBColumnSelector(String view) { in DBColumnSelector()
15 public DBColumnSelector(String view, boolean canUseSinglePoint) { in DBColumnSelector()
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DViewTarget.java40 protected final T view; field in ViewTarget
43 public ViewTarget(T view) { in ViewTarget()
114 private final View view; field in ViewTarget.SizeDeterminer
118 public SizeDeterminer(View view) { in SizeDeterminer()
DGlideDrawableImageViewTarget.java23 public GlideDrawableImageViewTarget(ImageView view) { in GlideDrawableImageViewTarget()
36 public GlideDrawableImageViewTarget(ImageView view, int maxLoopCount) { in GlideDrawableImageViewTarget()
/external/guava/guava-tests/benchmark/com/google/common/collect/
DBinaryTreeTraverserBenchmark.java137 <T> Iterable<T> view(T root, TreeTraverser<T> viewer) { in view() method
143 <T> Iterable<T> view(T root, TreeTraverser<T> viewer) { in view() method
149 <T> Iterable<T> view(T root, TreeTraverser<T> viewer) { in view() method
154 abstract <T> Iterable<T> view(T root, TreeTraverser<T> viewer); in view() method in BinaryTreeTraverserBenchmark.Traversal
157 private Iterable<BinaryNode> view; field in BinaryTreeTraverserBenchmark
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/
DViewPropertyAnimation.java38 final View view = adapter.getView(); in animate() local
54 void animate(View view); in animate()
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
DHtmlActivityTask.java114 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
300 public void onReceivedTitle(WebView view, String title) { in onReceivedTitle()
305 public void onReceivedIcon(WebView view, Bitmap icon) { in onReceivedIcon()
312 public boolean onJsAlert(WebView view, String url, String message, final JsResult result) { in onJsAlert()
335 public boolean onJsConfirm(WebView view, String url, String message, final JsResult result) { in onJsConfirm()
363 public boolean onJsPrompt(WebView view, String url, final String message, in onJsPrompt()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPasswordTransformationMethod.java16 public CharSequence getTransformation(CharSequence charSequence, View view) { in getTransformation()
32 … public void onFocusChanged(View view, CharSequence charSequence, boolean b, int i, Rect rect) { } in onFocusChanged()
DShadowInputMethodManager.java17 public boolean showSoftInput(View view, int flags) { in showSoftInput()
22 public boolean showSoftInput(View view, int flags, ResultReceiver resultReceiver) { in showSoftInput()
DShadowFragmentActivity.java99 View view = shadowOf(fragment).view; in getCurrentFocus() local
115 View view = shadowOf(fragment).view; in clearFocus() local
DShadowAdapterView.java56 public int getPositionForView(android.view.View view) { in getPositionForView()
243 public boolean performItemClick(View view, int position, long id) { in performItemClick()
251 public boolean performItemLongClick(View view, int position, long id) { in performItemLongClick()
314 View view = adapter.getView(i, null, realAdapterView); in addViews() local
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidInputThreePlus.java34 …public AndroidInputThreePlus (Application activity, Context context, Object view, AndroidApplicati… in AndroidInputThreePlus()
46 public boolean onGenericMotion (View view, MotionEvent event) { in onGenericMotion()
DAndroidGraphicsLiveWallpaper.java68 …GLSurfaceView20API18 view = new GLSurfaceView20API18(application.getContext(), resolutionStrategy)… in createGLSurfaceView() local
87 GLSurfaceView20 view = new GLSurfaceView20(application.getContext(), resolutionStrategy) { in createGLSurfaceView() local
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
DTestWindowManager.java19 public void addView(View view, android.view.ViewGroup.LayoutParams layoutParams) { in addView()
24 public void removeView(View view) { in removeView()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DGalleryTest.java47 View view; field in GalleryTest.TestOnKeyListener
52 public boolean onKey(View view, int keyCode, KeyEvent event) { in onKey()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DViewElement.java50 private final View view; field in ViewElement.AttributesSnapshot
56 private AttributesSnapshot(View view) { in AttributesSnapshot()
206 private final View view; field in ViewElement
219 public ViewElement(DroidDriverContext<View, ViewElement> context, View view, ViewElement parent) { in ViewElement() argument
/external/libgdx/tests/gdx-tests-android/src/com/badlogic/gdx/tests/android/
DFragmentTestStarter.java32 FrameLayout view; field in FragmentTestStarter
88 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView() local
94 public void onListItemClick (ListView listView, View view, int position, long id) { in onListItemClick()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DViewLoader.java171 View view = create(context, (ViewGroup) parent); in inflate() local
181 …private void invokeOnFinishInflate(View view) throws NoSuchMethodException, IllegalAccessException… in invokeOnFinishInflate()
190 View view = inflateView(context, layout.substring(1), attributes, parent); in create() local
200 View view = constructView(context); in create() local
228 View view = fragment.getView(); in constructFragment() local
236 private void addToParent(ViewGroup parent, View view) { in addToParent()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tss.c45 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; in svga_cleanup_tss_binding() local
59 struct svga_hw_view_state *view; member
83 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; in update_tss_binding() local
194 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; in svga_reemit_tss_bindings() local
/external/skia/samplecode/
DSamplePathClip.cpp241 MyClick(SkView* view) : Click(view) {} in MyClick()
248 VertClick(SkView* view, SkPoint* pt) : MyClick(view), fPt(pt) {} in VertClick()
255 DragRectClick(SkView* view, SkRect* rect) : MyClick(view), fRect(rect) {} in DragRectClick()
264 DragPolyClick(SkView* view, SkPoint poly[], int count) in DragPolyClick()
281 DoNothingClick(SkView* view) : MyClick(view) {} in DoNothingClick()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java237 View view = flip.getCurrentView(); in findCurrentView() local
245 View view = findCurrentView(R.id.console_flip); in getCurrentPromptHelper() local
694 public void onCreateContextMenu(ContextMenu menu, View view, ContextMenuInfo menuInfo) { in onCreateContextMenu()
872 View view = findCurrentView(R.id.console_flip); in updatePromptVisible() local
927 RelativeLayout view = (RelativeLayout) inflater.inflate(R.layout.item_terminal, flip, false); in addNewTerminalView() local
949 final View view = flip.getChildAt(i).findViewById(R.id.console_flip); in getFlipIndex() local

1234567891011