INNER CODE UNIT · Java

onProgress

iammert/ScalingLayout · app/src/main/java/iammert/com/view/scalinglayout/SearchBarDemoActivity.java:75

            public void onProgress(float progress) {

            }
        });
        scalingLayout.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View view) {
                if (scalingLayout.getState() == State.COLLAPSED) {
                    scalingLayout.expand();
                }
            }
        });

        findViewById(R.id.rootLayout).setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View view) {
                if (scalingLayout.getState() == State.EXPANDED) {
                    scalingLayout.collapse();

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…